djipco / webmidi

Tame the Web MIDI API. Send and receive MIDI messages with ease. Control instruments with user-friendly functions (playNote, sendPitchBend, etc.). React to MIDI input with simple event listeners (noteon, pitchbend, controlchange, etc.).
Apache License 2.0
1.52k stars 115 forks source link

add permissions handlers for Electron example so SysEx messages work #381

Closed beaugunderson closed 10 months ago

beaugunderson commented 10 months ago

in response to https://github.com/djipco/webmidi/issues/378

closes #378