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
@allandiego Hi! Any idea of a way to do this without using browserify and buffer? I'm looking for a simple way to convert Midi to Blob and it's a bit annoying having to jump through so many hoops (with browserify and npm). Are there any simple web APIs substitutes (ArrayBuffer or something)?
I am using Javascript in a browser where I can not import javascript.fs
Is there another way I can re-download the midi file without using fs, or is there a way to use fs in the browser without Node?
The text was updated successfully, but these errors were encountered: