summaryrefslogtreecommitdiff
path: root/libs/ardour/route.cc
AgeCommit message (Expand)Author
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
2010-05-05less debuggingPaul Davis
2010-05-05make "exclusive solo" apply to listen as well as SiPPaul Davis
2010-05-05rename latched solo option and reverse its meaning; add exclusive solo button...Paul Davis
2010-05-05add DEBUG::Solo for conditional debugging of solo stuff, just in casePaul Davis
2010-05-05remove solo debugging output for nowPaul Davis
2010-05-05this might just be it for soloPaul Davis
2010-05-05better handling of the inverse-push of solo-by-upstream. still not quite righ...Paul Davis
2010-05-04fix inverse solo push to work properly in both exclusive and non-exclusive so...Paul Davis
2010-05-04remove muted-by-others, a concept that turns out to have been a red herring; ...Paul Davis
2010-05-04when soloed by upstream (e.g. a track in a group solos-by-upstream the group ...Paul Davis
2010-05-03the great solo model simplification (without much code removal)Paul Davis
2010-05-03more solo model work, including a GUI fix for mute button state when the rout...Paul Davis
2010-05-01perhaps, just possibly, a working solo model. needs to be fixed so that conne...Paul Davis
2010-04-28notify about changes to solo-isolated statePaul Davis
2010-04-28more solo/mute architecture work. NOTE: changes to mute points are ignored ri...Paul Davis
2010-04-27add muted-by-other concept to solo support infrastructurePaul Davis
2010-04-27yet more work on Ye Fabled Solo Architecture. now do forward and backward pro...Paul Davis
2010-04-22torbenh's buffer manager fixes from 3.0PCarl Hetherington
2010-04-21commits 6001-6525 inclusive from 2.X applied to 3.0Paul Davis
2010-04-20indicate "soloed-by-others" state on solo button via a "half-lit" statePaul Davis
2010-04-19fix solo/listen issues when reloadign a session, caused by that last commitPaul Davis