SamplerBox icon indicating copy to clipboard operation
SamplerBox copied to clipboard

Error in the install guide

Open shawnpinciara opened this issue 1 year ago • 1 comments

It's written to install the python package

  • rtmidi-python Which it's known having issues (https://stackoverflow.com/questions/70979605/unknown-error-when-installing-python-rtmidi) so instead it should be written:
  • python-rtmidi which is the valid rtmidi package

shawnpinciara avatar Dec 03 '23 17:12 shawnpinciara

No, as discussed here https://github.com/josephernest/SamplerBox/issues/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

theredled avatar Dec 25 '23 19:12 theredled

Thanks @shawnpinciara @theredled for the report.

rtmidi-python works with Python 3.9+ (without any modification in the code), I'll update the installation instructions soon, see https://github.com/superquadratic/rtmidi-python/issues/25.

josephernest avatar Apr 25 '24 19:04 josephernest