fix crash when copy'ing latent plugins
[ardour.git] / libs / ardour / delivery.cc
2016-07-14 Paul Davisenough with umpteen "i18n.h" files. Consolidate on...
2016-07-08 Julien "_FrnchFrgg... Make Delivery::run more Datatype-agnostic
2016-06-25 Robin Gareusmajor internal plugin & processor API change:
2016-05-05 Paul DavisOMNIBUS COMMIT: prefer const XMLNode::property method...
2016-04-14 Robin Gareusfix odd case where a deliver has no ports e.g session...
2016-04-13 Robin GareusNO-OP, whitespace
2016-04-13 Robin Gareusallow midi tracks with audio-out only (and vice versa)
2015-11-28 Robin Gareusdon't clear MIDI buffers during split-cycles
2015-10-05 Robin GareusNOOP, remove trailing tabs/whitespace.
2015-10-04 Paul Davisglobally remove all trailing whitespace from ardour...
2015-09-16 Paul DavisRevert "add an Amp to Delivery, remove it from Send...
2015-09-15 Paul Davismove speed quietning code into Delivery, where it belongs.
2015-09-15 Paul Davisadd an Amp to Delivery, remove it from Send, make use...
2015-04-21 Ben LoftisInitial Gain Coefficient tweaks
2015-04-21 Ben Loftismerge fix for tempo branch
2015-04-20 Paul DavisMerge branch 'master' into saveas
2015-04-10 Colin FletcherMerge branch 'uk-english'
2015-04-07 Robin Gareuslow-pass filter gain-fader.
2014-11-14 Jeremy CarterMerge remote-tracking branch 'upstream/master'
2014-11-14 Robin Gareusadd abort() to non-reached code
2014-10-16 Paul DavisMerge branch 'cairocanvas'
2014-07-01 Colin FletcherMerge branch 'ripple-mode-cc' into cairocanvas
2014-07-01 Paul Davismerge with master.
2014-06-11 Robin Gareusfix possible crash when setting delivery name w/o panshell
2014-06-11 Robin Gareusbasic integration of delaylines (still un-nused)
2014-02-24 Colin FletcherMerge branch 'master' into export-dialog
2014-02-08 Paul Davismerge with master, with minor conflict fixes
2014-02-07 Robin Gareusdon't add a [shared] panner for the sends to monitoing...
2014-01-25 Colin FletcherMerge remote-tracking branch 'origin/master' into expor...
2014-01-20 John EmmasMerge branch 'windows+cc' into cairocanvas
2014-01-15 Paul Davismerge with master
2014-01-15 Robin Gareusdon't pan send/return inserts
2014-01-15 Robin Gareusre-allow panners for monitoring-section (for now)
2014-01-15 Paul Davismerge with master
2014-01-15 Robin Gareuscont'd backend work on panner-linking
2014-01-14 Paul Davismerge (with conflict fixes) with master (even against...
2014-01-13 Robin Gareusfirst stab at send+route panner link
2014-01-13 John EmmasMerge branch 'windows+cc' into cairocanvas
2014-01-13 Robin Gareusfix delivery: check if panshell exists on session-load
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...
2014-01-13 Robin Gareusallow to custom select panner-type for each delivery.
2014-01-13 Robin Gareusfix delivery: check if panshell exists on session-load
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-14 Paul Davisfix merge conflicts with master
2013-09-12 Paul Davisincomplete merge of master into windows (requires upcom...
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-08 Robin Gareusrework MIDI [processor|plugin] chain
2013-08-05 Paul Davisfix conflicts after merge with master
2013-08-02 Paul DavisMerge branch 'master' into windows
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...
next