eventValues
The values for this parameter event.
Declaration
var eventValues: AudioUnitParameterEvent.__Unnamed_union_eventValuesDiscussion
If the parameter event type is AUParameterEventType.parameterEvent_Immediate, use the immediate struct of this union. If the parameter event type is AUParameterEventType.parameterEvent_Ramped, use the ramp struct of this union.
immediate
- bufferOffset
A
UInt32value that indicates the sample time at which to change the parameter value.- value
An AudioUnitParameterValue that indicates the new parameter value.
ramp
- startBufferOffset
An
SInt32value that indicates the sample time at which to begin the parameter value change.- durationInFrames
A
UInt32value that indicates the number of frames over which the parameter value should linearly change fromstartValuetoendValue.- startValue
An AudioUnitParameterValue that indicates the starting parameter value.
- endValue
An AudioUnitParameterValue that indicates the ending parameter value.