summaryrefslogtreecommitdiff
path: root/libs/ardour/route.cc
AgeCommit message (Expand)Author
2016-05-31redesign control slave/master system, move code from GainControl to Automatio...Paul Davis
2016-05-31move vca assignment up to the Route level (from GainControl)Paul Davis
2016-05-31move VCA assignment up to Route levelPaul Davis
2016-05-31redesign Route and VCA objects to inherit from ARDOUR::StripablePaul Davis
2016-05-31change API for GainControl, VCA and VCAManagerPaul Davis
2016-05-31start shaping up VCA assign processPaul Davis
2016-05-26ensure that amp/fader is present on every routeRobin Gareus
2016-05-26take read-lock when saving processor orderRobin Gareus
2016-05-19prepare plugin configuration and replacing instrumentsRobin Gareus
2016-05-19consolidate add_processor codeRobin Gareus
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