Construct a new wrapper for a webmidi.js input device.
Function to call when a note-on event is received on any of the available channels.
Channels to listen on.
Optionallog: (msg: string) => voidLogging function.
Fire global note-off.
Make this wrapper (and your callback) respond to note-on/off events from this MIDI input.
MIDI input to listen to.
Make this wrapper (and your callback) stop responding to note-on/off events from this MIDI input.
MIDI input that was listened to.
Wrapper for webmidi.js input. Listens on multiple channels.