Contents

AudioUnitParameterEvent

A scheduled change to an audio unit parameter’s value.

Declaration

struct AudioUnitParameterEvent

Overview

If the eventType field value is AUParameterEventType.parameterEvent_Immediate, use the immediate structure in the eventValues union. If the event type is AUParameterEventType.parameterEvent_Ramped, use the ramp structure in the eventValues union.

Apply one or more AudioUnitParameterEvent events to an audio unit using the AudioUnitScheduleParameters(_:_:_:) function.

Topics

Fields

Initializers

See Also

Structures