danigb / soundfont-player

Quick soundfont loader and player for browser
MIT License
455 stars 59 forks source link

Uncaught (in promise) Error: Invalid MIDI.js Soundfont format at midiJsToJson #85

Closed fheyen closed 3 years ago

fheyen commented 3 years ago

I have not changed anything in the code, only updated packages. Now when I try to play something, the above error occurs.

fheyen commented 3 years ago

Only happens when loading a soundfont from a file, where the file seems not be found correctly. I will close this issue since it is not the fault of soundfont-player, but could you please extend midiJsToJson with console.log(data) to make it easier to debug?