Replies: 3 comments 1 reply
-
You can always check the WebMidi.supported property. |
Beta Was this translation helpful? Give feedback.
-
Hi @djipco I guess I'm running into the same problem as what I described here : On Desktop Firefox, WebMIDI.supported is true , but its unable to detect any devices . It can detect those devices on Chrome just fine. This is a test page I made to demonstrate the problem: If you open the above page in Desktop Firefox and you have MIDI device(s) connected, it will say "WebMIDI is supported" but not detect any devices. If you do the same on Chrome, it will detect the device. Please let me know if the above link works differently for you than what I described above. System specs: |
Beta Was this translation helpful? Give feedback.
-
I'm getting the same problem. Something must've changed on the Firefox side. I'm closing this discussion and moving this to an issue. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
This is more of a folowup to [this question] but deserved it's own question IMHO:
Is there a simple 1 line API call in WebMIDI that I can use to tell if the user's browser supports web midi or not? I feel like this would be important because there are currently a bunch of things that can go wrong with a midi connection (device not connected properly/powered on/browser not supported etc.) and being able to clearly identify if the browser is the issue would be super helpful in making it a smooth experience.
Beta Was this translation helpful? Give feedback.
All reactions