dplug ~master (2024-09-30T22:25:31Z)
Home
Dub
Repo
AudioUnitParameterEvent.EventValues
derelict
carbon
audiounit
AudioUnitParameterEvent
Undocumented in source.
struct
AudioUnitParameterEvent
static
union
EventValues {
struct
Ramp
;
Ramp
ramp
;
struct
Immediate
;
Immediate
immediate
;
}
Members
Structs
Immediate
struct
Immediate
Undocumented in source.
Ramp
struct
Ramp
Undocumented in source.
Variables
immediate
Immediate
immediate
;
Undocumented in source.
ramp
Ramp
ramp
;
Undocumented in source.
Meta
Source
See Implementation
derelict
carbon
audiounit
AudioUnitParameterEvent
unions
EventValues
variables
element
eventType
eventValues
parameter
scope_