[][src]Macro vst::plugin_main

macro_rules! plugin_main {
    ($t:ty) => { ... };
}

Exports the necessary symbols for the plugin to be used by a VST host.

This macro takes a type which must implement the traits plugin::Plugin and std::default::Default.