You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Aug 31, 2023. It is now read-only.
The MIDI support needs some love. I have not updated the shim, nor the MIDI code. The Web MIDI API has probably changed since I tried it last time (years ago).
When I locally launch (Mac/Chrome) Soundbox, I get the following error:
gui.js?id=82308:1258 Uncaught (in promise) TypeError: mMIDIAccess.inputs is not a function
at onMIDIStarted (gui.js?id=82308:1258)
onMIDIStarted @ gui.js?id=82308:1258
Promise.then (async)
initMIDI @ gui.js?id=82308:1295
CGUI.init @ gui.js?id=82308:4274
gui_init @ gui.js?id=82308:4310
onload @ (index):48
My Windows/Chrome Javascript console shows the following error:
Uncaught (in promise) TypeError: mMIDIAccess.inputs is not a function
at onMIDIStarted (gui.js?id=61734:1258)
at
The text was updated successfully, but these errors were encountered: