Contents

play(_:)

Plays the MIDI sequence.

Declaration

func play(_ completionHandler: (@Sendable () -> Void)? = nil)
func play() async

Parameters

  • completionHandler:

    A closure the system calls when playback completes.

Topics

Closures

See Also

Controlling playback