summaryrefslogtreecommitdiff
path: root/libs/ardour/vst_plugin.cc
AgeCommit message (Collapse)Author
2011-08-18remove Glib::ustring from libardourPaul Davis
git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@10004 d708f5d6-7413-0410-9779-e7cbd77b26cf
2010-03-12Ardour -> PROGRAM_NAME for libardourPaul Davis
git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@6756 d708f5d6-7413-0410-9779-e7cbd77b26cf
2010-02-12fixes for OS X compile of last commitPaul Davis
git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@6681 d708f5d6-7413-0410-9779-e7cbd77b26cf
2010-01-30move LocaleGuard "up" into libpbd; use LocaleGuard to replace utterly broken ↵Paul Davis
std::locale() in Gtkmm2ext::BarController handling of logarithmic values git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@6598 d708f5d6-7413-0410-9779-e7cbd77b26cf
2010-01-23fix VST compilationPaul Davis
git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@6549 d708f5d6-7413-0410-9779-e7cbd77b26cf
2010-01-21Forgotten file from ye olde general plugin type fixSampo Savolainen
git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@6534 d708f5d6-7413-0410-9779-e7cbd77b26cf
2009-11-16define VSTPluginInfo::VSTPluginInfo()Paul Davis
git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@6093 d708f5d6-7413-0410-9779-e7cbd77b26cf
2009-03-27save+restore VST preset program number; don't call begin/endSetProgram for ↵Paul Davis
VST 1.0 plugins git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@4917 d708f5d6-7413-0410-9779-e7cbd77b26cf
2009-03-27some totally untested FST/VST changesPaul Davis
git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@4916 d708f5d6-7413-0410-9779-e7cbd77b26cf
2009-03-25remove some debug output; always zero VstParameterProperties "flags" member ↵Paul Davis
since some plugins do not set any bits it they don't need to git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@4890 d708f5d6-7413-0410-9779-e7cbd77b26cf
2009-03-24VST omnibus commit edition: use wine_pthread_create() everywhere instead of ↵Paul Davis
pthread_create; properly handle events when editor windows are closed, thus avoiding deadlock when deleting a VST plugin; actually delete plugins (of any kind) when requested to do so and there is an editor - this was a bug that has been around for quite a long time in 2.X; some extensions to the vestige header that might be legally dubious git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@4889 d708f5d6-7413-0410-9779-e7cbd77b26cf
2009-03-17VST chunk save/restore patch from Martin ProfittlichPaul Davis
git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@4865 d708f5d6-7413-0410-9779-e7cbd77b26cf
2009-03-17clean up VST debugging outputPaul Davis
git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@4861 d708f5d6-7413-0410-9779-e7cbd77b26cf
2009-03-13a lot of VST support odds-and-ends, including preset discovery and support, ↵Paul Davis
extending vestige header a bit, some new thread stuff (may break compilation against JACK, and deliver partial tempo/meter info to VST plugins git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@4824 d708f5d6-7413-0410-9779-e7cbd77b26cf
2009-02-20fix up indentation caused by lack of .emacsPaul Davis
git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@4646 d708f5d6-7413-0410-9779-e7cbd77b26cf
2009-02-19working VST support with VeSTige header and new FST codePaul Davis
git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@4637 d708f5d6-7413-0410-9779-e7cbd77b26cf
2008-07-10Replaced some c includes with their c++ wrappersDoug McLain
git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@3584 d708f5d6-7413-0410-9779-e7cbd77b26cf
2008-05-22actual fix for ustring mistakePaul Davis
git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@3385 d708f5d6-7413-0410-9779-e7cbd77b26cf
2008-05-22add header for ustring to vst_plugin.hPaul Davis
git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@3383 d708f5d6-7413-0410-9779-e7cbd77b26cf
2008-05-16add missing header to vst_plugin.cc, needed for Glib::build_filename()Paul Davis
git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@3362 d708f5d6-7413-0410-9779-e7cbd77b26cf
2008-05-14use Glib::build_filename() more widelyPaul Davis
git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@3347 d708f5d6-7413-0410-9779-e7cbd77b26cf
2007-12-10AU support, plus changes in Plugin to make unique_id a stringPaul Davis
git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@2754 d708f5d6-7413-0410-9779-e7cbd77b26cf
2007-05-10fix use of old .ardour dir for VST presetsPaul Davis
git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@1830 d708f5d6-7413-0410-9779-e7cbd77b26cf
2007-04-03fix botched apply of torben's zero line patch, remove sampo's debug output ↵Paul Davis
re: ladspa plugin port setting git-svn-id: svn://localhost/ardour2/trunk@1662 d708f5d6-7413-0410-9779-e7cbd77b26cf
2007-02-22remove all lines to avoid recompiles after commitsPaul Davis
git-svn-id: svn://localhost/ardour2/trunk@1489 d708f5d6-7413-0410-9779-e7cbd77b26cf
2006-10-26remove reference to PluginState in VST code, for real this timePaul Davis
git-svn-id: svn://localhost/ardour2/trunk@1014 d708f5d6-7413-0410-9779-e7cbd77b26cf
2006-10-09VST plugin parameters restore properly2.0beta5Sampo Savolainen
git-svn-id: svn://localhost/ardour2/trunk@965 d708f5d6-7413-0410-9779-e7cbd77b26cf
2006-10-03floating point precision fix, after months of waiting, plus fix for width of ↵Paul Davis
string ID representation git-svn-id: svn://localhost/ardour2/trunk@940 d708f5d6-7413-0410-9779-e7cbd77b26cf
2006-09-28fixes for destructive track offsets of various kinds; move from ↵Paul Davis
jack_nframes_t -> nframes_t git-svn-id: svn://localhost/ardour2/trunk@933 d708f5d6-7413-0410-9779-e7cbd77b26cf
2006-09-07remove all duplicated _id members from children of PBD::Stateful.Paul Davis
Sources now know about Session. rearrange session directory heirarchy. remove tape_dir stuff. NSD allows absolute/relative paths to be typed straight into the text entry. Session history reloaded after all 3rd party registrations done. Editor restores its ID; other objects still need this. use g_mkdir_with_parents() instead of mkdir() one example of using g_file_test() instead of access. git-svn-id: svn://localhost/ardour2/trunk@908 d708f5d6-7413-0410-9779-e7cbd77b26cf
2006-08-25use shared_ptr<> for all region handlingPaul Davis
git-svn-id: svn://localhost/ardour2/trunk@852 d708f5d6-7413-0410-9779-e7cbd77b26cf
2006-08-05shraed_ptr<> etc. fixes for VST's. VST support now compiles, but doesn't Sampo Savolainen
run for some reason. git-svn-id: svn://localhost/ardour2/trunk@759 d708f5d6-7413-0410-9779-e7cbd77b26cf
2006-08-03Most PluginManager refactoring is out of the way. Time to begin on ↵Taybin Rutkin
AudioUnit support for real. git-svn-id: svn://localhost/ardour2/trunk@752 d708f5d6-7413-0410-9779-e7cbd77b26cf
2006-07-11removed references to midi controls from VST plugin supportPaul Davis
git-svn-id: svn://localhost/ardour2/trunk@677 d708f5d6-7413-0410-9779-e7cbd77b26cf
2006-06-21the return of VST supportPaul Davis
git-svn-id: svn://localhost/ardour2/trunk@629 d708f5d6-7413-0410-9779-e7cbd77b26cf
2006-02-11Fixed buffer index overrun in connect_and_run()Sampo Savolainen
git-svn-id: svn://localhost/trunk/ardour2@318 d708f5d6-7413-0410-9779-e7cbd77b26cf
2005-11-14Offset correction for VST plugins when running split buffersSampo Savolainen
git-svn-id: svn://localhost/trunk/ardour2@94 d708f5d6-7413-0410-9779-e7cbd77b26cf
2005-10-06fix compose mess, and a number of 64 bit printf specsPaul Davis
git-svn-id: svn://localhost/trunk/ardour2@51 d708f5d6-7413-0410-9779-e7cbd77b26cf
2005-09-24libardour added.Taybin Rutkin
git-svn-id: svn://localhost/trunk/ardour2@17 d708f5d6-7413-0410-9779-e7cbd77b26cf