AVParameterEvent
An object that represents a parameter event on a music track’s destination.
Declaration
class AVParameterEventOverview
When you configure an audio unit as the destination for an AVMusicTrack that contains this event, you can schedule and automate parameter changes.
When the track is playing as part of a sequence, the destination audio unit receives set-parameter messages whose values change smoothly along a linear ramp between each event’s beat location.
If you add an event to an empty, non-automation track, the track becomes an automation track.