Contents

MusicTrackNewMIDINoteEvent(_:_:_:)

Adds an event of type MIDINoteMessage to a music track.

Declaration

func MusicTrackNewMIDINoteEvent(_ inTrack: MusicTrack, _ inTimeStamp: MusicTimeStamp, _ inMessage: UnsafePointer<MIDINoteMessage>) -> 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.

  • inMessage:

    The event to add to the music track.

Return Value

A result code.

See Also

Managing Music Tracks