summaryrefslogtreecommitdiff
path: root/libs/ardour/ardour/send.h
AgeCommit message (Expand)Author
2020-03-02Refactor send naming (#7905)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-04-19Remove cruftRobin Gareus
2019-04-08NO-OP: whitespaceRobin 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-18globally change all use of "frame" to refer to audio into "sample".Paul Davis
2017-06-09Remove Automatable::value_as_string API from libardourRobin Gareus
2016-06-25major internal plugin & processor API change:Robin Gareus
2016-05-31Add PanControllable::get_user_string() (provide indirect access to Panner::va...Paul Davis
2016-04-17add self-removing Sends (remove on disconnect)Robin Gareus
2016-01-25change exposed type of various objects' gain controls; remove Amp::gain() as ...Paul Davis
2016-01-18change ownership of the AutomationControl used by Amp.Paul 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
2014-06-11basic integration of delaylines (still un-nused)Robin Gareus
2014-01-23fix merge conflict with masterPaul Davis
2014-01-22fix bitslot already in use warningRobin Gareus
2014-01-13fix output metering for Sends (Aux and External)Robin Gareus
2014-01-13fix output metering for Sends (Aux and External)Robin Gareus
2013-10-17add export visibility macros across libardourPaul Davis
2013-08-02rework MIDI [processor|plugin] chainRobin Gareus
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-18fix two major assert failures arising from the optional monitor section commi...Paul Davis
2011-10-28Improve audioengine includes slightly.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-11-20Save/restore aux send levels. Fixes #3546.Carl Hetherington
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-04-01revisit setting up processors during route construction; remove several more ...Paul Davis
2009-12-17switch to using boost::signals2 instead of sigc++, at least for libardour. no...Paul Davis
2009-11-25Give Processor::run a new parameter to say whether or not the run method must...Carl Hetherington
2009-11-18add "custom" meter option which is the only option where the meter processor ...Paul Davis
2009-10-15rework Stateful::set_state() patch to avoid default version argumentPaul Davis
2009-10-15Part 1 of loading 2.X sessions; some things work, some things don't, hacks a-...Carl Hetherington
2009-10-14Strip trailing whitespace and fix other whitespace errors (e.g. space/tab mix...David Robillard
2009-07-21first part of fixing up send/return metering ; make send-controlling faders w...Paul Davis
2009-07-15processor naming tweaks, processor visibility tweaks and more, trying to fini...Paul Davis
2009-06-16first pass (ok, third really) at internal send+return - audio routing inside ...Paul Davis
2009-06-10nick m's fix for markers etc ; several tweaks for mute/solo ; rename run_in_p...Paul Davis