jazz-soft / jazz-midi

MIDI support for Node.js and browsers
https://jazz-soft.net
19 stars 4 forks source link

Test WebMIDI fails #4

Closed raphaelbastide closed 3 years ago

raphaelbastide commented 3 years ago

I have installed both the Firefox extension and the jazz-midi node packag. When I browse this page I can see the midi icon on the Firefox URL bar and I can playing with the keyboard logo makes sound.

However the test page https://webmidi.info/ reports ✘ Your browser does not support WebMIDI. and most of the MIDI-compatible web app I test don’t work, because they assume the browse doesn’t support webMIDI.

Did I miss something?

Tested with OS: linux (debian + XFCE), and Firefox 89

jazz-soft commented 3 years ago

To support Web MIDI API, you can install another extension: https://github.com/jazz-soft/web-midi Hope that will help...

raphaelbastide commented 3 years ago

Thank you! I missed that one. Does it mean I need to install two addons and the jazz-midi node package?

jazz-soft commented 3 years ago

Yes, that is correct, but you already have most of these installed.

raphaelbastide commented 3 years ago

Thank you!