macro_rules! nih_export_vst3 {
    ($plugin_ty:ty) => { ... };
}
Available on crate feature vst3 only.
Expand description

Export a VST3 plugin from this library using the provided plugin type.