/ VST Home / Change History

Version 3.7.11 (2024/04/22)

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:

  • Documentation

  • cmake

    • references to VST 2 are removed from the SDK.
  • Plug-in Wrappers:

    • VST 2 Wrapper is removed from the SDK.
  • Examples:

    • 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.