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 traits plugin::Plugin and std::default::Default.