summaryrefslogtreecommitdiff
path: root/libs/ardour/internal_send.cc
AgeCommit message (Expand)Author
2016-10-14allow feedback (loops) from internal sendsRobin Gareus
2016-07-14enough with umpteen "i18n.h" files. Consolidate on pbd/i18n.hPaul Davis
2016-07-09handle internal-sends from audio to midi bussesRobin Gareus
2016-07-09Make internal sends aware of non-audio dataJulien "_FrnchFrgg_" RIVAUD
2016-06-25major internal plugin & processor API change:Robin Gareus
2016-05-04OMNIBUS COMMIT: prefer const XMLNode::property method (and provide a real one)Paul Davis
2016-01-18working version of new gain control designPaul Davis
2015-10-05NOOP, remove trailing tabs/whitespace.Robin Gareus
2015-09-16Revert "add an Amp to Delivery, remove it from Send, make use of this in vari...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-09-03release shared route pointer kept by InternalSend when dropping refs.Robin Gareus
2014-06-23en/disable internal send+returns with tracks en/disable.Robin 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-22fix bitslot already in use warningRobin Gareus
2014-01-13update internal-send port-count when target port-count changesRobin Gareus
2014-01-13ignore additional channels for AFL, PFL:Robin Gareus
2013-08-05fix conflicts after merge with masterPaul Davis
2013-08-02rework MIDI [processor|plugin] chainRobin Gareus
2013-07-24part-way through getting the audioengine changes to compilePaul Davis
2012-06-11Make send automation work (#4734).Carl Hetherington
2012-05-24Remove over 500 unnecessary includes (including 54 of session.h).David Robillard
2012-05-02more fixes/tweaks from the land of the lionPaul Davis
2012-01-24more useful error message when an internal send fails to find its targetPaul Davis
2012-01-18fix reload of session with new send naming in place, drop "aux-" prefix from ...Paul Davis
2012-01-14Remove thought-to-be-unnecessary setup of Delivery::_no_outs_cuz_we_no_monitorCarl Hetherington
2011-11-20Fill extra channels if monitor sends have more outputs thanCarl Hetherington
2011-10-28Improve audioengine includes slightly.Carl Hetherington
2011-10-17Discard MIDI when sending to the monitor bus. FixesCarl Hetherington
2011-08-29Move what I'm pretty sure is a misplaced assert; a pannerCarl Hetherington
2011-08-10fix leftover bug from hacking on internal send panning stuffPaul Davis
2011-08-10add virtual Delivery::pan_outs() so that internal sends correctly configure t...Paul Davis
2011-07-18improved fix for #4158 etc, hopefullyPaul Davis
2011-07-14Move panner bypass state up to the PannerShell so that it is preserved even w...Carl Hetherington
2011-07-12Correct (I think) previous fix.Carl Hetherington
2011-07-12Set mixbufs count in the case of a panner being used, asCarl Hetherington
2011-07-10Set up initial gains with init_gain() before (rather than after) potentially ...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-01Fix broken whitespace. I'd apologize for the compile times if it was my faul...David Robillard
2011-04-18Initialise aux send gain to -inf dB (#3990).Carl Hetherington
2011-02-20Make InternalReturns collect their sends' data on the return's ::run(), rathe...Carl Hetherington
2011-01-27merge 3.0-panexp (pan experiments) branch, revisions 8534-8585 into 3.0, thus...Paul Davis
2010-12-03Remove all use of nframes_t.Carl Hetherington
2010-08-19Resize internal send target buffers on set_block_size(); fixes #3330.Carl Hetherington
2010-08-19forward port automation handling changes from 2.x, upto and including about r...Paul Davis
2010-08-16forward port 2.X changes up to and including rev 6714Paul Davis
2010-03-24remove XML-based constructors for several types of Processors; less debuggingPaul Davis