summaryrefslogtreecommitdiff
path: root/libs/ardour/route.cc
AgeCommit message (Expand)Author
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-31break out Route controllables code into its own source modulePaul Davis
2016-01-30Mackie Control: Make Monitor send not show in Sends subview.Len Ovens
2016-01-29mixbus: don't assert(ch_post()) in case we use various methods on "odd" Route...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-27monitor send does not count in Route::nth_send()Paul Davis
2016-01-27return relevant AutomationControl for send_level_controllable() in ArdourPaul 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-22remove incorrect/out of date commentPaul 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-18move Amp::GainControl out into its own source module and out of AmpPaul Davis
2016-01-18change ownership of the AutomationControl used by Amp.Paul Davis
2016-01-08translatable "Monitor" processor nameRobin Gareus
2016-01-02change Controllable::set_value() API to include grouped control consideration.Paul Davis
2015-12-27proper display name for Monitor ProcessorRobin Gareus
2015-12-23add monitor-processor pre-fader (not at the top)Robin Gareus
2015-12-21add monitor-section processor limitations.Robin Gareus
2015-12-19cont'd work on plugin-state templates - #6709Robin Gareus
2015-12-18save/restore plugin state with track-templateRobin Gareus
2015-12-17leave some todo-notes #6709 (track templates & state)Robin Gareus
2015-12-16expose the right panning parameters for ardourPaul Davis
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-12-08Set_self_solo should always set the mute_master state as well.Ben Loftis
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-13fix return value from Route::save_as_template()Paul Davis
2015-11-01Fix Mackie surface phase control for flip and more than one audio channel.Len Ovens
2015-11-01Added Phase control mackie controls as part of the Trim (track) vpot assignment.Len Ovens
2015-10-21Add AutomationControl::set_value_unchecked() and AutomationControl::writable(...Paul Davis
2015-10-20Automation - more toggled controller twiddling.nick_m
2015-10-20Make automation record undo per pass rather than per touch.nick_m
2015-10-20Toggled automation fixes.nick_m
2015-10-07Add Trim to Mackie controls.Len Ovens
2015-10-07fix exclusive solo group-overrideRobin Gareus
2015-10-07implement solo group overrideRobin Gareus
2015-10-06renice code. RAII rocks.Robin Gareus
2015-10-06add a "reset all solo state" safeguard Robin Gareus
2015-10-06fix initial AFL/PFL state after session-loadRobin Gareus
2015-10-06remove newly unused codeRobin Gareus
2015-10-06propagate solo/iso when disconnecting ports.Robin Gareus
2015-10-06more solo propagation fixes.Robin Gareus
2015-10-06fix implicit mute displayRobin Gareus
2015-10-06"Solo Lock" only locks explicit solo (not implicit).Robin Gareus