summaryrefslogtreecommitdiff
path: root/libs/ardour/route.cc
AgeCommit message (Expand)Author
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
2010-09-06Don't create a feedback loop by auto-connecting a master route to itself.Carl Hetherington
2010-09-03Don't add standard processors twice to routes from 2.X sessions. Fixes #3434.Carl Hetherington
2010-09-03Fix restore of sends from session files for both 2.X and 3.0 sessions. Fixes...Carl Hetherington
2010-08-30Auto-connect outputs that appear as a result of e.g. instruments being added ...Carl Hetherington
2010-08-20forward port 7015 from 2.xPaul Davis
2010-08-19forward port automation handling changes from 2.x, upto and including about r...Paul Davis
2010-08-16forward port 2.X changes up to and including rev 6714Paul Davis
2010-08-13Implement per-channel phase invert. Fixes #3392. Breaks loading of existing...Carl Hetherington
2010-07-27change Control::{set,get}_float to Control::{set,get}_double and make almost ...Paul Davis
2010-07-25do not apply global transport declick to MIDIPaul Davis
2010-07-22remove a bunch of uses of long (mostly replaced by int32_t)Paul Davis
2010-07-21Sort tracks in the port matrix according to editor order. Fixes #2966.Carl Hetherington
2010-07-14A few fixes to interpolation of MIDI controller data. Don't interpolateCarl Hetherington
2010-07-13Remove stub class.Carl Hetherington
2010-06-03merge 3.0P into trunk.Torben Hohn
2010-05-27Take route's processor lock for things called by the process thread. Prevent...Carl Hetherington
2010-05-27remove commented debug outputPaul Davis
2010-05-19When muting a route because another is soloed, takeCarl Hetherington
2010-05-19MIDI region forking, plus Playlist::regions_to_read() fix forward ported from...Paul Davis
2010-05-17Remove muting behaviour from the Amp processor. Fix some smallCarl Hetherington
2010-05-06prolooks helper code from hans, enabling new knob drawing based on Thorsten W...Paul Davis
2010-05-06lots of odds and ends to do with solo isolate and its GUIPaul Davis
2010-05-06draw LED background with same style as parent window; less debuggingPaul Davis
2010-05-05led\'s for solo-safe and solo-isolate, rather than a context menu (mixer stri...Paul Davis