Louis Babuchon

Results 1 issues of Louis Babuchon

Hi, Is there another way to load an instrument than : ``` javascript MIDI.loadResource({ instrument: instrumentid, onprogress: function (state, percent) { console.log(state, percent); }, onsuccess: function () { console.log("onSuccess :...