summaryrefslogtreecommitdiff
path: root/libs/ardour/vst_plugin.cc
AgeCommit message (Expand)Author
2011-08-18remove Glib::ustring from libardourPaul Davis
2010-03-12Ardour -> PROGRAM_NAME for libardourPaul Davis
2010-02-12fixes for OS X compile of last commitPaul Davis
2010-01-30move LocaleGuard "up" into libpbd; use LocaleGuard to replace utterly broken ...Paul Davis
2010-01-23fix VST compilationPaul Davis
2010-01-21Forgotten file from ye olde general plugin type fixSampo Savolainen
2009-11-16define VSTPluginInfo::VSTPluginInfo()Paul Davis
2009-03-27save+restore VST preset program number; don't call begin/endSetProgram for VS...Paul Davis
2009-03-27some totally untested FST/VST changesPaul Davis
2009-03-25remove some debug output; always zero VstParameterProperties "flags" member s...Paul Davis
2009-03-24VST omnibus commit edition: use wine_pthread_create() everywhere instead of p...Paul Davis
2009-03-17VST chunk save/restore patch from Martin ProfittlichPaul Davis
2009-03-17clean up VST debugging outputPaul Davis
2009-03-13a lot of VST support odds-and-ends, including preset discovery and support, e...Paul Davis
2009-02-20fix up indentation caused by lack of .emacsPaul Davis
2009-02-19working VST support with VeSTige header and new FST codePaul Davis
2008-07-10Replaced some c includes with their c++ wrappersDoug McLain
2008-05-22actual fix for ustring mistakePaul Davis
2008-05-22add header for ustring to vst_plugin.hPaul Davis
2008-05-16add missing header to vst_plugin.cc, needed for Glib::build_filename()Paul Davis
2008-05-14use Glib::build_filename() more widelyPaul Davis
2007-12-10AU support, plus changes in Plugin to make unique_id a stringPaul Davis
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