dplug ~master (2024-09-30T22:25:31Z)
Home
Dub
Repo
MappedURIs
dplug
lv2
lv2client
Undocumented in source.
version(LV2)
nothrow @
nogc
struct
MappedURIs {
nothrow @
nogc
LV2_URID
atomDouble
;
nothrow @
nogc
LV2_URID
atomFloat
;
nothrow @
nogc
LV2_URID
atomInt
;
nothrow @
nogc
LV2_URID
atomLong
;
nothrow @
nogc
LV2_URID
atomBlank
;
nothrow @
nogc
LV2_URID
atomObject
;
nothrow @
nogc
LV2_URID
atomSequence
;
nothrow @
nogc
LV2_URID
atomString
;
nothrow @
nogc
LV2_URID
midiEvent
;
nothrow @
nogc
LV2_URID
timePosition
;
nothrow @
nogc
LV2_URID
timeFrame
;
nothrow @
nogc
LV2_URID
timeBPM
;
nothrow @
nogc
LV2_URID
timeSpeed
;
version(futureBinState)
nothrow @
nogc
LV2_URID
stateBinary
;
void
initialize
(LV2_URID_Map* uridMap, const(char)* stateBinaryURIZ);
}
Members
Functions
initialize
void
initialize
(LV2_URID_Map* uridMap, const(char)* stateBinaryURIZ)
Undocumented in source. Be warned that the author may not have intended to support it.
Variables
atomBlank
LV2_URID
atomBlank
;
Undocumented in source.
atomDouble
LV2_URID
atomDouble
;
Undocumented in source.
atomFloat
LV2_URID
atomFloat
;
Undocumented in source.
atomInt
LV2_URID
atomInt
;
Undocumented in source.
atomLong
LV2_URID
atomLong
;
Undocumented in source.
atomObject
LV2_URID
atomObject
;
Undocumented in source.
atomSequence
LV2_URID
atomSequence
;
Undocumented in source.
atomString
LV2_URID
atomString
;
Undocumented in source.
midiEvent
LV2_URID
midiEvent
;
Undocumented in source.
stateBinary
LV2_URID
stateBinary
;
Undocumented in source.
timeBPM
LV2_URID
timeBPM
;
Undocumented in source.
timeFrame
LV2_URID
timeFrame
;
Undocumented in source.
timePosition
LV2_URID
timePosition
;
Undocumented in source.
timeSpeed
LV2_URID
timeSpeed
;
Undocumented in source.
Meta
Source
See Implementation
dplug
lv2
lv2client
classes
LV2Client
functions
lv2AtomObjectExtractTimeInfo
structs
MappedURIs