summaryrefslogtreecommitdiff
path: root/libs/ardour/mac_vst_support.cc
AgeCommit message (Collapse)Author
2017-07-08Don't use VST ->user points, prefer host-reserved ptrRobin Gareus
Apparently "user" is for plugins (not hosts) to use.
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)
2016-11-16fix 32bit+PPC OSX buildsRobin Gareus
2016-11-15rework 8e3b6c9ac (fstwin is C code, not C++)Robin Gareus
2016-11-15Fix some typo.Robin Gareus
2016-11-14consolidate VSTState initializationRobin Gareus
2016-11-13Mac VST-2.x supportRobin Gareus