qorf / quorum-language

The primary repository for the Quorum Programming Language
BSD 3-Clause "New" or "Revised" License
12 stars 6 forks source link

MIDI Library not working on the web. #65

Open andreas-stefik opened 1 year ago

andreas-stefik commented 1 year ago

The MIDI library does not work on the web. Looks like modern implementations use the web MIDI API:

Web MIDI API

I'm guessing we can just implement that, but there are browser limitations with that approach.