summaryrefslogtreecommitdiff
path: root/libs/ardour/vst_plugin.cc
AgeCommit message (Expand)Author
2011-11-23Fix some confusion over getting parameter details fromCarl Hetherington
2011-11-23Don't load program 0 on initialising a VST; I don'tCarl Hetherington
2011-11-23Remove VST current_program variable, since that stuff isCarl Hetherington
2011-11-23Remove heinous hack that is no longer required if we areCarl Hetherington
2011-11-23Fix segfault on close.Carl Hetherington
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-29Try to ensure that the plugin loads its initial preset correctly. May fix #3...Carl Hetherington
2010-12-19Clean up plugin preset handling a bit.Carl Hetherington
2010-12-15Fix a memory leak.Carl Hetherington
2010-12-15Restore VST preset saving without chunks. Fixes #3602.Carl Hetherington
2010-12-15Make VST preset files pre-preset rather than global. Clean up VST preset han...Carl Hetherington
2010-12-11Prevent garbage preset names with VST plugins when the call to get preset nam...Carl Hetherington
2010-12-07Fix VST preset deletion.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-03Remove all use of nframes_t.Carl Hetherington
2010-09-20Fix VST build.Carl Hetherington
2010-09-14remove Glib::ustring from libardour; allow any characters except '/' and '\' ...Paul Davis
2010-08-16forward port 2.X changes up to and including rev 6714Paul Davis
2010-07-22remove a bunch of uses of long (mostly replaced by int32_t)Paul 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-22cleanup up cleanup at session destruction; clarify the meaning of 3 signals (...Paul Davis
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-04Preliminary MIDI plugin support.David Robillard
2009-04-16part 2 of 3 of the 2.8 -> 3.0 mergePaul Davis
2009-02-27tweaks to get a VST-supporting 3.0 to build & startupPaul Davis
2009-02-27vestige-based VST support, back-ported from 2.0-ongoingPaul Davis
2009-02-25*** NEW CODING POLICY ***David Robillard
2008-09-10merge from 2.0-ongoing @ 3581Paul Davis
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-30Another not-quite-there-but-better commit.David Robillard
2007-06-27allow user tweaking of everything that might have inherent latency; add GUI f...Paul Davis
2007-06-27Use sys::path and ARDOUR::user_config_directory in VSTPlugin::get_stateTim Mayberry
2007-05-11Fix compilation with VST=1Carl Hetherington
2007-05-10fix use of old .ardour dir for VST presetsPaul Davis
2007-04-03fix botched apply of torben's zero line patch, remove sampo's debug output re...Paul Davis
2007-02-22remove all lines to avoid recompiles after commitsPaul Davis
2006-10-26remove reference to PluginState in VST code, for real this timePaul Davis
2006-10-09VST plugin parameters restore properly2.0beta5Sampo Savolainen
2006-10-03floating point precision fix, after months of waiting, plus fix for width of ...Paul Davis