summaryrefslogtreecommitdiff
path: root/libs/ardour/ardour/internal_send.h
AgeCommit message (Expand)Author
2017-10-04Clean up State API:Robin Gareus
2017-09-18globally change all use of "frame" to refer to audio into "sample".Paul Davis
2016-10-14allow feedback (loops) from internal sendsRobin Gareus
2016-06-25major internal plugin & processor API change: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-01-23fix merge conflict with masterPaul Davis
2014-01-22fix bitslot already in use warningRobin Gareus
2014-01-13update internal-send port-count when target port-count changesRobin Gareus
2014-01-13update internal-send port-count when target port-count changesRobin Gareus
2013-10-17add export visibility macros across libardourPaul Davis
2013-08-02rework MIDI [processor|plugin] chainRobin Gareus
2012-01-14Remove thought-to-be-unnecessary setup of Delivery::_no_outs_cuz_we_no_monitorCarl Hetherington
2011-08-10add virtual Delivery::pan_outs() so that internal sends correctly configure t...Paul Davis
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-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-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
2010-03-10how about that ... a monitor/main section .. GUI is still unfinished .. sever...Paul Davis
2010-02-19change PropertyChange from a bitfield into a real object, with all the many w...Paul Davis
2009-12-19use new syntax for connecting to backend signals that enforces explicit conne...Paul Davis
2009-12-17switch to using boost::signals2 instead of sigc++, at least for libardour. no...Paul Davis
2009-11-26Rename internal sends when their send-to bus changes.Carl Hetherington
2009-11-25Give Processor::run a new parameter to say whether or not the run method must...Carl Hetherington
2009-11-23Prevent Send::set_state being called twice when constructing InternalSends, t...Carl Hetherington
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-28remove all MIDI-specific editing modes by making standard work either at obje...Paul Davis
2009-07-15processor naming tweaks, processor visibility tweaks and more, trying to fini...Paul Davis
2009-07-13merge pre- and post-fader processor boxes; start removing Placement (not fini...Paul Davis
2009-06-25startup assistant patch from tinman; cleanup fix backported from 2.X ; easy(i...Paul Davis
2009-06-16first pass (ok, third really) at internal send+return - audio routing inside ...Paul Davis
2009-02-11Remove internal ports.Carl Hetherington
2009-01-30Trim include dependency graph, especially for io.h and session.h.David Robillard
2009-01-30add forgotten filesPaul Davis