summaryrefslogtreecommitdiff
path: root/libs/ardour/route.cc
AgeCommit message (Expand)Author
2011-03-11sorta-kinda working latency compensation, latency reporting and capture align...Paul Davis
2011-03-08lots of stuff related to capture alignment. things appear to be working now, ...Paul Davis
2011-03-07manage Route::_have_internal_generator more accurately and never flush proces...Paul Davis
2011-03-07fix all manner of wrongness with port buffer offsetsPaul Davis
2011-03-07Fix mute state on loading 2.X sessions (#3829).Carl Hetherington
2011-03-07Remove debug code.Carl Hetherington
2011-03-05fix monitoring so that MIDI tracks don't work the same way as audio (basicall...Paul Davis
2011-03-01Make sure CapturingProcessors write a type to their state node so that they c...Carl Hetherington
2011-02-25take reverse width into account when labelling signals in panner2d ; better w...Paul Davis
2011-02-24allow zero-input (i.e. tone generator) processors to be addedPaul Davis
2011-02-22Oops. Fix previous.Carl Hetherington
2011-02-22Use commented out (correct) Mute/SoloControllable set_value() code; requires ...Carl Hetherington
2011-02-22Fix all-tracks-soloed on session reload in PFL/AFL (#3791).Carl Hetherington
2011-02-22Add AFLFrom... enums as counterpart to PFLFrom ; add Output metering as a new...Paul Davis
2011-02-20Fix erroneous use of NDEBUG and hidden typo.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-16more latency compilation fixesPaul Davis
2011-02-16fixes for latency computation and compilationPaul Davis
2011-02-15part two of new JACK latency API support - should fix broken compilationPaul Davis
2011-02-15part one of several parts: implement support for new (and correct) JACK laten...Paul Davis
2011-02-10#ifdef-ize all/most uses of the boost debug hooks APIPaul Davis
2011-02-10break circular reference between panners and pannables; more destruction debu...Paul Davis
2011-02-10Minor cleanup.Carl Hetherington
2011-02-01Merge two methods.Carl Hetherington
2011-01-28move point at which main outs Panner <-> Route Pannable binding occurs, so th...Paul Davis
2011-01-27"Listen" delivery processors (i.e. monitor out) never get their own panner; R...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-11Don't add post-fader aux sends after the main deliveries; put them post-fader...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
2011-01-09Replace RouteGroup's collection of apply() methods with a single one.Carl Hetherington
2010-12-17patch from lincoln to make mute controllable emit its Changed signal; note to...Paul Davis
2010-12-11Comment a few things and add missing process lock when adding a route from a ...Carl Hetherington
2010-12-08fix for Route::shift/insert-timePaul Davis
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-27changes associated with save/restore of AutomationControl id'sPaul Davis
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-11-24Prevent crash when loading sessions with unknown plugins.Carl Hetherington
2010-11-23Save solo isolate / solo safe states. Fixes #3551.Carl Hetherington
2010-11-12Remove unused variables.Carl Hetherington
2010-09-18Fix save/reload of pan automation.Carl Hetherington
2010-09-17megaopus patch #2 for today: remove nframes64_t and sframes_t from sourcePaul Davis
2010-09-14Just flush processors on stop (when plugins-stop-on-transport is true) rather...Carl Hetherington
2010-09-09Patch from Lincoln to fix placement of plugins in 2.X sessions. Fixes #3444.Carl Hetherington
2010-09-07Fix restore of fader automation from 2.X sessions.Carl Hetherington