summaryrefslogtreecommitdiff
path: root/libs/ardour/route.cc
AgeCommit message (Expand)Author
2016-05-10prepare route pin display (shared mixer + editor-mixer window proxy)Robin Gareus
2016-05-07make boost shared_ptr debugging a little easier to turn on/offPaul Davis
2016-05-07a few strategic LocaleGuards..Robin Gareus
2016-05-07Revert "Add a global state localeguard (and one for route templates)"Robin Gareus
2016-05-07fix LocaleGuard contstructor (3dc77280)Robin Gareus
2016-05-07Add a global state localeguard (and one for route templates)Robin Gareus
2016-05-05we always only use the "C" locale when saving.Robin Gareus
2016-05-05no need to force a change here.Robin Gareus
2016-05-04OMNIBUS COMMIT: prefer const XMLNode::property method (and provide a real one)Paul Davis
2016-05-04use existing API to find the instrumentRobin Gareus
2016-04-28fix a deadlock with jack2 when inserting a plugin adds ports.Robin Gareus
2016-04-27allow to customize variable i/o plugin inputsRobin Gareus
2016-04-19fix stuck solo w/sidechain (when using port, not send, connections)Robin Gareus
2016-04-17add self-removing Sends (remove on disconnect)Robin Gareus
2016-04-16disallow strict-i/o output on monitor and auditionerRobin Gareus
2016-04-15variable plugin port config.Robin Gareus
2016-04-15special case mixbus routingRobin Gareus
2016-04-14fix locking when switching strict i/o.Robin Gareus
2016-04-14Mixbus enforces output port countRobin Gareus
2016-04-14properly calculate requrired thread buffersRobin Gareus
2016-04-13strict i/o sets enforces output port count.Robin Gareus
2016-04-13prepare fix for copying plugin stateRobin Gareus
2016-04-13special case strict-i/o on the master-busRobin Gareus
2016-04-13extend strict-i/o to include route outputs.Robin Gareus
2016-04-12some strategic documentationRobin Gareus
2016-04-12hotfix process-graph: include internal-send -> internal returnRobin Gareus
2016-04-06Route API to query all outputs (incl sends) and graph-feedsRobin Gareus
2016-04-03cement daa10a6a38Robin Gareus
2016-04-03Fix graph ordering incl. Inserts, Returns and SideChainsRobin Gareus
2016-04-03handle sidechain input changesRobin Gareus
2016-04-03expose plugin sidechain (via route):Robin Gareus
2016-04-02set processor owner early on (when loading session)Robin Gareus
2016-04-02revert bd5da84928 - separate i/o-map & config reset.Robin Gareus
2016-04-02reset pin-maps with custom config.Robin Gareus
2016-04-01custom config trumps strict-i/oRobin Gareus
2016-03-31plugin-pin-map:Robin Gareus
2016-03-29abort if configuration failsRobin Gareus
2016-03-27closing in on pin management.Robin Gareus
2016-03-26allocate buffers for all possible plugin configurationsRobin Gareus
2016-03-25prepare strict-i/o configuration.Robin Gareus
2016-03-19prepare Instrument slots -- replace processor in placeRobin Gareus
2016-03-14use ForGroup to flag and detect route-group based control changesPaul Davis
2016-03-04fix processed region export (track output)Robin Gareus
2016-02-23Implement Lua DSP processor/pluginRobin Gareus
2016-02-04Fix reporting of compressor mode (Mixbus)Ben Loftis
2016-02-03mackie control: Fix crash when selecting Track on MIDI strip, don't create ph...Len Ovens
2016-02-01clean up mess in Route/Track controllables caused by not understanding the si...Paul Davis
2016-01-31very very slightly more robust exclusion of monitor send from Route::nth_send()Paul Davis
2016-01-31provide route solo isolate and solo safe automation controlsPaul Davis
2016-01-31add a new constructor for RouteAutomationControllable that takes a ParameterD...Paul Davis