monitor send gets access to the (shared) pannable of the track/bus, thus ensuring...
[ardour.git] / libs / ardour / ardour / route.h
2011-06-14 Paul Davismonitor send gets access to the (shared) pannable of...
2011-06-14 Paul Davisfix initialization of gain for Listen internal sends...
2011-06-01 David RobillardFix broken whitespace. I'd apologize for the compile...
2011-05-30 Paul Davis(1) push a locate all the way through the processing...
2011-04-15 Carl HetheringtonFix 'make new plugins active' configure option (#3975).
2011-03-12 Paul Davisproperly use and publish private/public port latency...
2011-03-11 Paul Davissorta-kinda working latency compensation, latency repor...
2011-03-07 Paul Davismanage Route::_have_internal_generator more accurately...
2011-03-05 Paul Davisfix monitoring so that MIDI tracks don't work the same...
2011-02-22 Carl HetheringtonUse commented out (correct) Mute/SoloControllable set_v...
2011-02-20 Carl HetheringtonMake InternalReturns collect their sends' data on the...
2011-02-20 Carl HetheringtonModify route _processor list set up so that the logic...
2011-02-16 Paul Davisfixes for latency computation and compilation
2011-02-15 Paul Davispart one of several parts: implement support for new...
2011-02-01 Carl HetheringtonMerge two methods.
2011-01-29 Paul Davisfix auditioner by virtualizing Route::input_streams...
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-14 Carl HetheringtonPrevent failed reconfigurations on tracks with 0 inputs...
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...
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-26 Carl HetheringtonHandle unknown plugins on loading sessions by hiding...
2010-11-25 Carl HetheringtonPrevent removal of route inputs when the plugins cannot...
2010-09-17 Paul Davismegaopus patch #2 for today: remove nframes64_t and...
2010-09-03 Carl HetheringtonFix restore of sends from session files for both 2...
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-24 Paul Davisstep editing now accessed via a context menu on 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-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-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-04 Paul Davisremove muted-by-others, a concept that turns out to...
2010-05-01 Paul Davisperhaps, just possibly, a working solo model. needs...
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-21 Carl HetheringtonMove Diskstream ownership to Track, so that Session...
2010-04-21 Paul Daviscommits 6001-6525 inclusive from 2.X applied to 3.0
2010-04-19 Paul Davisfix solo/listen issues when reloadign a session, caused...
2010-04-03 Paul Davismeter point restore handling, and related matters
2010-03-27 Paul Davispart one of hiding Diskstreams and making them a privat...
2010-03-25 Paul Daviswould you look at that! all those changes just to make...
2010-03-24 Paul Davisremove XML constructors for Route, Track, AudioTrack...
2010-03-22 Paul Davisremove near-duplicate session constructor; change names...
2010-03-10 Paul Davishow about that ... a monitor/main section .. GUI is...
2010-01-04 Paul Davisprovide a real and usable MuteControllable for Routes...
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-19 Paul Davisuse new syntax for connecting to backend signals that...
2009-12-17 Paul Davisswitch to using boost::signals2 instead of sigc++,...
2009-12-10 Paul Davisadd solo isolate indicator in editor route list
2009-12-10 Paul Davisforward propagate solo-isolated status to everything...
2009-12-10 Paul Davisdrastic, deep and wide changes to make RouteGroup use...
2009-12-07 Paul DavisRoute::set_meter_point() is now conceptually RT safe...
2009-11-30 Carl HetheringtonVarious optimisations to speed up rec-enable.
2009-11-27 Paul Davisswitch Route::fed_by from shared_ptr to weak_ptr and...
2009-11-21 Paul Davisget "solo safe" back in action again
2009-11-21 Paul Davissome provisional support for "real" solo-isolate behavi...
2009-11-18 Paul Davisbring back full mute control (pre/post/control/main...
2009-11-17 Paul Davisdisabled changes to make solo propagation ignore sends
2009-10-15 Paul Davisrework Stateful::set_state() patch to avoid default...
2009-10-15 Carl HetheringtonPart 1 of loading 2.X sessions; some things work, some...
2009-10-14 David RobillardStrip trailing whitespace and fix other whitespace...
2009-08-27 Paul Davislots of MIDI editing stuff. to be explained on the...
2009-07-21 Carl HetheringtonFix some unused parameter warnings.
2009-07-15 Paul Davismore hacking on the processor list and processor box...
2009-07-15 Paul Davisprocessor naming tweaks, processor visibility tweaks...
2009-07-13 Paul Davismore removal of Placement
2009-07-13 Paul Davismerge pre- and post-fader processor boxes; start removi...
2009-07-04 Carl HetheringtonUse std::string for order key map.
2009-07-01 Paul Davisseparate solo & listen. some minor fixes and additional...
2009-06-25 Paul Davisstartup assistant patch from tinman; cleanup fix backpo...
2009-06-21 Carl HetheringtonMerge edit and mix groups to just being route groups...
2009-06-17 Paul Davisremove SoloBus solo model, add PFL and AFL. basic testi...
2009-06-17 Paul Davissolo models work again (amazing how hard this was)...
2009-06-16 Paul Davisfirst pass (ok, third really) at internal send+return...
2009-06-10 Paul Davisnick m's fix for markers etc ; several tweaks for mute...
2009-06-09 Paul Davisthe big Route structure refactor. !!!! THIS WILL ...
2009-05-17 Paul Davissend control now has working metering, and switches...
2009-05-17 Paul Davis75% (?) of the way towards making mixer strips control...
2009-05-16 Paul Davisa gadzillion changes all over the place. nothing is...
2009-05-13 Paul Davismore work on the new all-Processor-all-The-Time redesig...
2009-05-12 Carl HetheringtonRemove most using declarations from header files.
2009-05-07 David RobillardThe great audio processing overhaul.
2009-05-04 David RobillardPreliminary MIDI plugin support.
2009-04-23 Paul Davisremove offset from process callback tree. some breakage...
2009-03-02 Paul Davistrack templates, backported from 2.X
2009-02-25 David RobillardWaf building of libardour (yay!).
2009-02-25 David Robillard*** NEW CODING POLICY ***
2009-02-17 David RobillardFix the horrible mess that was anything related to...
2009-02-15 David RobillardTrim include dependency tree (particularly on evoral...
2009-02-14 Carl HetheringtonMake DnD copy processors using their XML representation...
next