template VST2EntryPoint(alias ClientClass)
version(VST2)
static if(!(__VERSION__ >= 2079))
enum entry_main =
"export extern(C) nothrow AEffect* main(HostCallbackFunction hostCallback) " ~ "{" ~ " return myVSTEntryPoint!" ~ ClientClass.stringof ~ "(hostCallback);" ~ "}\n";