fix crash when copy'ing latent plugins
[ardour.git] / libs / ardour / lxvst_plugin.cc
2016-07-14 Paul Davisenough with umpteen "i18n.h" files. Consolidate on...
2016-05-05 Paul DavisOMNIBUS COMMIT: prefer const XMLNode::property method...
2016-01-09 Robin GareusAPI evolution
2016-01-07 Robin Gareuslxvst preset name display (user presets only)
2015-10-04 Paul Davisglobally remove all trailing whitespace from ardour...
2014-10-16 Paul DavisMerge branch 'cairocanvas'
2014-07-01 Paul Davismerge with master.
2014-06-02 Paul Davismerge with master and fix 4 conflicts by hand
2014-05-19 Colin FletcherMerge branch 'export-dialog' into cairocanvas
2014-03-22 Paul DavisMerge ... master, primarily for adrian's maximise-mixer...
2014-02-23 Robin Gareusremaining bits for VST-shell plugin support ..and more...
2013-06-26 Paul DavisMerge branch 'master' into cairocanvas
2013-06-16 Robin Gareusremove executable mode-bit from files
2013-05-03 Paul Davismerge resolution with master
2013-05-01 Paul DavisMerge branch 'license-fix' of https://github.com/adikno...
2013-04-29 Paul DavisRevert "fix LXVST support for plugins that make audioMa...
2013-04-10 Paul DavisMerge branch 'master' into cairocanvas
2013-04-10 Paul Davisfix LXVST support for plugins that make audioMaster...
2011-11-23 Carl HetheringtonRename linux VST files to be more friendly.
2011-11-22 Carl HetheringtonUse same VST callback for both Linux and Windows VSTs.
2011-11-22 Carl HetheringtonPush most of LXVSTPlugin and WindowsVSTPlugin up to...
2011-11-22 Carl HetheringtonShare VSTHandle and VSTInfo between windows/linux VSTs.
2011-11-22 Carl HetheringtonRemove VESTIGE_HEADER stuff since we will always use it.
2011-11-21 Paul Davisfix a few warnings from newer versions of gcc
2011-10-18 Paul Davismake Stateful::_id private and provide appropriate...
2011-10-03 Paul Davisupdate vestige header; fix 64 bit issues
2011-09-30 Paul Davisfixes for 98% of all the warnings/errors reported by...
2011-09-26 Carl HetheringtonFix warnings.
2011-09-25 Paul Davisminor correction in return type cast
2011-09-20 Paul Davisa few coding style (indentation etc.) cleanups to LX...
2011-09-20 Paul Davis(native) Linux VST support from LinuxDSP