macro_rules! export_auv2 {
() => { ... };
}Expand description
Exports a VST3 entrypoint named GetPluginFactory that wraps a global CLAP entrypoint (clap_entry) exported from the resulting shared library.
Failure to export a CLAP entrypoint might result in linker errors or missing symbols.