summaryrefslogtreecommitdiff
path: root/libs/ardour/ardour/route.h
AgeCommit message (Expand)Author
2015-10-07Add Trim to Mackie controls.Len Ovens
2015-10-07implement solo group overrideRobin Gareus
2015-10-06add a "reset all solo state" safeguard Robin Gareus
2015-10-06remove newly unused codeRobin Gareus
2015-10-05NOOP, remove trailing tabs/whitespace.Robin Gareus
2015-10-04globally remove all trailing whitespace from ardour code base.Paul Davis
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-06-16add Record-Safe feature to libardour (from Nikolay Polyanovskii)Paul Davis
2015-05-29factor out Route::muted_by_others from existing codeBen Loftis
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-27click-less processor re-ordering.Robin Gareus
2015-04-26clickless meter-point changesRobin Gareus
2015-04-25prepare trim automationRobin Gareus
2015-04-25prepare trim remote controlRobin Gareus
2015-04-24add Input Trim (just after disk i/o) to Audio TracksRobin Gareus
2014-12-18Mute automation via normal mute button.David Robillard
2014-06-26implement track numberingRobin Gareus
2014-06-15offset automation by latencyRobin Gareus
2014-06-11basic integration of delaylines (still un-nused)Robin Gareus
2014-06-04re-work bounce/freeze. Freezer stops at first active delivery.Robin Gareus
2014-05-25bounce to target number of channelsRobin Gareus
2014-05-25compensate for processor latency during bounceRobin Gareus
2014-01-19visibility macros and flush() added to SrcFileSource; merge with masterPaul Davis
2014-01-17remove cruftRobin Gareus
2014-01-10fix merge errors with masterPaul Davis
2014-01-09rework panning -- Squashed commit of the following:Robin Gareus
2013-12-03fix up wscript/build issues in exportvis after merge with masterPaul Davis
2013-10-21Unify editor / mixer ordering.nick_m
2013-10-17add export visibility macros across libardourPaul Davis
2013-08-03on session-load: skip output-change-handler until IOs are restoredRobin Gareus
2013-08-03disallow invalid port-removalRobin Gareus
2013-07-10Revert "show track-ID in mixer" and "...towards unique track numbers."Robin Gareus
2013-07-10show track-ID in mixerRobin Gareus
2013-07-10...towards unique track numbers.Robin Gareus
2013-07-10share meter-type among meter instances.Robin Gareus
2013-07-10remember meter type with sessionRobin Gareus
2013-04-06rename Route::is_hidden() to Route::is_auditioner() and Route::Hidden to Rout...Paul Davis
2013-03-27Squashed commit of the following:Paul Davis
2012-12-19prevent MIDI tracks from ever being in MonitoringSilence state, allows use of...Paul Davis
2012-11-21add more DEBUG::Solo output ; fix assignment of remote control ID's from XML ...Paul Davis
2012-07-25convert from Glib:: to Glib::Threads for all thread-related APIPaul Davis
2012-07-19more work on RID and editor/mixer order matching; when a track/bus is hidden ...Paul Davis
2012-07-13dramatic overhaul of automation. too long to explain here. this work is not f...Paul Davis
2012-06-28further efforts at cleaning up the design of the interaction/relationship bet...Paul Davis
2012-06-27first pass at the big rethink of managing sort order keys for editor and mixe...Paul Davis
2012-06-25drastic rethink of the relationship between remote control ID and route order...Paul Davis