mbitsnbites / soundbox

SoundBox is an HTML5 synth music tracker/editor, suitable for creating music for small JavaScript demos (4K / 8K).
https://gitlab.com/mbitsnbites/soundbox
429 stars 75 forks source link

Start of Soundbox: Uncaught (in promise) TypeError: mMIDIAccess.inputs is not a function #69

Closed esaruoho closed 5 years ago

esaruoho commented 5 years ago

When I locally launch 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
esaruoho commented 5 years ago

closing as duplicate of #57