dplug ~master (2024-12-12T14:21:32Z)
Home
Dub
Repo
VST3EntryPoint.entry_ModuleExit
dplug
vst3
vst3main
VST3EntryPoint
Undocumented in source.
enum
entry_ModuleExit
;
template
VST3EntryPoint
(alias ClientClass)
version(VST3 && linux)
nothrow @
nogc
enum
entry_ModuleExit
=
`export extern(C) bool ModuleExit(void*) nothrow @nogc { return true; }`
;
enum
entry_ModuleExit
;
Meta
Source
See Source File
dplug
vst3
vst3main
VST3EntryPoint
manifest constants
entry_ExitDll
entry_GetPluginFactory
entry_InitDll
entry_ModuleEntry
entry_ModuleExit
entry_bundleEntry
entry_bundleExit
variables
VST3EntryPoint