summaryrefslogtreecommitdiff
path: root/libs/ardour/route.cc
AgeCommit message (Expand)Author
2017-02-07remove debug outputPaul Davis
2017-02-07only reverse propagate solo-by-others-downstream if connections on a Route ch...Paul Davis
2017-02-07don't call shared_from_this() for every route when doing solo-downstream prop...Paul Davis
2017-01-21Instrument insert options:Robin Gareus
2017-01-19Relax monitor-section processor channel restrictionRobin Gareus
2017-01-08prototype track/bus sharing: state-exportRobin Gareus
2016-12-07Save/Restore MIDI Automation Controls (current CC, PGM)Robin Gareus
2016-11-25Do not try to restore Route solo state after clearing all solo statePaul Davis
2016-11-25provisional changes to speed up solo changes to large numbers of routes.Paul Davis
2016-11-13Mac VST-2.x supportRobin Gareus
2016-10-10Allow to get a route reference from SessionObject*Robin Gareus
2016-09-20Restore ARDOUR::MuteControl state, fixes bug #7025Tim Mayberry
2016-08-24Take process-lock before processor-lockRobin Gareus
2016-08-19fix Aux-Send Panner LinkingRobin Gareus
2016-08-10fix crash when copy'ing latent plugins5.0Robin Gareus
2016-07-26add Sidechain change handler for automatically added initial SC portsRobin Gareus
2016-07-20MuteMaster should (a) use a Muteable's own ::muted_by_others_soloing() (b) no...Paul Davis
2016-07-20ensure that Route::_phase_control has its state restored, and also re-arrange...Paul Davis
2016-07-20Make bus's trim control also affect sends to the busJulien "_FrnchFrgg_" RIVAUD
2016-07-16add a note to selfRobin Gareus
2016-07-16allow inserts to connect it itself - #6924Robin Gareus
2016-07-14Make Route and Track ::silent_roll() also flush out ports buffersJulien "_FrnchFrgg_" RIVAUD
2016-07-14Also flush buffers of the inner delivery of insertsJulien "_FrnchFrgg_" RIVAUD
2016-07-14Consolidate delivery buffer flushing of all route typesJulien "_FrnchFrgg_" RIVAUD
2016-07-14enough with umpteen "i18n.h" files. Consolidate on pbd/i18n.hPaul Davis
2016-07-10align stem-export (raw track outputs (with and w/p processing)Robin Gareus
2016-07-07Don't add audio outs to non-audio routes with strict I/OJulien "_FrnchFrgg_" RIVAUD
2016-07-05update route/processor semanticsRobin Gareus
2016-07-04flush output buffers after processing - fixes midi-bus chainingRobin Gareus
2016-06-25major internal plugin & processor API change:Robin Gareus
2016-06-16set latency of sidechain portRobin Gareus
2016-06-12ignore midi on monitor-section and force strict-i/oRobin Gareus
2016-06-08fix mute automation for busses & consolidate code.Robin Gareus
2016-06-05extensive changes to PresentationInfo APIPaul Davis
2016-06-02fix possible deadlock replacing processor state.Robin Gareus
2016-05-31update lua bindings for API changesRobin Gareus
2016-05-31add generic ::slaved() method to RoutePaul Davis
2016-05-31missing initializationPaul Davis
2016-05-31first vaguely working version using PresentationInfoPaul Davis
2016-05-31rearrange inheritance so that Automatable IS-A SlavablePaul Davis
2016-05-31remove explicit setting of Toggle flag for AutomationControlsPaul Davis
2016-05-31save and restore vca assignmentsPaul Davis
2016-05-31add Slavable API for VCA assign/unassignPaul Davis
2016-05-31improve cleanup of VCA related objectsPaul Davis
2016-05-31remove Route::listening_via_monitor()Paul Davis
2016-05-31fix backend logic for PFL/AFL when masteredPaul Davis
2016-05-31move ever close to working master/slave logic, this time with audio testingPaul Davis
2016-05-31a variety of changes that get closer to correctly functioning behaviour for V...Paul Davis
2016-05-31a slew of as-yet incomplete work to get VCA solo+mute closer to workingPaul Davis
2016-05-31stop crash caused by missing conditionalPaul Davis