summaryrefslogtreecommitdiff
path: root/libs/ardour/ardour/vst_plugin.h
AgeCommit message (Expand)Author
2018-06-04remove aeffectx.h; use vestige.hPaul Davis
2017-09-18globally change all use of "frame" to refer to audio into "sample".Paul Davis
2017-03-08Prepare moving to a dedicated x-thread signal for VST UI resizingRobin Gareus
2017-03-07Rework VST initialization:Robin Gareus
2017-03-06Add support for VST effSetBypass #7266Robin Gareus
2017-02-28Tweak/optimize VST callback:Robin Gareus
2016-11-15add signal for VST state loadRobin Gareus
2016-11-14Fix VST state-lock SNAFU (effSetChunk and process are exclusive)Robin Gareus
2016-09-17VST threading: prevent concurrent effSetChunk and process()Robin Gareus
2016-08-03add support for VST default values (instantiation time value)Robin Gareus
2016-06-25major internal plugin & processor API change:Robin Gareus
2016-05-26update VST audioMasterGetTimeRobin Gareus
2016-04-13prepare VST plugins for reporting connected pinsRobin Gareus
2016-03-27VSTs don't process in-placeRobin Gareus
2015-10-14Fix a problem where VST automation data wasn't getting written (if the adjust...4.3John Emmas
2015-10-05NOOP, remove trailing tabs/whitespace.Robin Gareus
2015-08-07VST use scratch buffers for processing.Robin Gareus
2015-08-05rework VST processing/buffering (no more alloca).Robin Gareus
2014-03-02implement VST midi-outputRobin Gareus
2013-10-17remove a few more misplaced export macrosPaul Davis
2013-10-17add export visibility macros across libardourPaul Davis
2013-04-28Revert "fix LXVST support for plugins that make audioMaster callbacks fromPaul Davis
2013-04-10fix LXVST support for plugins that make audioMaster callbacks from within eff...Paul Davis
2011-11-22Add missing files.Carl Hetherington
2011-11-21Rename windows VST stuff with a Windows prefix.Carl Hetherington
2011-06-01Fix broken whitespace. I'd apologize for the compile times if it was my faul...David Robillard
2010-12-19Clean up plugin preset handling a bit.Carl Hetherington
2010-12-15Make VST preset files pre-preset rather than global. Clean up VST preset han...Carl Hetherington
2010-12-07Put plugin-note-off code in the right place.Carl Hetherington
2010-12-07Send note-offs to VST instrument plugins on transport stop. Fixes #3583.Carl Hetherington
2010-12-07Move RDF-based preset stuff into LadspaPlugin, to make way for a set of evil ...Carl Hetherington
2010-12-06Fix VST build.Carl Hetherington
2010-12-04Missing nframes_t fixes in VST build.Carl Hetherington
2010-08-16forward port 2.X changes up to and including rev 6714Paul Davis
2010-07-11Fix up VST build and add basic support for VSTiCarl Hetherington
2010-04-15forward-port from 2.X commits 5827-6000 includingPaul Davis
2010-02-23Fix various code quality issues found by cppcheck (e.g. uninitialized members...David Robillard
2009-12-17switch to using boost::signals2 instead of sigc++, at least for libardour. no...Paul Davis
2009-10-14Strip trailing whitespace and fix other whitespace errors (e.g. space/tab mix...David Robillard
2009-05-12Remove most using declarations from header files.Carl Hetherington
2009-05-04Preliminary MIDI plugin support.David Robillard
2009-02-27tweaks to get a VST-supporting 3.0 to build & startupPaul Davis
2009-02-25*** NEW CODING POLICY ***David Robillard
2008-06-02rollback to 3428, before the mysterious removal of libs/* at 3431/3432Paul Davis
2008-06-02remove empty sigc++2 directoryDoug McLain
2008-01-12Merge with 2.0-ongoing R2885.David Robillard
2008-01-10Merge libs/ardour and gtk2_ardour with 2.0-ongoing R2837.David Robillard
2007-06-27allow user tweaking of everything that might have inherent latency; add GUI f...Paul Davis
2007-05-11Fix compilation with VST=1Carl Hetherington
2007-03-18Merged with trunk R1612.David Robillard