summaryrefslogtreecommitdiff
path: root/libs/ardour/route.cc
AgeCommit message (Expand)Author
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
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