cwilso / monosynth

A monophonic Web Audio synthesizer driven by Web MIDI
http://webaudiodemos.appspot.com/monosynth/
MIT License
45 stars 22 forks source link

Firefox support? #4

Open josephernest opened 6 years ago

josephernest commented 6 years ago

Thank you @cwilso for this cool example of Web Audio / Web MIDI! Currently it works out-of-the-box on Chrome :)

I thought that thanks to your polyfill/shim on Line 7:

<script src='//cwilso.github.com/WebMIDIAPIShim/lib/WebMIDIAPI.js'></script>

it would work out-of-the-box on Firefox too, but it doesn't. On Firefox 60 (latest), we have: No MIDI support present, even with this WebMIDIAPIShim.

Question:

remisarrailh commented 6 years ago

Web Midi Api is not supported on Firefox. https://bugzilla.mozilla.org/show_bug.cgi?id=836897