independent panning for external sends
[ardour.git] / libs / ardour / delivery.cc
2014-01-13 Robin Gareusindependent panning for external sends
2014-01-13 Robin Gareusadd independent panner for internal (Aux) sends
2014-01-13 Robin Gareusupdate internal-send port-count when target port-count...
2013-09-06 Paul Davisfix merge conflicts with audioengine
2013-09-03 Paul DavisMerge branch 'master' into audioengine
2013-08-14 Paul Davisfix merge issues with master
2013-08-09 Paul DavisMerge branch 'master' into audioengine
2013-08-09 Paul Davisremove another naming that refers to JACK
2013-08-05 Paul Davisfix conflicts after merge with master
2013-08-02 Robin Gareusrework MIDI [processor|plugin] chain
2013-01-27 Paul Davisfix another semantically-significant-expression-in...
2012-07-17 Paul Davismake it possible to (and actually do) name insert and...
2012-05-24 David RobillardRemove over 500 unnecessary includes (including 54...
2012-04-30 Carl HetheringtonRemove unused return value.
2012-04-11 Carl HetheringtonRemove unused parameter to Port::flush_buffers().
2012-01-14 Carl HetheringtonRemove thought-to-be-unnecessary setup of Delivery...
2011-12-14 Paul Davisget Delivery to disconnect from any signals it is conne...
2011-11-20 Carl HetheringtonMake a few things private in Delivery; couple of minor
2011-11-20 Carl HetheringtonRemove unused variables.
2011-10-28 Carl HetheringtonUse shared_ptr for Port in the AudioEngine; improves...
2011-10-19 Carl Hetheringtonflush_buffers on all of a route's deliveries so that...
2011-09-12 Carl HetheringtonUse derived pan_outs() when panner setup is deferred, to
2011-08-10 Paul Davisadd virtual Delivery::pan_outs() so that internal sends...
2011-07-22 Paul Davisuse std::vector::assign() in BufferSet::attach_buffers...
2011-07-19 Paul Davistentative "fix" for output for tracks with audio and...
2011-07-19 Paul Davischeck for _panshell->panner() before ::run-ing the...
2011-07-14 Carl HetheringtonMove panner bypass state up to the PannerShell so that...
2011-07-14 Carl HetheringtonFix restoration of PannerShell state from session XML...
2011-07-08 Carl HetheringtonMake sure the buffer count is updated properly when...
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-13 Paul Davisremove Pannable/PanShell from the Monitor bus
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-03-18 Paul Davisfix (?) capture alignment by making sure we use non...
2011-03-11 Paul Davissorta-kinda working latency compensation, latency repor...
2011-03-07 Paul Davisfix all manner of wrongness with port buffer offsets
2011-02-22 Paul Davismake metering do the right thing if panner is bypassed
2011-02-01 Paul Davisensure that the main outs' panner <-> pannable relation...
2011-01-28 Paul Davismove point at which main outs Panner <-> Route Pannable...
2011-01-27 Paul Davis"Listen" delivery processors (i.e. monitor out) never...
2011-01-27 Paul Davismerge 3.0-panexp (pan experiments) branch, revisions...
2011-01-10 Carl HetheringtonOptimise BufferSet::attach_buffers code to avoid memory...
2010-12-03 Carl HetheringtonRemove all use of nframes_t.
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-30 Carl HetheringtonAuto-connect outputs that appear as a result of e.g...
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-06-30 Carl HetheringtonMake main out delivery expand its output ports if the...
2010-06-24 Paul Davisuse JACK thread creation functions to create process...
2010-06-09 Paul Davisbasically, fix all kinds of odds and ends with MIDI...
2010-05-18 Carl HetheringtonTiny cleanup.
2010-05-17 Carl HetheringtonRemove muting behaviour from the Amp processor. Fix...
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 Davisremove some silent-buffer-detecting debugging code
2010-04-28 Paul Davismore solo/mute architecture work. NOTE: changes to...
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-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-22 Paul Davisremove near-duplicate session constructor; change names...
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-23 David RobillardFix various code quality issues found by cppcheck ...
2009-12-21 Paul Davisfully implement and deploy explicit x-thread signal...
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-12 Paul Davisremove using namespace sigc everywhere to ensure clarit...
2009-11-25 Carl HetheringtonGive Processor::run a new parameter to say whether...
2009-11-21 Paul Davissome provisional support for "real" solo-isolate behavi...
2009-11-20 Paul Davismake sure that delivery processors in a soloed route...
2009-11-20 Paul Davismake strip-as-GUI-for-send work for metering too ;...
2009-11-19 Paul Davisadd new Graph debug bit ; make adding aux sends really...
2009-11-18 Paul Davisadd "custom" meter option which is the only option...
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 Paul Davis(1) silence non-process FIFO message (2) move MIDI...
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-22 Paul Davismake i18n build work ; add mackie dir back to build...
2009-07-21 Carl HetheringtonFix some unused parameter warnings.
2009-07-21 Paul Davisfix clicking when processors become active/inactive...
2009-07-17 Paul Davismassive changes to waf build scripts so that nearly...
2009-07-15 Paul Davisprocessor naming tweaks, processor visibility tweaks...
2009-07-14 Paul Davisadd display name to processors (so that it can differ...
2009-07-13 Paul Davismerge pre- and post-fader processor boxes; start removi...
2009-07-04 Carl HetheringtonFix uninitialised variable.
2009-06-26 Paul Davisallow automation-follows-relevant-regions again
2009-06-25 Paul Davisstartup assistant patch from tinman; cleanup fix backpo...
2009-06-23 Paul Davismake solo-in-front controllable. a few tweaks left...
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-10 Paul Davisfix mute & solo behaviour mostly ; remove some verbose...
2009-06-09 Paul Davisthe big Route structure refactor. !!!! THIS WILL ...
2009-05-13 Paul Davismore work on the new all-Processor-all-The-Time redesig...