MidiMessage.isAllNotesOff

DO HANDLE THIS. From MIDI Spec:

"Turns off all notes that were turned on by received Note On messages, and which haven't yet been turned off by respective Note Off messages. ...

struct MidiMessage
pure nothrow @nogc const
bool
isAllNotesOff
()

Meta