I have a project coming up where I need to ensure I have the optimal setup to where web midi is working across all browsers. What is the ideal situation here. The plugin off the appstore or? I need both midi in and midi out working on windows and mac. Windows, 7,8, and 10. And mac OSX.
Thanks
Best way to work across all browsers
Re: Best way to work across all browsers
I'm doing everything possible to keep JZZ.js the best solution.


Re: Best way to work across all browsers
So the latest version of the plugin and JZZ.js?
Re: Best way to work across all browsers
JZZ.js covers all browsers where either the plugin or a Web MIDI API is available.
It also provides some Web-Audio API fallback on the systems with no MIDI.
It also provides some Web-Audio API fallback on the systems with no MIDI.
Re: Best way to work across all browsers
OK thanks Sema. I will look into this. I am still using the older version.
Re: Best way to work across all browsers
I'd suggest to switch to the new scripts, since some browsers have dropped the NPAPI support.
Which features make you keep using the old version? I'll make these higher priority in the new library.
Which features make you keep using the old version? I'll make these higher priority in the new library.
Re: Best way to work across all browsers
I was utilizing the library with GWT and had written a custom JSNI wrapper around the library. I never got around to updating it to use the new javascript library, but will be doing so now. My highest priority has always been midi input availability.