Fix copy+paste error for mb32c filter freq.
[ardour.git] / libs / ardour / route.cc
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
2016-05-31 Paul Davisrearrange AutomationControl and RouteAutomationControl...
2016-05-31 Paul Davisredesign control slave/master system, move code from...
2016-05-31 Paul Davismove vca assignment up to the Route level (from GainCon...
2016-05-31 Paul Davismove VCA assignment up to Route level
2016-05-31 Paul Davisredesign Route and VCA objects to inherit from ARDOUR...
2016-05-31 Paul Davischange API for GainControl, VCA and VCAManager
2016-05-31 Paul Davisstart shaping up VCA assign process
2016-05-26 Robin Gareusensure that amp/fader is present on every route
2016-05-26 Robin Gareustake read-lock when saving processor order
2016-05-19 Robin Gareusprepare plugin configuration and replacing instruments
2016-05-18 Robin Gareusconsolidate add_processor code
2016-05-10 Robin Gareusprepare route pin display (shared mixer + editor-mixer...
2016-05-07 Paul Davismake boost shared_ptr debugging a little easier to...
2016-05-07 Robin Gareusa few strategic LocaleGuards..
2016-05-07 Robin GareusRevert "Add a global state localeguard (and one for...
2016-05-07 Robin Gareusfix LocaleGuard contstructor (3dc77280)
2016-05-06 Robin GareusAdd a global state localeguard (and one for route templ...
2016-05-05 Robin Gareuswe always only use the "C" locale when saving.
2016-05-05 Robin Gareusno need to force a change here.
2016-05-05 Paul DavisOMNIBUS COMMIT: prefer const XMLNode::property method...
2016-05-04 Robin Gareususe existing API to find the instrument
2016-04-28 Robin Gareusfix a deadlock with jack2 when inserting a plugin adds...
2016-04-27 Robin Gareusallow to customize variable i/o plugin inputs
2016-04-19 Robin Gareusfix stuck solo w/sidechain (when using port, not send...
next