MIDI music functions. See Midi on how to load MIDI files.
Methods
# inner MidiIsPlaying() → {boolean}
Check if the file is still playing.
true if the file is still playing.
boolean
# inner MidiOut(data)
Send MIDI commands to output.
Parameters:
Name | Type | Description |
---|---|---|
data |
Array.<number> | an array of midi commands. |