We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Since your code was moved, I cannot comment on old threat.
By chance, I was searching for a hairmidi replacement for mac, I found this https://github.com/RuudMulder/SerialMidiBridge/blob/main/SerialMidiBridge.py
He used thread and midi on his code. This can maybe help to not use "while" to wait for midi messages.
Hope it helps,
The text was updated successfully, but these errors were encountered:
Sorry, something went wrong.
He is using rtmidi see lines 23 and 24. Is true he is not using Asyncio, but he is use threading,
s_watcher = threading.Thread(target = serial_watcher)
Maybe this could be use in the same way with asyncio
c5a4340
No branches or pull requests
Since your code was moved, I cannot comment on old threat.
By chance, I was searching for a hairmidi replacement for mac, I found this https://github.com/RuudMulder/SerialMidiBridge/blob/main/SerialMidiBridge.py
He used thread and midi on his code. This can maybe help to not use "while" to wait for midi messages.
Hope it helps,
The text was updated successfully, but these errors were encountered: