summaryrefslogtreecommitdiff
path: root/libs/ardour/ardour/route.h
AgeCommit message (Expand)Author
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
2011-06-01Fix broken whitespace. I'd apologize for the compile times if it was my faul...David Robillard
2011-05-30(1) push a locate all the way through the processing heirarchy so that MIDI o...Paul Davis
2011-04-15Fix 'make new plugins active' configure option (#3975).Carl Hetherington
2011-03-12properly use and publish private/public port latency values for JACK latency APIPaul Davis
2011-03-11sorta-kinda working latency compensation, latency reporting and capture align...Paul Davis
2011-03-07manage Route::_have_internal_generator more accurately and never flush proces...Paul Davis
2011-03-05fix monitoring so that MIDI tracks don't work the same way as audio (basicall...Paul Davis
2011-02-22Use commented out (correct) Mute/SoloControllable set_value() code; requires ...Carl Hetherington
2011-02-20Make InternalReturns collect their sends' data on the return's ::run(), rathe...Carl Hetherington
2011-02-20Modify route _processor list set up so that the logic for placing `invisible'...Carl Hetherington
2011-02-16fixes for latency computation and compilationPaul Davis
2011-02-15part one of several parts: implement support for new (and correct) JACK laten...Paul Davis
2011-02-01Merge two methods.Carl Hetherington
2011-01-29fix auditioner by virtualizing Route::input_streams(), since the auditioner n...Paul Davis
2011-01-27merge 3.0-panexp (pan experiments) branch, revisions 8534-8585 into 3.0, thus...Paul Davis
2011-01-16Make stem export export from right before any processors.Sakari Bergen
2011-01-14Prevent failed reconfigurations on tracks with 0 inputs (#3709).Carl Hetherington
2011-01-10Add route group property to share route active state (#3703)Carl Hetherington
2011-01-09Fix setup of route meter point on load, and fix intermittent left-channel-onl...Carl Hetherington
2010-12-07reimplement Route::shift() from 2.X for "Insert Time"Paul Davis
2010-12-07Send note-offs to VST instrument plugins on transport stop. Fixes #3583.Carl Hetherington
2010-12-03Remove all use of nframes_t.Carl Hetherington
2010-11-26Handle unknown plugins on loading sessions by hiding them from the user and t...Carl Hetherington
2010-11-25Prevent removal of route inputs when the plugins cannot be configured with th...Carl Hetherington
2010-09-17megaopus patch #2 for today: remove nframes64_t and sframes_t from sourcePaul Davis
2010-09-03Fix restore of sends from session files for both 2.X and 3.0 sessions. Fixes...Carl Hetherington