summaryrefslogtreecommitdiff
path: root/libs/ardour/route.cc
AgeCommit message (Expand)Author
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
2015-04-21merge monitor_section branchBen Loftis
2015-04-07Revert "prevent double declicks (click after RecStop)"Robin Gareus
2015-04-07prevent double declicks (click after RecStop)Robin Gareus
2015-03-21fix --disable-plugins (bypass ‘em all)Robin Gareus
2015-03-14ignore master & monitor when “solo all [in group]”Robin Gareus
2015-03-05fix import of v2 session redirects: active or inactiveBen Loftis
2015-02-27potential fix for the_CLA reported problem: v2 fader values are lost if you ...Ben Loftis
2014-12-18Mute automation via normal mute button.David Robillard
2014-12-05if a Route's processor lock cannot be taken, fill buffers with silence (causi...Paul Davis
2014-11-30Save mute automation state.David Robillard
2014-11-29Somewhat working gain automation.David Robillard
2014-11-13Don't iterate in 'ARDOUR::Route::get_control()' unless a ReaderLock was succe...John Emmas
2014-11-13Make sure we can't execute 'ARDOUR::Route::meter()' unless a ReaderLock was s...John Emmas
2014-11-02Automation of LV2 plugin properties.David Robillard