You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
No, as discussed here #58, Samplerbox is not currently compatible with python-rtmidi and Python 3.9+.
Maybe you could try my Python 3.9-compatible fork, although not fully tested nor playing loops: https://github.com/theredled/SamplerBox
rtmidi-python works with Python 3.9+ (without any modification in the code), I'll update the installation instructions soon, see superquadratic/rtmidi-python#25.
It's written to install the python package
Which it's known having issues (https://stackoverflow.com/questions/70979605/unknown-error-when-installing-python-rtmidi)
so instead it should be written:
which is the valid rtmidi package
The text was updated successfully, but these errors were encountered: