langeroo
langeroo
I was playing around with an idea for a different approach to achieve the same goal. It seemed like it could be more user-friendly/extensible, but so far it does not...
Here's the python if you're interested. It's mostly socket and BT setup before a loop just shoving data from the socket into BT MIDI ``` import socket import time import...
Doing a more deliberate (but still unscientific) latency test, it seems like this is getting at least 300ms of latency on the low end, sometimes pushing 1000ms. I would call...
I was able to get some improvement, but there are definitely still issues. I think the main problems stem from the `rtmidi` python library being synchronous. I tried some silliness...