summaryrefslogtreecommitdiff
path: root/libs/ardour/vst_plugin.cc
AgeCommit message (Expand)Author
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