summaryrefslogtreecommitdiff
path: root/libs/ardour/mac_vst_plugin.cc
AgeCommit message (Collapse)Author
2017-03-07Fix copy/paste typo -- MacOSX buildsRobin Gareus
2017-03-07Rework VST initialization:Robin Gareus
Set the AEffect* plugin pointer before calling effOpen. effOpen may call back into the host (masterCallback) and invoke actions which depend on _plugin (eg. to call back into the plugin again)
2017-01-13Set rate and blocksize for multi-instance VSTsRobin Gareus
2016-11-13copy VST state on copy constructionRobin Gareus
This fixes issues with replicate instances & plugin-analysis instances not using the same set of parameters.
2016-11-13Mac VST-2.x supportRobin Gareus