Here’s a new bugfix release for VSTPlugin
- a UGen to load VST plugins in Supercollider on Windows, macOS and Linux.
Binaries can be downloaded here: https://git.iem.at/pd/vstplugin/-/releases
If possible, please report any issues at https://git.iem.at/pd/vstplugin/issues, otherwise leave a comment here.
Changelog
features
-
implement missing SMPTE support for VST2 and VST3 plugins
-
implement missing MIDI clock sample offset for VST3 plugins (already implemented for VST2 plugins)
bug fixes
-
fix bug in
VSTPluginController.open
where the action callback function is not called when a plugin couldn’t be probed and subsequent calls toopen
would always fail with the messagealready opening
! -
fix tiny VST editor window with certain plugins (rare)
-
fix bug in VST3 host message binary attribute (used by certain plugins, like FabFilter, to transmit large visualization data)