summaryrefslogtreecommitdiff
path: root/libs/ardour/route.cc
AgeCommit message (Expand)Author
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
2010-04-19permanently mark Delivery processors on master/monitor/audition as immune to ...Paul Davis
2010-04-16make sure that meters are configured to handle the right number of channels, ...Paul Davis
2010-04-03meter point restore handling, and related mattersPaul Davis
2010-04-01revisit setting up processors during route construction; remove several more ...Paul Davis
2010-03-31functioning invert (polarity) button; menu item removed and track name button...Paul Davis
2010-03-28lincoln's patch to get loading 2.X sessions to work betterPaul Davis
2010-03-27part one of hiding Diskstreams and making them a private object of a TrackPaul Davis
2010-03-27disable panner on main outs of monitor bus - it doesn't pan, ever.Paul Davis
2010-03-25would you look at that! all those changes just to make the auditioner work ag...Paul Davis
2010-03-24remove XML-based constructors for several types of Processors; less debuggingPaul Davis
2010-03-24remove XML constructors for Route, Track, AudioTrack, MidiTrack; make Session...Paul Davis
2010-03-22remove near-duplicate session constructor; change names from control_outs to ...Paul Davis
2010-03-18force AFL monitor/listen send to be at the very end of the Route processor li...Paul Davis