summaryrefslogtreecommitdiff
path: root/libs/ardour/route.cc
AgeCommit message (Expand)Author
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
2016-05-31add back some amount of XML save/restore for route controlsPaul Davis
2016-05-31universal change in the design of the way Route/Track controls are designed a...Paul Davis
2016-05-31add implicit mute state to MuteMaster and use when a master of a mute control...Paul Davis
2016-05-31change API of Controllable::Changed signal to include (from_self, GroupContro...Paul Davis
2016-05-31new API for route solo/mute state mgmtPaul Davis
2016-05-31rearrange AutomationControl and RouteAutomationControl to get more shared log...Paul Davis
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