Vik Paruchuri
Vik Paruchuri
That's a great idea! If I have some free time in the next few weekends I'll see if I can add it.
It looks like the d["note_matrix"] is missing the instrument key "99". What steps did you do before hitting the error? I'll look more into it over the weekend.
@skeletonsaurus It may be the midi file you were using was bad. Maybe try adding a comment to print he name of the file before the error pops up?
Same issue on Ubuntu 12.10, but the fix from @vierja worked for me. Thanks!
Sorry for taking so long to reply! Must have missed this issue. You're right on both counts -- thanks for noticing. I'll fix soon.
It should work on windows, but I don't have install instructions for the system packages. The python packages should all install properly, from what I've heard. If anyone wants to...
The new version (which will be merged shortly into master) will just be a pip package, with no required system dependencies. So it will work on windows.
@gitgithan The easiest way to do this is: - Setup a Cloudflare account with HTTPS for your domain - Select "flexible" as your cloudflare SSL mode, which means that your...
@Escovilla @abidlabs Just setting `verify=False` for `requests.get` isn't enough to run with a self-signed certificate with the queue enabled and iterative output, since websockets do their own SSL check. I'm...
@gitgithan Port 80 is the typical HTTP port. Yes, if you're running a reverse proxy like nginx, you can specify another port, as long as nginx is configured to map...