summaryrefslogtreecommitdiff
path: root/libs/ardour/route.cc
AgeCommit message (Expand)Author
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
2015-07-13keep invisible processors enabled.Robin Gareus
2015-07-05use default meter type when creating new tracks/bussesRobin Gareus
2015-06-29Tracks does not use a K20 meter for the masterPaul Davis
2015-06-29add missing profile headerPaul Davis
2015-06-29add commentPaul Davis
2015-06-29totally bizarre and incorrect solo/mute behaviour for Tracks (ONLY)Paul Davis
2015-06-28don’t confuse “Fader” with “Trim” (both <Amp>s)Robin Gareus
2015-05-29factor out Route::muted_by_others from existing codeBen Loftis
2015-05-18take buffers for Split/Match into account fixes #6334Robin Gareus
2015-05-02professionalize peak-metersRobin Gareus
2015-05-01constrain initial custom meter positions.Robin Gareus
2015-04-29delegate signal emission to dedicated thread.Robin Gareus
2015-04-27const iteratorsRobin Gareus
2015-04-27special case [optimize] RT processor reorder.Robin Gareus
2015-04-27click-less processor re-ordering.Robin Gareus
2015-04-27enable trim on master busBen Loftis
2015-04-26allow to update meter position w/o engineRobin Gareus
2015-04-26clickless meter-point changesRobin Gareus
2015-04-25prepare trim automationRobin Gareus
2015-04-25prepare trim remote controlRobin Gareus
2015-04-25trim typo and detailsRobin Gareus
2015-04-24input trim busses.Robin Gareus
2015-04-24add Input Trim (just after disk i/o) to Audio TracksRobin Gareus
2015-04-22Initial Gain Coefficient tweaksBen Loftis