rtmidi_python
Name: mido.backends.rtmidi_python
Resources:
Installing
python3 - m pip install rtmidi-python
Features
uses the
rtmidi_pythonpackage rather thanpython-rtmidisupports callbacks
limited support for virtual ports (no client name)
no true blocking
sends but doesn’t receive
active sensing
Todo
Since the API of rtmidi_python and python-rtmidi are almost
identical it would make sense to refactor so they share most of the
code.