Dear VST Developers,
Steinberg Media Technologies today releases the VST SDK 3.7.11
Here’s a brief overview of changes:
Version 3.7.11 (2024/04/22)
-
Interface changes:
- New Vst::IRemapParamID: allows the plug-in to ask the host to remap some parameter ID if needed.
-
New Flags/Enums:
- New RestartFlags: kParamIDMappingChanged.
-
Documentation
- new doc for Vst::IRemapParamID.
-
cmake
- references to VST 2 are removed from the SDK.
-
- VST 2 Wrapper is removed from the SDK.
-
- New VST 3 plug-in example:
- New Test Remap ParamID showing how a VST 3 plug-in could replace an another VST 3 plug-in (in this case AGain) and remap the parameters ID.
- New VST 3 plug-in example:
The SDK can be downloaded here:
Online documentation available under:
VST - VST 3 Developer Portal (steinbergmedia.github.io)
VST 3 Main Webpage
Your Steinberg Team