merge 3.0-panexp (pan experiments) branch, revisions 8534-8585 into 3.0, thus ending...
[ardour.git] / libs / ardour / route.cc
2011-01-27 Paul Davismerge 3.0-panexp (pan experiments) branch, revisions...
2011-01-16 Sakari BergenMake stem export export from right before any processors.
2011-01-11 Carl HetheringtonDon't add post-fader aux sends after the main deliverie...
2011-01-10 Carl HetheringtonAdd route group property to share route active state...
2011-01-09 Carl HetheringtonFix setup of route meter point on load, and fix intermi...
2011-01-09 Carl HetheringtonReplace RouteGroup's collection of apply() methods...
2010-12-17 Paul Davispatch from lincoln to make mute controllable emit its...
2010-12-11 Carl HetheringtonComment a few things and add missing process lock when...
2010-12-08 Paul Davisfix for Route::shift/insert-time
2010-12-07 Paul Davisreimplement Route::shift() from 2.X for "Insert Time"
2010-12-07 Carl HetheringtonSend note-offs to VST instrument plugins on transport...
2010-12-03 Carl HetheringtonRemove all use of nframes_t.
2010-11-27 Paul Davischanges associated with save/restore of AutomationContr...
2010-11-26 Carl HetheringtonHandle unknown plugins on loading sessions by hiding...
2010-11-25 Carl HetheringtonPrevent removal of route inputs when the plugins cannot...
2010-11-24 Carl HetheringtonPrevent crash when loading sessions with unknown plugins.
2010-11-23 Carl HetheringtonSave solo isolate / solo safe states. Fixes #3551.
2010-11-12 Carl HetheringtonRemove unused variables.
2010-09-18 Carl HetheringtonFix save/reload of pan automation.
2010-09-17 Paul Davismegaopus patch #2 for today: remove nframes64_t and...
2010-09-14 Carl HetheringtonJust flush processors on stop (when plugins-stop-on...
2010-09-09 Carl HetheringtonPatch from Lincoln to fix placement of plugins in 2...
2010-09-07 Carl HetheringtonFix restore of fader automation from 2.X sessions.
2010-09-06 Carl HetheringtonDon't create a feedback loop by auto-connecting a maste...
2010-09-03 Carl HetheringtonDon't add standard processors twice to routes from...
2010-09-03 Carl HetheringtonFix restore of sends from session files for both 2...
2010-08-30 Carl HetheringtonAuto-connect outputs that appear as a result of e.g...
2010-08-20 Paul Davisforward port 7015 from 2.x
2010-08-19 Paul Davisforward port automation handling changes from 2.x,...
2010-08-16 Paul Davisforward port 2.X changes up to and including rev 6714
2010-08-13 Carl HetheringtonImplement per-channel phase invert. Fixes #3392. ...
2010-07-27 Paul Davischange Control::{set,get}_float to Control::{set,get...
2010-07-25 Paul Davisdo not apply global transport declick to MIDI
2010-07-22 Paul Davisremove a bunch of uses of long (mostly replaced by...
2010-07-21 Carl HetheringtonSort tracks in the port matrix according to editor...
2010-07-14 Carl HetheringtonA few fixes to interpolation of MIDI controller data...
2010-07-13 Carl HetheringtonRemove stub class.
2010-06-03 Torben Hohnmerge 3.0P into trunk.
2010-05-27 Carl HetheringtonTake route's processor lock for things called by the...
2010-05-27 Paul Davisremove commented debug output
2010-05-19 Carl HetheringtonWhen muting a route because another is soloed, take
2010-05-19 Paul DavisMIDI region forking, plus Playlist::regions_to_read...
2010-05-17 Carl HetheringtonRemove muting behaviour from the Amp processor. Fix...
2010-05-06 Paul Davisprolooks helper code from hans, enabling new knob drawi...
2010-05-06 Paul Davislots of odds and ends to do with solo isolate and its GUI
2010-05-06 Paul Davisdraw LED background with same style as parent window...
2010-05-05 Paul Davisled\'s for solo-safe and solo-isolate, rather than...
2010-05-05 Paul Davisless debugging
2010-05-05 Paul Davismake "exclusive solo" apply to listen as well as SiP
2010-05-05 Paul Davisrename latched solo option and reverse its meaning...
2010-05-05 Paul Davisadd DEBUG::Solo for conditional debugging of solo stuff...
2010-05-05 Paul Davisremove solo debugging output for now
2010-05-05 Paul Davisthis might just be it for solo
2010-05-05 Paul Davisbetter handling of the inverse-push of solo-by-upstream...
2010-05-04 Paul Davisfix inverse solo push to work properly in both exclusiv...
2010-05-04 Paul Davisremove muted-by-others, a concept that turns out to...
2010-05-04 Paul Daviswhen soloed by upstream (e.g. a track in a group solos...
2010-05-03 Paul Davisthe great solo model simplification (without much code...
2010-05-03 Paul Davismore solo model work, including a GUI fix for mute...
2010-05-01 Paul Davisperhaps, just possibly, a working solo model. needs...
2010-04-28 Paul Davisnotify about changes to solo-isolated state
2010-04-28 Paul Davismore solo/mute architecture work. NOTE: changes to...
2010-04-27 Paul Davisadd muted-by-other concept to solo support infrastructure
2010-04-27 Paul Davisyet more work on Ye Fabled Solo Architecture. now do...
2010-04-22 Carl Hetheringtontorbenh's buffer manager fixes from 3.0P
2010-04-21 Paul Daviscommits 6001-6525 inclusive from 2.X applied to 3.0
2010-04-20 Paul Davisindicate "soloed-by-others" state on solo button via...
2010-04-19 Paul Davisfix solo/listen issues when reloadign a session, caused...
2010-04-19 Paul Davispermanently mark Delivery processors on master/monitor...
2010-04-16 Paul Davismake sure that meters are configured to handle the...
2010-04-03 Paul Davismeter point restore handling, and related matters
2010-04-01 Paul Davisrevisit setting up processors during route construction...
2010-03-31 Paul Davisfunctioning invert (polarity) button; menu item removed...
2010-03-28 Paul Davislincoln's patch to get loading 2.X sessions to work...
2010-03-27 Paul Davispart one of hiding Diskstreams and making them a privat...
2010-03-27 Paul Davisdisable panner on main outs of monitor bus - it doesn...
2010-03-25 Paul Daviswould you look at that! all those changes just to make...
2010-03-24 Paul Davisremove XML-based constructors for several types of...
2010-03-24 Paul Davisremove XML constructors for Route, Track, AudioTrack...
2010-03-22 Paul Davisremove near-duplicate session constructor; change names...
2010-03-18 Paul Davisforce AFL monitor/listen send to be at the very end...
2010-03-10 Paul Davishow about that ... a monitor/main section .. GUI is...
2010-03-08 Paul Davisremove yesterday's mayhem with MainListen and get afl...
2010-03-06 Paul Davisthe last (?) piece of the internal send/listen/monitor...
2010-02-26 David RobillardFix adding multiple tracks (regression from r6711).
2010-02-23 David RobillardFix various code quality issues found by cppcheck ...
2010-02-18 Paul Davisthe Properties & 64bit region commit
2010-02-11 Paul Davistweak Stateful/StatefulDiffCommand changes so that...
2010-02-11 Carl HetheringtonMore tinkering with State<>. Use some StateDiffCommand...
2010-02-07 Carl HetheringtonFix panner write automation.
2010-02-05 David RobillardRemove weird/pointless Automatable::data().
2010-01-21 Paul Davisstopped/monitor/state change bug fix from 2.X
2010-01-12 David RobillardFix crash due to incorrect buffer count.
2010-01-04 Paul Davisprovide a real and usable MuteControllable for Routes...
2010-01-01 Paul Davisprovide limited momentary note on/off MIDI binding...
2009-12-31 Paul Davisstop metering thread as we disconnect a session from...
2009-12-30 Paul Davisprovide access to Send + Plugins from MIDI binding...
2009-12-30 Paul Davisrestore excess calls to sync-order stuff (for now)...
2009-12-30 Paul Davismake generic MIDI control track remote control ID chang...
2009-12-22 Paul Daviscleanup up cleanup at session destruction; clarify...
next