-
-
Notifications
You must be signed in to change notification settings - Fork 117
New issue
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
Work In Progress: Testing using web-midi-test #232
base: master
Are you sure you want to change the base?
Conversation
60743b6
to
29dd263
Compare
Okay. I think I've got all of the tests in place now. However, I think that this may have surfaced few bugs/problems/incompatibilities between the Some theories:
I don't know if these issues are problems with |
Status of tests:
|
Thanks for your work on this Jeff. Unfortunately, as I mentioned in a prior message, I don't have much bandwidth to dedicate to this right now. Are you currently stuck? |
Yeah. I think I'm stuck. Just trying to determine if these issues are a problem with It's mostly just down to the I'll keep chipping away at these, but my progress is getting slower. |
I think I've found the timestamp problem and I've posted an issue for the But now that I'm looking at the spec again, maybe this isn't the issue... |
adds a requestMIDIAccessFunction property to the options object argument of `WebMIDI.enable()`. If this property exists (and is a function), it will be called instead of `navigator.requestMIDIAccess`
29dd263
to
823b54b
Compare
Work in progress...