Expand description
VST3 plugin wrapper with safe API
Structs§
- Plugin
- VST3 plugin instance
- Plugin
Info - Information about a VST3 plugin
- Plugin
Preset - A saved plugin preset: the plugin’s identity plus its opaque state blob.
- Plugin
Unit - A plugin unit (from
IUnitInfo) and its program list, if any. - Window
Handle - Platform-specific window handle
Enums§
- Process
Mode - How the plugin should run: real-time (live playback) or offline (faster-than-real-time
bounce/render). Maps to VST3
kRealtime/kOffline; plugins may switch quality or look-ahead accordingly. Defaults toProcessMode::Realtime.