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
These days, new AudioContext() and requestMIDIAccess() need to be initiated by a user gesture.
new AudioContext()
requestMIDIAccess()
Error messages in Firefox:
An AudioContext was prevented from starting automatically. It must be created or resumed after a user gesture on the page.
Uncaught (in promise) TypeError: selectMIDI is null populateMIDIInSelect https://webaudiodemos.appspot.com/midi-synth/js/midi.js:44 onMIDIStarted https://webaudiodemos.appspot.com/midi-synth/js/midi.js:87
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
These days,
new AudioContext()
andrequestMIDIAccess()
need to be initiated by a user gesture.Error messages in Firefox:
The text was updated successfully, but these errors were encountered: