play(_:)
Plays the MIDI sequence.
Declaration
func play(_ completionHandler: (@Sendable () -> Void)? = nil)func play() asyncParameters
- completionHandler:
A closure the system calls when playback completes.
Plays the MIDI sequence.
func play(_ completionHandler: (@Sendable () -> Void)? = nil)func play() asyncA closure the system calls when playback completes.