summaryrefslogtreecommitdiff
path: root/libs/ardour/internal_return.cc
AgeCommit message (Expand)Author
2017-10-04Clean up State API:Robin Gareus
2017-09-29Aux-Send Latency compensation, part 1: latent sourcesRobin Gareus
2017-09-18globally change all use of "frame" to refer to audio into "sample".Paul Davis
2017-04-19Use XMLNode::set_property in ARDOUR::InternalReturn classTim Mayberry
2016-06-25major internal plugin & processor API change:Robin Gareus
2015-10-05NOOP, remove trailing tabs/whitespace.Robin Gareus
2014-06-23en/disable internal send+returns with tracks en/disable.Robin Gareus
2013-08-08rework MIDI [processor|plugin] chainRobin Gareus
2012-07-25convert from Glib:: to Glib::Threads for all thread-related APIPaul Davis
2012-05-24Remove over 500 unnecessary includes (including 54 of session.h).David Robillard
2012-03-25Give the _sends member of InternalReturn its own mutex,Carl Hetherington
2012-01-18make monitor section an optional feature than can be added/removed as needed....Paul Davis
2011-12-09Re-add erroneously-removed configure_io method.Carl Hetherington
2011-12-08Remove unused buffers and associated support code fromCarl Hetherington
2011-10-28Improve audioengine includes slightly.Carl Hetherington
2011-07-18improved fix for #4158 etc, hopefullyPaul 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-20Remove out-of-date comment.Carl Hetherington
2011-02-20Make InternalReturns collect their sends' data on the return's ::run(), rathe...Carl Hetherington
2010-12-03Remove all use of nframes_t.Carl Hetherington
2010-11-27don't display internal returns to userPaul Davis
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
2009-12-21fully implement and deploy explicit x-thread signal connection syntax (testin...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-12-12remove using namespace sigc everywhere to ensure clarity over which bind/mem_...Paul Davis
2009-11-25Give Processor::run a new parameter to say whether or not the run method must...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-21Fix some unused parameter warnings.Carl Hetherington
2009-07-21fix clicking when processors become active/inactive; reduce crazy 2.5sec dela...Paul Davis
2009-07-13merge pre- and post-fader processor boxes; start removing Placement (not fini...Paul Davis
2009-07-01separate solo & listen. some minor fixes and additional related fixes still t...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