summaryrefslogtreecommitdiff
path: root/libs/ardour/send.cc
AgeCommit message (Expand)Author
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
2012-01-18fix two major assert failures arising from the optional monitor section commi...Paul Davis
2011-12-07remove visible "sound notes" button,add Config parameter to control this (whi...Paul Davis
2011-06-01Fix broken whitespace. I'd apologize for the compile times if it was my faul...David Robillard
2011-04-23Re-fix compile failure with --no-nls (#3111).Carl Hetherington
2011-01-27merge 3.0-panexp (pan experiments) branch, revisions 8534-8585 into 3.0, thus...Paul Davis
2011-01-11Don't modify a send's output count depending on where it lands in the process...Carl Hetherington
2010-12-10Fix deadlock on closing a send IO dialogue.Carl Hetherington
2010-12-03Remove all use of nframes_t.Carl Hetherington
2010-11-25Prevent removal of route inputs when the plugins cannot be configured with th...Carl Hetherington
2010-11-20Save/restore aux send levels. Fixes #3546.Carl Hetherington
2010-11-13make ardour3 build and link on OS X (tiger, at least)Paul Davis
2010-09-03Fix restore of sends from session files for both 2.X and 3.0 sessions. Fixes...Carl Hetherington
2010-08-19forward port automation handling changes from 2.x, upto and including about r...Paul Davis
2010-05-17Remove muting behaviour from the Amp processor. Fix some smallCarl Hetherington