mechanism to allow Track (or other Route-derived type) to add its own processors...
[ardour.git] / libs / ardour / route.cc
2017-09-18 Paul Davismechanism to allow Track (or other Route-derived type...
2017-09-18 Paul Davisinitial (incomplete) framework for DiskIOPoint manipulation
2017-09-18 Paul Davisset + store signal chain latency for all processors...
2017-09-18 Paul Daviscue monitoring for audio (libardour aspects)
2017-09-18 Paul Davisget diskreader working, and remove per-track varispeed...
2017-09-09 Robin GareusFix signal-emission order (first re/set instrument...
2017-09-09 Robin GareusPrepare for singleton patch-selector per midi-track...
2017-08-20 Johannes MuellerRemove the template description XMLNode before saving...
2017-08-20 Johannes MuellerLet user add a route template description on saving...
2017-07-24 Robin Gareusfix e838e7f3597
2017-07-24 Robin GareusFix Mixbus "well known" send-names and enable ctrls
2017-07-22 Robin GareusFix Route mute automation touch (owned control)
2017-07-22 Robin GareusNO-OP: consistent [internal] API name for Automatables
2017-07-22 Robin GareusNO-OP: Consistent API name
2017-07-20 Johannes MuellerSet the name of the route in a route template to the...
2017-07-20 Robin GareusAllow adding tracks w/o running backend
2017-07-19 Robin GareusFix well-known send API for mixbusses.
2017-07-16 Robin GareusConsistent Automation evaluation:
2017-07-07 Robin GareusDon't drop processor references with process-lock
2017-06-22 Robin GareusUpdate Slavable API
2017-06-22 Tim MayberryRemove locale_guard.h from ardour/ardour.h header
2017-06-22 Tim MayberryRemove LocaleGuard from ARDOUR::Route class
2017-06-21 Robin GareusFix duplicate Gain+Trim AutomationLists in session...
2017-05-13 Robin GareusSanitize "well-known" ctrl API
2017-05-13 Ben LoftisFix copy+paste error for mb32c filter freq.
2017-05-13 Robin Gareusamend efc2660f, well-known stripable controls:
2017-05-12 Ben LoftisMCP: Mixbus32C: Restore missing filter controls to...
2017-05-10 Paul DavisSelection::get_stripables() needs to recurse into an...
2017-05-05 Paul Davislibardour now has CoreSelection object to manage select...
2017-04-18 Tim MayberryUse std::string::operator+() instead of string_compose...
2017-04-18 Tim MayberryUse PBD::string_to<bool> in legacy ARDOUR::Route methods
2017-04-18 Tim MayberryUse XMLNode::get/set_property in ARDOUR::Route class
2017-04-18 Tim MayberryUse ID::to_s() in libardour instead of ID::print()
2017-04-18 Ben LoftisOnly check active_state when potentially skipping the...
2017-04-17 Robin GareusFlush processor (re-activate) on route active change
2017-04-17 Robin Gareusamend 649b9e92f, backport MB code
2017-04-17 Robin GareusBackport some MB specifics (to avoid -Wmisleading-inden...
2017-04-17 Robin GareusUpdate well-known controls (Ardour, Mixbus, 32C)
2017-04-13 Robin GareusExclude MB EQ/Comp from visible processors de/activate.
2017-04-13 Robin GareusDon't A/B en/disable invisible processors, nor MB chann...
2017-04-13 Robin GareusConvert polarity-invert from older session-formats
2017-04-12 Robin GareusProperly expose "well known" comp_redux output.
2017-04-12 Robin Gareusfix mb32 well-known EQ (4 bands, different ports)
2017-03-13 Robin GareusAdd track/bus rename safeguards to the backend (handy...
2017-03-01 Robin GareusFix crash when adding a plugin immediately after re...
2017-02-07 Paul Davisremove debug output
2017-02-07 Paul Davisonly reverse propagate solo-by-others-downstream if...
2017-02-07 Paul Davisdon't call shared_from_this() for every route when...
2017-01-20 Robin GareusInstrument insert options:
2017-01-19 Robin GareusRelax monitor-section processor channel restriction
2017-01-08 Robin Gareusprototype track/bus sharing: state-export
2016-12-07 Robin GareusSave/Restore MIDI Automation Controls (current CC,...
2016-11-25 Paul DavisDo not try to restore Route solo state after clearing...
2016-11-25 Paul Davisprovisional changes to speed up solo changes to large...
2016-11-13 Robin GareusMac VST-2.x support
2016-10-10 Robin GareusAllow to get a route reference from SessionObject*
2016-09-20 Tim MayberryRestore ARDOUR::MuteControl state, fixes bug #7025
2016-08-24 Robin GareusTake process-lock before processor-lock
2016-08-18 Robin Gareusfix Aux-Send Panner Linking
2016-08-10 Robin Gareusfix crash when copy'ing latent plugins 5.0
2016-07-26 Robin Gareusadd Sidechain change handler for automatically added...
2016-07-20 Paul DavisMuteMaster should (a) use a Muteable's own ::muted_by_o...
2016-07-20 Paul Davisensure that Route::_phase_control has its state restore...
2016-07-20 Julien "_FrnchFrgg... Make bus's trim control also affect sends to the bus
2016-07-16 Robin Gareusadd a note to self
2016-07-16 Robin Gareusallow inserts to connect it itself - #6924
2016-07-15 Julien "_FrnchFrgg... Make Route and Track ::silent_roll() also flush out...
2016-07-15 Julien "_FrnchFrgg... Also flush buffers of the inner delivery of inserts
2016-07-15 Julien "_FrnchFrgg... Consolidate delivery buffer flushing of all route types
2016-07-14 Paul Davisenough with umpteen "i18n.h" files. Consolidate on...
2016-07-10 Robin Gareusalign stem-export (raw track outputs (with and w/p...
2016-07-06 Julien "_FrnchFrgg... Don't add audio outs to non-audio routes with strict I/O
2016-07-05 Robin Gareusupdate route/processor semantics
2016-07-04 Robin Gareusflush output buffers after processing - fixes midi...
2016-06-25 Robin Gareusmajor internal plugin & processor API change:
2016-06-16 Robin Gareusset latency of sidechain port
2016-06-12 Robin Gareusignore midi on monitor-section and force strict-i/o
2016-06-08 Robin Gareusfix mute automation for busses & consolidate code.
2016-06-05 Paul Davisextensive changes to PresentationInfo API
2016-06-02 Robin Gareusfix possible deadlock replacing processor state.
2016-05-31 Robin Gareusupdate lua bindings for API changes
2016-05-31 Paul Davisadd generic ::slaved() method to Route
2016-05-31 Paul Davismissing initialization
2016-05-31 Paul Davisfirst vaguely working version using PresentationInfo
2016-05-31 Paul Davisrearrange inheritance so that Automatable IS-A Slavable
2016-05-31 Paul Davisremove explicit setting of Toggle flag for AutomationCo...
2016-05-31 Paul Davissave and restore vca assignments
2016-05-31 Paul Davisadd Slavable API for VCA assign/unassign
2016-05-31 Paul Davisimprove cleanup of VCA related objects
2016-05-31 Paul Davisremove Route::listening_via_monitor()
2016-05-31 Paul Davisfix backend logic for PFL/AFL when mastered
2016-05-31 Paul Davismove ever close to working master/slave logic, this...
2016-05-31 Paul Davisa variety of changes that get closer to correctly funct...
2016-05-31 Paul Davisa slew of as-yet incomplete work to get VCA solo+mute...
2016-05-31 Paul Davisstop crash caused by missing conditional
2016-05-31 Paul Davisadd back some amount of XML save/restore for route...
2016-05-31 Paul Davisuniversal change in the design of the way Route/Track...
2016-05-31 Paul Davisadd implicit mute state to MuteMaster and use when...
2016-05-31 Paul Davischange API of Controllable::Changed signal to include...
2016-05-31 Paul Davisnew API for route solo/mute state mgmt
next