> In the last day or two I have been playing with the Mido library's documentation
> examples, and just now found much more apparently practical examples:
>
> https://github.com/olemb/mido/tree/master/examples
>
> including what looks like two actual JACK<-->RTP-MIDI bridges in the 'ports' and
> 'sockets' subsections. Will be studying. Seeking much input :-)
It would be interesting to know what the throughput and latency is with
that setup. I have never thought of python as being particularly great for
real time applications. However, something that works is a great start.
The road from python to c or c++ is not too bumpy depending on the
librarys used.