jazz-soft / jazz-midi

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

Firefox plugin is (probably) broken now #3

Closed severak closed 3 years ago

severak commented 3 years ago

Hi, I tried removing jazz-midi and installing it again, to test how to instruct users of my software to use MIDI in Firefox.

However this broke my setup and MIDI is not working in Firefox anymore.

I think that your build system is probably broken now. I looked into about:debugging#/runtime/this-firefox and when inspecting extensions there seems to be missing background.js file and profile directory.

See screenshots:

jazzmidi

webmidi


Also do I understand correctly, that in order to have working Web MIDI on Firefox you need to install three different things?

1) Jazz plugin (in .msi) 2) Jazz-MIDI (Firefox Addon) 3) Web MIDI API (another Firefox Addon)

I somewhat understand why this is a thing but I think it may be confusing for non-techie users.

(This is why I went to whole reinstalling thing.)


Aside from this bug Jazz plugin and JZZ.js always worked well for me. Good job!

severak commented 3 years ago

After reinstalling it's OK.