ssssam / hydra

Livecoding networked visuals in the browser [Sam Thursfield's fork]
https://hydra-editor.glitch.me/
GNU Affero General Public License v3.0
0 stars 0 forks source link

Server side MIDI support #1

Closed ssssam closed 4 years ago

ssssam commented 4 years ago

Firefox doesn't yet support WebMIDI (upstream bug here).

With a locally hosted Hydra instance, the server app could connect to MIDI devices and stream MIDI data over HTTP to the browser.

ssssam commented 4 years ago

Now implemented in branch sam/midi.