summaryrefslogtreecommitdiff
path: root/libs/ardour/linux_vst_support.cc
AgeCommit message (Expand)Author
2017-07-08Don't use VST ->user points, prefer host-reserved ptrRobin Gareus
2017-03-07Rework VST initialization:Robin Gareus
2016-11-17try VST2.4's VSTPluginMain firstRobin Gareus
2016-11-15rework 8e3b6c9ac (fstwin is C code, not C++)Robin Gareus
2016-11-14consolidate VSTState initializationRobin Gareus
2016-09-16remove cruft - don't pollute global namespaceRobin Gareus
2016-07-14enough with umpteen "i18n.h" files. Consolidate on pbd/i18n.hPaul Davis
2015-10-05use quotes for in-tree pbd/glib wrapper includeRobin Gareus
2015-10-05NOOP, remove trailing tabs/whitespace.Robin Gareus
2015-10-04globally remove all trailing whitespace from ardour code base.Paul Davis
2015-09-17use pbd's gstdio compatibility wrapperRobin Gareus
2014-06-14strtok() is the root of all evil.Robin Gareus
2014-04-14remove code intended for use with basename(), fix memory leak since g_path_ge...Robin Gareus
2014-03-23fix yet another possible memory leakRobin Gareus
2014-03-23fix some memory leaksRobin Gareus
2013-12-07print a warning for every VST >=2.4 pluginRobin Gareus
2013-12-07detect VST >= 2.4 plugins.Robin Gareus
2013-06-06fix memory leaks and compiler warnings in LXVST codeRobin Gareus
2013-04-28Revert "fix LXVST support for plugins that make audioMaster callbacks fromPaul Davis
2013-04-10fix LXVST support for plugins that make audioMaster callbacks from within eff...Paul Davis
2013-03-19fix mishanding of LXVST (and windows VST) plugin names where the path include...Paul Davis
2013-01-18more debugging output for failed LXVST opens, and drop use of NULLPaul Davis
2013-01-16add copyright commentsPaul Davis
2012-03-13use g_fopen()Paul Davis
2011-11-23Rename linux VST files to be more friendly.Carl Hetherington