dplug ~master (2024-09-30T22:25:31Z)
Home
Dub
Repo
VST2EntryPoint.entry_VSTPluginMain
dplug
vst2
client
VST2EntryPoint
Undocumented in source.
template
VST2EntryPoint
(alias ClientClass)
version(VST2)
enum
entry_VSTPluginMain
=
"export extern(C) nothrow AEffect* VSTPluginMain(HostCallbackFunction hostCallback) "
~
"{"
~
" return myVSTEntryPoint!"
~
ClientClass.stringof
~
"(hostCallback);"
~
"}\n"
;
Meta
Source
See Source File
dplug
vst2
client
VST2EntryPoint
manifest constants
entry_VSTPluginMain
entry_main
entry_main_if_no_unittest
entry_main_macho
variables
VST2EntryPoint