Blocking functionality to pyrtmidi
The pyrtmidi module is now complete, offering both a blocking or non-blocking getMessage(timeout_ms=None) and setCallback(func) option. As far as I know, this is now the only complete python midi I/O extension.I have not compiled it on windows (in fact it probably won't compile), have not compiled on linux (but it probably works), and the code [...]