Work In Progress: Testing using web-midi-test#232
Work In Progress: Testing using web-midi-test#232jjeff wants to merge 12 commits intodjipco:masterfrom
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...