onControl(function handler) | register a callback for MIDI control messages. |
onNoteOff(function handler) | register a callback for MIDI note off messages. |
onNoteOn(function handler) | register a callback for MIDI note on messages. |
onProgramChange(function handler) | register a callback for MIDI program change messages. |
Register a callback for MIDI control messages.
Register a callback for MIDI note off messages.
Register a callback for MIDI note on messages.
Register a callback for MIDI program change messages.