Replies: 1 comment 1 reply
-
Thanks for asking! sudo cp ./64/jazz-chrome /usr/lib/mozilla/plugins/ please make sure the paths are correct in com.jazz_soft.jazz_midi.json Jazz-Plugin.so is not used in modern browsers and I should remove it from the installer. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
I'm running Firefox 89.0 on Linux and am trying to get MIDI working. I've installed the Web MIDI API and Jazz-MIDI extensions, as well as Jazz-Plugin.
My goal is to be able to use Firefox to control my guitar pedal through this project , which allows effects to be set up in a browser page and the pedal programmed via MIDI; as of right now it seems that Firefox won't communicate with MIDI devices. The same is true when checking this page with either my pedal or MIDI controller keyboard plugged in. The MIDI Data Log only says "Initializing MIDI..."
I can see the extensions listed in Firefox, but don't see the plugin listed. I had a bit of a hard time installing the plugin. Running the archive script returned only
"Verifying archive integrity... 100% All good.
Uncompressing Jazz-Plugin 100% "
Eventually I set the script to extract to a specific folder and ran install.sh in that folder, and was then able to verify that the files had been copied to the right folders (e.g. /usr/lib/mozilla/plugins/). But the fact that I still don't see the plugin in Firefox makes me wonder if it installed correctly.
Do you have any advice?
Beta Was this translation helpful? Give feedback.
All reactions