Christopher Arndt
Christopher Arndt
I'll try to release a new version soon, which will have prebuilt wheels for Python 3.13. As @PimDoos discovered, the CI is already in place, I just need to find...
Probably the Cython-generated C source needs to be re-generated. I still need to release a new version with official Python 3.13 support. I will try to do so towards the...
The rtmidi sub-module was updated in e81ec0bea542ea67c043a0020273765d87b3f7e2 to latest upstream. This should include the fix mentioned in the issue description.
You should probably re-install choosenim from https://github.com/nim-lang/choosenim
Yes, implementing support for QOS 2 will increase the code size of the `umqtt.simple` module. Currently the `publish` method [only handles QOS 0 and 1](https://github.com/micropython/micropython-lib/blob/master/umqtt.simple/umqtt/simple.py#L131) and the logic for receiving...
The main thread only reads the `running` and `bpm` attributes of the `MIDIClockReceiver` instance, it does not write them. Yes, when the receiver thread sets the `bpm` attribute, the operation...
Closing this due to the question being answered and no further feedback.
It seems you are trying to run Python program, which uses [mido](https://mido.readthedocs.io). Mido *can* use python-rtmidi as a backend, but you have to specify, which [backends](https://mido.readthedocs.io/en/stable/backends/index.html) to install, when you...
You are trying to build python-rtmidi with a 32-bit version of Python on a 64-bit version of windows. Also, your Python version (3.8) is rather old, and support for it...
I'm not sure. The python-rtmidi project only provides binary wheels for 64-bit Python on Windows. These are built by our CI (GitHub actions). I don't have a Windows system to...