summaryrefslogtreecommitdiff
path: root/libs/ardour/lxvst_plugin.cc
AgeCommit message (Expand)Author
2016-11-13copy VST state on copy constructionRobin Gareus
2016-07-14enough with umpteen "i18n.h" files. Consolidate on pbd/i18n.hPaul Davis
2016-05-04OMNIBUS COMMIT: prefer const XMLNode::property method (and provide a real one)Paul Davis
2016-01-09API evolutionRobin Gareus
2016-01-07lxvst preset name display (user presets only)Robin Gareus
2015-10-04globally remove all trailing whitespace from ardour code base.Paul Davis
2014-02-23remaining bits for VST-shell plugin support ..and more VST reworkRobin Gareus
2013-06-16remove executable mode-bit from filesRobin 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
2011-11-23Rename linux VST files to be more friendly.Carl Hetherington
2011-11-22Use same VST callback for both Linux and Windows VSTs.Carl Hetherington
2011-11-22Push most of LXVSTPlugin and WindowsVSTPlugin up to VSTPlugin parent.Carl Hetherington
2011-11-22Share VSTHandle and VSTInfo between windows/linux VSTs.Carl Hetherington
2011-11-22Remove VESTIGE_HEADER stuff since we will always use it.Carl Hetherington
2011-11-21fix a few warnings from newer versions of gccPaul Davis
2011-10-18make Stateful::_id private and provide appropriate methods to set it, and use...Paul Davis
2011-10-03update vestige header; fix 64 bit issuesPaul Davis
2011-09-30fixes for 98% of all the warnings/errors reported by OS X gcc on tigerPaul Davis
2011-09-26Fix warnings.Carl Hetherington
2011-09-25minor correction in return type castPaul Davis
2011-09-20a few coding style (indentation etc.) cleanups to LX VST codePaul Davis
2011-09-20(native) Linux VST support from LinuxDSPPaul Davis