josephernest
josephernest
@agalera I am in a context where I need to keep the lowest number of dependencies. The server is done with Bottle, the client is in the browser *on the...
Hi @tausen! Congrats for this library! Would you have a Python3 version? Thanks a lot in advance :)
Oh I just noticed these are 2 different modules ! (During a few hours, I thought it was a single project...)
Hi @theredled, thanks for the report! (which has been reported a few times) I agree this rtmidi-python might be a problem in the future if not supported anymore, but if...
Thanks @theredled! The main challenge before switching from "rtmidi-python" to any other new library is that each condition 1. 2. 3. 4. 5. 6. 7. is still preserved. Very often...
@theredled Thanks for your feedback. Yes some people use SamplerBox on Windows. (I personally work on both Linux and Windows). Also some people still use SamplerBox with RPi2 and not-latest...
@theredled I did not, @Hurtknight seems to be a spam bot. I haven't had time to answer your other messages, I'll do it in the next days.
@dosas The main challenge before switching from "rtmidi-python" to any other new library is that [these conditions](https://github.com/josephernest/SamplerBox/issues/58#issuecomment-1819834171) are preserved, in particular: 5. it allows multiple MIDI devices connected at the...
After analysis, I notice [superquadratic/rtmidi-python](https://github.com/superquadratic/rtmidi-python) works very well with Python 3.9+. See solution here: https://github.com/superquadratic/rtmidi-python/issues/25 Therefore no need to change the MIDI library for SamplerBox. What I've learnt from decades...
Solution: pip3 install git+https://github.com/SamplerBox/rtmidi-python.git Thank you @theredled @dosas @mojca for having reported this.