We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Is Midiconvert client-side only? Any work arounds to this? Thank you!
The text was updated successfully, but these errors were encountered:
Problem line: https://github.com/Tonejs/MidiConvert/blob/445102d7cf5c0fbc355ee906b7b43ffadf9d0178/src/Midi.js#L32
Sorry, something went wrong.
Might fork and make a server-side check here and use fs instead of XMLHttpRequest.
There's an example in the README of using MidiConvert with Node.js. Just use the parse method instead of the load method.
parse
load
No branches or pull requests
Is Midiconvert client-side only? Any work arounds to this? Thank you!
The text was updated successfully, but these errors were encountered: