Contents

MusicTrackNewParameterEvent(_:_:_:)

Adds an event of type ParameterEvent to a music track.

Declaration

func MusicTrackNewParameterEvent(_ inTrack: MusicTrack, _ inTimeStamp: MusicTimeStamp, _ inInfo: UnsafePointer<ParameterEvent>) -> OSStatus

Parameters

  • inTrack:

    The music track to add the event to.

  • inTimeStamp:

    The timestamp, in beats, at which to add the event. Must be greater than or equal to 0.

  • inInfo:

    The event to add to the music track.

Return Value

A result code.

See Also

Managing Music Tracks