midicast
midicast copied to clipboard
a web extension that streams songs from a web page to a MIDI instrument
i used to be able to use direct download links on the extention but now i cant i use midi cast to play songs in blob opera also when i...
The timing sounds like it might be a bit off. Maybe the pulse is throwing it off?
Pasting this track: http://thejazzpage.de/sounds/minorsw.mid doesn't work until you've selected a song from song scanner (e.g. from http://www.midiworld.com/liszt.htm) first.
This has been something I've wanted to do from the beginning, so I'm surprised I don't see an issue for it. cycle-midi right now will send any notes it receives...
Hi, I'm working on an extension and would like to use/contribute to the cycle-extensions package, but it seems like it would make more sense if it had a repo to...
Presently, the popup is empty on the new tab page because `hostPageDriver` fails on `chrome:` schemes. This should be fixed.
https://www.html5rocks.com/en/tutorials/security/sandboxed-iframes/ Right now, MIDIConvert has the same permissions as the rest of the background page. Since the background page doesn't have many permissions, this is probably OK. Still, it would...
Related: #36
midicast should be a `browser_action` rather than a `page_action`, to ensure the controls can be opened even when there are no MIDIs on the current page. Still, it would be...
If `background.js` and `popup.js` were individual bundles, we could do ```json "background": { "scripts": [ "./dist/background.js" ] } ``` instead of using the `index.html` background page. However, since Pundle only...