Macro vst::plugin_main
source · macro_rules! plugin_main {
($t:ty) => { ... };
}
Expand description
Exports the necessary symbols for the plugin to be used by a VST host.
This macro takes a type which must implement the Plugin
trait.