VST2EntryPoint.entry_main_macho

Undocumented in source.
template VST2EntryPoint(alias ClientClass)
version(VST2)
enum entry_main_macho = "export extern(C) nothrow AEffect* main_macho(HostCallbackFunction hostCallback) " ~ "{" ~ " return myVSTEntryPoint!" ~ ClientClass.stringof ~ "(hostCallback);" ~ "}\n";

Meta