summaryrefslogtreecommitdiff
path: root/libs/ardour/ardour/route.h
AgeCommit message (Expand)Author
2016-05-31rearrange inheritance so that Automatable IS-A SlavablePaul Davis
2016-05-31add Slavable API for VCA assign/unassignPaul Davis
2016-05-31remove Route::listening_via_monitor()Paul 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-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-31move VCA assignment up to Route levelPaul Davis
2016-05-31redesign Route and VCA objects to inherit from ARDOUR::StripablePaul Davis
2016-05-31start shaping up VCA assign processPaul Davis
2016-05-19prepare plugin configuration and replacing instrumentsRobin Gareus
2016-05-10prepare route pin display (shared mixer + editor-mixer window proxy)Robin Gareus
2016-05-04NO-OP, whitespaceRobin 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-17add self-removing Sends (remove on disconnect)Robin Gareus
2016-04-15variable plugin port config.Robin Gareus
2016-04-13yet more documentation..Robin Gareus
2016-04-12NO-OP; document some more parameters.Robin Gareus
2016-04-06Route API to query all outputs (incl sends) and graph-feedsRobin 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-03-27closing in on pin management.Robin Gareus
2016-03-25prepare strict-i/o configuration.Robin Gareus
2016-03-19prepare Instrument slots -- replace processor in placeRobin Gareus
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-31provide route solo isolate and solo safe automation controlsPaul Davis
2016-01-31add a new constructor for RouteAutomationControllable that takes a ParameterD...Paul Davis
2016-01-29add new Route API ::master_send_enable_controllable() to provide generic acce...Paul Davis
2016-01-28add new API to Route to get name of "well-known" nth-sendPaul Davis
2016-01-27make Route::nth_send() and Route::nth_processor() be constPaul Davis
2016-01-27add stubs and enums to access "well-known" send controlsPaul Davis
2016-01-25change exposed type of various objects' gain controls; remove Amp::gain() as ...Paul Davis
2016-01-22first compiling, mostly working version of group controls changesPaul Davis
2016-01-18add group disposition argument to Route::set_gain() and use it in various UIsPaul Davis
2016-01-18working version of new gain control designPaul Davis
2016-01-18change ownership of the AutomationControl used by Amp.Paul Davis
2016-01-02change Controllable::set_value() API to include grouped control consideration.Paul Davis
2015-12-19cont'd work on plugin-state templates - #6709Robin Gareus
2015-12-16new route API to discover/access well-known automation controls for panning, ...Paul Davis
2015-12-09Fix Mackie control Gain while in flip mode (vpot control of gain)Len Ovens
2015-11-14Fix fader in mackie control to work with groups.Len Ovens
2015-11-13substantial part of infrastructure required for track/bus duplicationPaul Davis
2015-11-02Class 'PhaseControllable' needs to be importable since it gets referenced out...John Emmas
2015-11-01Fix Mackie surface phase control for flip and more than one audio channel.Len Ovens