dplug ~master (2024-12-12T14:21:32Z)
Home
Dub
Repo
VST3EntryPoint
dplug
vst3
vst3main
Undocumented in source.
version(VST3)
nothrow @
nogc
template
VST3EntryPoint (
alias
ClientClass
) {
version(VST3)
nothrow @
nogc
enum
entry_InitDll
;
version(VST3)
nothrow @
nogc
enum
entry_ExitDll
;
version(VST3)
nothrow @
nogc
enum
entry_GetPluginFactory
;
version(VST3)
nothrow @
nogc
enum
entry_bundleEntry
;
version(VST3)
nothrow @
nogc
enum
entry_bundleExit
;
version(VST3 && linux)
nothrow @
nogc
enum
entry_ModuleEntry
;
version(VST3 && linux)
nothrow @
nogc
enum
entry_ModuleExit
;
version(VST3 && !linux)
nothrow @
nogc
enum
entry_ModuleEntry
;
version(VST3 && !linux)
nothrow @
nogc
enum
entry_ModuleExit
;
version(VST3)
nothrow @
nogc
const
char
[]
VST3EntryPoint
;
}
Members
Manifest constants
entry_ExitDll
enum
entry_ExitDll
;
Undocumented in source.
entry_GetPluginFactory
enum
entry_GetPluginFactory
;
Undocumented in source.
entry_InitDll
enum
entry_InitDll
;
Undocumented in source.
entry_ModuleEntry
enum
entry_ModuleEntry
;
Undocumented in source.
entry_ModuleEntry
enum
entry_ModuleEntry
;
Undocumented in source.
entry_ModuleExit
enum
entry_ModuleExit
;
Undocumented in source.
entry_ModuleExit
enum
entry_ModuleExit
;
Undocumented in source.
entry_bundleEntry
enum
entry_bundleEntry
;
Undocumented in source.
entry_bundleExit
enum
entry_bundleExit
;
Undocumented in source.
Variables
VST3EntryPoint
char
[]
VST3EntryPoint
;
Undocumented in source.
Meta
Source
See Implementation
dplug
vst3
vst3main
functions
GetPluginFactoryInternal
createVST3Client
templates
VST3EntryPoint