summaryrefslogtreecommitdiff
path: root/libs/ardour/send.cc
AgeCommit message (Expand)Author
2020-03-10NO-OP: use set/clear_flag() API instead of set_flags()Robin Gareus
2020-03-02Refactor send naming (#7905)Robin Gareus
2020-02-29Fix off-by-one, start "Send" names at bitslot 1 (not 2)Robin Gareus
2020-02-28Convert v5 send state-stateRobin Gareus
2020-02-20Update Control flags of Aux SendsRobin Gareus
2020-02-18Fix loading send gain automationRobin Gareus
2019-12-14Add Inline Control Port PropertyRobin Gareus
2019-12-14Make BusSendLevel 1st class citizen (1/2)Robin Gareus
2019-09-20Add abstract API for latency compensated sendsRobin Gareus
2019-08-03Update libardour GPL boilerplate and (C) from git logRobin Gareus
2019-02-16Prepare to allow to disable latency-compensationRobin Gareus
2018-11-12Changed send/deliver role "Personal" to "Foldback" so bus type can matchLen Ovens
2018-10-19Add personal monitor sendsLen Ovens
2018-10-16OSC: personal monitor send hidden follows aux hiddenLen Ovens
2017-10-04Clean up State API:Robin Gareus
2017-09-29Update Send: Include internal 'thru' delay-lineRobin Gareus
2017-09-29Aux-Send Latency compensation, part 1: latent sourcesRobin Gareus
2017-09-29Delayline naming -- for debug purposesRobin Gareus
2017-09-29NO-OP: WhitespaceRobin 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-06-09Remove Automatable::value_as_string API from libardourRobin Gareus
2017-04-19Use XMLNode::get/set_property in ARDOUR::Send classTim Mayberry
2016-07-14enough with umpteen "i18n.h" files. Consolidate on pbd/i18n.hPaul Davis
2016-06-25major internal plugin & processor API change:Robin Gareus
2016-05-31implementation side of Controllable::get_user_string() with const argPaul Davis
2016-05-07make boost shared_ptr debugging a little easier to turn on/offPaul Davis
2016-05-04OMNIBUS COMMIT: prefer const XMLNode::property method (and provide a real one)Paul Davis
2016-04-17add self-removing Sends (remove on disconnect)Robin Gareus
2016-01-18move Amp::GainControl out into its own source module and out of AmpPaul Davis
2016-01-18change ownership of the AutomationControl used by Amp.Paul Davis
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-15add an Amp to Delivery, remove it from Send, make use of this in various ::ru...Paul Davis
2014-11-14add abort() to non-reached codeRobin Gareus
2014-06-13send-delayline: proper debug output (and sort includes on the way)Robin Gareus
2014-06-11basic integration of delaylines (still un-nused)Robin Gareus
2014-01-22fix bitslot already in use warningRobin Gareus
2014-01-15remove debug codeRobin Gareus
2014-01-13fix output metering for Sends (Aux and External)Robin Gareus
2013-08-02rework MIDI [processor|plugin] chainRobin Gareus
2013-03-27Squashed commit of the following:Paul 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-03-15better, cleaner fix for copying sends/returns/port inserts via XML statePaul Davis
2012-03-13redesign how XML state, bitslots and names get propagated during copying a se...Paul Davis
2012-02-28Use dBs for send gain automation controls too.Carl Hetherington
2012-01-21Add a send amp's gain control as a send controllable.Carl Hetherington
2012-01-18fix reload of session with new send naming in place, drop "aux-" prefix from ...Paul Davis