summaryrefslogtreecommitdiff
path: root/libs/ardour/ardour/route.h
AgeCommit message (Expand)Author
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
2012-06-11lots more work trying to create a common structure for accessing plugin and M...Paul Davis
2012-06-11partially-done (but compile-friendly) move of instrument info into a new back...Paul Davis
2012-04-19add a simple method to return "the instrument" associated with a Route. see t...Paul Davis
2012-04-14Fix a few framecnt / framepos type confusions.Carl Hetherington
2012-03-16put back revised version of Route::has_external_redirects() and use it to giv...Paul Davis
2012-03-16remove now-unused Route::has_external_redirects()Paul Davis
2012-01-30Add aux sends at the position that the menu was opened, rather than always pr...Carl Hetherington
2012-01-25an improvement to the previous patch to catch up with solo state after a disc...Paul Davis
2012-01-25fix #4405, by explicitly cancelling solo when a route's inputs drop to zeroPaul Davis
2012-01-18fix two major assert failures arising from the optional monitor section commi...Paul Davis
2012-01-18make monitor section an optional feature than can be added/removed as needed....Paul Davis
2011-12-26Tidy up monitoring slightly so that it matches oofus' truthCarl Hetherington
2011-12-23Rename a few bits and fix a undeclared method.Carl Hetherington
2011-12-23Do some renaming in the ARDOUR::Port class tree.Carl Hetherington
2011-12-14send sustain=off and all-notes-off when a MIDI track is muted (may fix #4295)Paul Davis
2011-11-21Re-add code to support do-not-record-plugins (#4487).Carl Hetherington
2011-11-21Remove unused with_processors parameter toCarl Hetherington
2011-11-16Slightly unpleasant fix for creation of tracks fromCarl Hetherington
2011-11-16Remove set_state / _set_state dance in Route hierarchyCarl Hetherington
2011-11-16Make activate/deactivate all only operate on visibleCarl Hetherington
2011-11-16Save custom meter position so that it can be restored ifCarl Hetherington
2011-11-09Alert the user if a connection is made which causesCarl Hetherington
2011-10-29Remove some unused stuff.Carl Hetherington
2011-10-28Revert inadvertantly committed stuff from 10322.Carl Hetherington
2011-10-27Minor cleanups to IO.Carl Hetherington
2011-10-24Remove unused call_base parameter from Route::_set_state.Carl Hetherington
2011-10-21correctly track monitoring changes in libardour and the GUI; required removin...Paul Davis
2011-10-19Fix insertion of processors at the point at which the processor menu was open...Carl Hetherington
2011-09-253.X version of earlier major fix to 2.X: Route::check_initial_delay() should ...Paul Davis
2011-09-18Remove unused rec_monitors_input variables.Carl Hetherington
2011-09-16Remove unused parameter.Carl Hetherington
2011-06-14monitor send gets access to the (shared) pannable of the track/bus, thus ensu...Paul Davis
2011-06-14fix initialization of gain for Listen internal sends (to monitor bus); remove...Paul Davis