Contents

MusicSequenceReverse(_:)

Reverses the MIDI and tempo events in a music sequence, so the start becomes the end.

Declaration

func MusicSequenceReverse(_ inSequence: MusicSequence) -> OSStatus

Parameters

  • inSequence:

    The music sequence that you want to time-reverse.

Return Value

A result code.

See Also

Managing Music Sequences