midicast
midicast copied to clipboard
a web extension that streams songs from a web page to a MIDI instrument
e.g. channel, default instruments https://developer.mozilla.org/en-US/docs/Web/API/Web_Storage_API/Using_the_Web_Storage_API
MIDI commands: 0xB0 0x07 0x00-7F: volume 0xB0 0x40 0x00-7F: sustain pedal 0xB0 0x43 0x00-7F: soft pedal 0xB0 0x42 0x00-7F: sostenuto pedal 0xB0 0x7B 0x00: all notes off 0xB0 0x78 0x00:...
Right now, midicast defaults to channel 1. We should detect which channel a user's instrument uses. A flow for detecting an instrument's channel: - Play a different note on each...
If the background page has an error, display it in the popup.
If a MIDI instrument isn't found, show Audio MIDI Setup directions in the popover.
The PLAY SONG button in the ENTER URL tab doesn't work if you paste into the field.