summaryrefslogtreecommitdiff
path: root/libs/ardour/delivery.cc
AgeCommit message (Expand)Author
2016-04-14fix odd case where a deliver has no ports e.g session load.Robin Gareus
2016-04-13NO-OP, whitespaceRobin Gareus
2016-04-13allow midi tracks with audio-out only (and vice versa)Robin Gareus
2015-11-28don't clear MIDI buffers during split-cyclesRobin Gareus
2015-10-05NOOP, remove trailing tabs/whitespace.Robin Gareus
2015-10-04globally remove all trailing whitespace from ardour code base.Paul Davis
2015-09-16Revert "add an Amp to Delivery, remove it from Send, make use of this in vari...Paul Davis
2015-09-15move speed quietning code into Delivery, where it belongs.Paul Davis
2015-09-15add an Amp to Delivery, remove it from Send, make use of this in various ::ru...Paul Davis
2015-04-22Initial Gain Coefficient tweaksBen Loftis
2015-04-07low-pass filter gain-fader.Robin Gareus
2014-11-14add abort() to non-reached codeRobin Gareus
2014-06-11fix possible crash when setting delivery name w/o panshellRobin Gareus
2014-06-11basic integration of delaylines (still un-nused)Robin Gareus
2014-02-07don't add a [shared] panner for the sends to monitoing sectionRobin Gareus
2014-01-15don't pan send/return insertsRobin Gareus
2014-01-15re-allow panners for monitoring-section (for now)Robin Gareus
2014-01-15cont'd backend work on panner-linkingRobin Gareus
2014-01-13first stab at send+route panner linkRobin Gareus
2014-01-13allow to custom select panner-type for each delivery.Robin Gareus
2014-01-13fix delivery: check if panshell exists on session-loadRobin Gareus
2014-01-13independent panning for external sendsRobin Gareus
2014-01-13add independent panner for internal (Aux) sendsRobin Gareus
2014-01-13update internal-send port-count when target port-count changesRobin Gareus
2013-08-09remove another naming that refers to JACKPaul Davis
2013-08-02rework MIDI [processor|plugin] chainRobin Gareus
2013-01-27fix another semantically-significant-expression-in-assert case (though not a ...Paul Davis
2012-07-17make it possible to (and actually do) name insert and send ports as "return" ...Paul Davis
2012-05-24Remove over 500 unnecessary includes (including 54 of session.h).David Robillard
2012-04-30Remove unused return value.Carl Hetherington
2012-04-11Remove unused parameter to Port::flush_buffers().Carl Hetherington
2012-01-14Remove thought-to-be-unnecessary setup of Delivery::_no_outs_cuz_we_no_monitorCarl Hetherington
2011-12-14get Delivery to disconnect from any signals it is connected to relatively ear...Paul Davis
2011-11-20Make a few things private in Delivery; couple of minorCarl Hetherington
2011-11-20Remove unused variables.Carl Hetherington
2011-10-28Use shared_ptr for Port in the AudioEngine; improves thread-safety of the aud...Carl Hetherington
2011-10-19flush_buffers on all of a route's deliveries so that MIDI sends work.Carl Hetherington
2011-09-12Use derived pan_outs() when panner setup is deferred, toCarl Hetherington
2011-08-10add virtual Delivery::pan_outs() so that internal sends correctly configure t...Paul Davis
2011-07-22use std::vector::assign() in BufferSet::attach_buffers() rather than an expli...Paul Davis
2011-07-19tentative "fix" for output for tracks with audio and MIDI output (no known te...Paul Davis
2011-07-19check for _panshell->panner() before ::run-ing the panshell, so that MIDI tra...Paul Davis
2011-07-14Move panner bypass state up to the PannerShell so that it is preserved even w...Carl Hetherington
2011-07-14Fix restoration of PannerShell state from session XML (#4185).Carl Hetherington
2011-07-08Make sure the buffer count is updated properly when run() happens on a muted ...Carl Hetherington
2011-06-14monitor send gets access to the (shared) pannable of the track/bus, thus ensu...Paul Davis
2011-06-14fix initialization of gain for Listen internal sends (to monitor bus); remove...Paul Davis
2011-06-13remove Pannable/PanShell from the Monitor busPaul Davis
2011-06-01Fix broken whitespace. I'd apologize for the compile times if it was my faul...David Robillard
2011-05-30(1) push a locate all the way through the processing heirarchy so that MIDI o...Paul Davis