summaryrefslogtreecommitdiff
path: root/libs/ardour/vst_plugin.cc
AgeCommit message (Expand)Author
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
2006-09-28fixes for destructive track offsets of various kinds; move from jack_nframes_...Paul Davis
2006-09-07remove all duplicated _id members from children of PBD::Stateful.Paul Davis
2006-08-25use shared_ptr<> for all region handlingPaul Davis
2006-08-05shraed_ptr<> etc. fixes for VST's. VST support now compiles, but doesn't Sampo Savolainen
2006-08-03Most PluginManager refactoring is out of the way. Time to begin on AudioUnit...Taybin Rutkin
2006-07-11removed references to midi controls from VST plugin supportPaul Davis
2006-06-21the return of VST supportPaul Davis
2006-02-11Fixed buffer index overrun in connect_and_run()Sampo Savolainen
2005-11-14Offset correction for VST plugins when running split buffersSampo Savolainen
2005-10-06fix compose mess, and a number of 64 bit printf specsPaul Davis
2005-09-24libardour added.Taybin Rutkin