summaryrefslogtreecommitdiff
path: root/libs/ardour/internal_send.cc
AgeCommit message (Expand)Author
2020-05-13Fix crash when closing session with VCA slaved soloRobin Gareus
2020-05-08Fix aux-send solo propagationRobin Gareus
2020-05-08Experiment: propagate solo-state with internal-sendsRobin Gareus
2020-03-12Fix un/bypassing Aux-send pannersRobin Gareus
2020-03-12NO-OP: reduce scopeRobin Gareus
2020-03-12NO-OP: whitespaceRobin Gareus
2020-03-02Retain custom internal-send name on session re-loadRobin Gareus
2020-03-02Refactor send naming (#7905)Robin Gareus
2019-08-03Update libardour GPL boilerplate and (C) from git logRobin Gareus
2018-10-19Add personal monitor sendsLen Ovens
2018-10-17Noop: fix white spaceLen Ovens
2018-10-17Option to hide send if aux is hiddenLen Ovens
2017-10-04Clean up State API:Robin Gareus
2017-09-29Update Send: Include internal 'thru' delay-lineRobin Gareus
2017-09-29Delayline naming -- for debug purposesRobin Gareus
2017-09-18globally change all use of "frame" to refer to audio into "sample".Paul Davis
2017-06-29Fix send mono to stereo (or N to M; M > N) sends #7409 part 1/2Robin Gareus
2017-04-19Use XMLNode::get/set_property API in ARDOUR::InternalSend classTim Mayberry
2017-03-05Fix AFL/PFL from MIDI tracks without audio (zero buffers)Robin Gareus
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