summaryrefslogtreecommitdiff
path: root/libs/ardour/ardour/processor.h
AgeCommit message (Expand)Author
2017-11-01Wrap automation on loop-position, split plugin processingRobin Gareus
2017-10-31Move Loop Location to ProcessorsRobin Gareus
2017-10-04Clean up State API:Robin Gareus
2017-09-29Add Processor API for global session-transport alignmentRobin Gareus
2017-09-29NO-OP: WhitespaceRobin Gareus
2017-09-19Various updates and fixes for Latency CompensationRobin Gareus
2017-09-18globally change all use of "frame" to refer to audio into "sample".Paul Davis
2017-09-18set + store signal chain latency for all processors; DiskWriter sets its capt...Paul Davis
2017-09-18more DEBUG::Destruction messagesPaul Davis
2017-07-16Consistent Automation evaluation:Robin Gareus
2017-07-02Prepare x-thread signals plugin-GUI visibilityRobin Gareus
2017-07-01Remove old libardour API for plugin UIsRobin Gareus
2016-10-10Forward "owner" from Processor to PluginRobin Gareus
2016-07-05add API to use a plugin provided bypass control portRobin Gareus
2016-06-25major internal plugin & processor API change:Robin Gareus
2016-03-27prepare Pin Management GUIRobin Gareus
2015-07-15fix pre-fader insert mute.Robin Gareus
2014-12-30Fix some mangled whitespace (noop).David Robillard
2014-11-29change ownership of processor window-proxyRobin Gareus
2013-10-17add export visibility macros across libardourPaul Davis
2013-10-14add a back-pointer to the owner of a ProcessorPaul Davis
2013-08-02rework MIDI [processor|plugin] chainRobin Gareus
2012-03-15radically rethink export/bounce/freeze code design. probably not 100% done by...Paul Davis
2011-12-26a grab bag of changes correcting and improving the way MIDI note on/off track...Paul Davis
2011-06-01Fix broken whitespace. I'd apologize for the compile times if it was my faul...David Robillard
2011-05-30(1) push a locate all the way through the processing heirarchy so that MIDI o...Paul Davis
2011-05-25Doxygen tweaks.Carl Hetherington
2011-02-01store void pointers to processor UIs in Processors, and reset ProcessorWindow...Paul Davis
2010-12-07Send note-offs to VST instrument plugins on transport stop. Fixes #3583.Carl Hetherington
2010-12-03Remove all use of nframes_t.Carl Hetherington
2010-09-03Fix restore of sends from session files for both 2.X and 3.0 sessions. Fixes...Carl Hetherington
2010-09-02fix a variety of unused argument errors noted by gcc 4.3.2 on x86Paul Davis
2010-08-19forward port automation handling changes from 2.x, upto and including about r...Paul Davis
2010-08-18First go at saving window visibility and position state across saves.Carl Hetherington
2010-08-16forward port 2.X changes up to and including rev 6714Paul Davis
2010-07-13Remove stub class.Carl Hetherington
2010-05-17Remove muting behaviour from the Amp processor. Fix some smallCarl Hetherington
2010-04-01revisit setting up processors during route construction; remove several more ...Paul Davis
2010-04-01No-op: rename a few variables and add/fix some comments.Carl Hetherington
2010-03-10how about that ... a monitor/main section .. GUI is still unfinished .. sever...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-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-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-21first part of fixing up send/return metering ; make send-controlling faders w...Paul Davis