summaryrefslogtreecommitdiff
path: root/libs/ardour/route.cc
AgeCommit message (Expand)Author
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
2015-10-06fix implicit solo on disconnect - fixes #6308Robin Gareus
2015-10-05remove unused fstream includesRobin Gareus
2015-10-05NOOP, remove trailing tabs/whitespace.Robin Gareus
2015-10-05SiP and "solo overrides mutes" tweak:Robin Gareus
2015-10-04fix AFL/PFL/SIP "stuck solo" - fixes #5803Robin Gareus
2015-10-04globally remove all trailing whitespace from ardour code base.Paul Davis
2015-10-01re-apply roll-delay after seek - fixes #5781Robin Gareus
2015-09-28better more reliable checks on renamed, newly created and imported track/bus ...Paul Davis
2015-09-15logic rearrangement to avoid unnecessary call to Route::monitoring_state() in...Paul Davis
2015-09-15NO-OP: comment clarificationPaul Davis
2015-09-15NO-OP: parenthesis and brace stylePaul Davis
2015-09-06libardour: initialize some uninitialized vars..Robin Gareus
2015-09-01Prepare option to disable Plugins completelyRobin Gareus
2015-08-28fix possible deadlock on session-closeRobin Gareus
2015-08-16compat for old sessions with missing plugins (+doc)Robin Gareus
2015-08-15Update Route to handle UnknownProcessors as Stubs.Robin Gareus
2015-08-10convert Route::_solo_isolated from counter to a boolean.Paul Davis
2015-07-16separate solo isolate into two components (self-solo-isolate and solo-isolate...Paul Davis