On Wed, Sep 05, 2018 at 03:05:44PM -0500, Jonathan Brickman wrote:
Alexandre, what library/libraries/code base are you using for MIDI-over-TCP?
Can you give a URL or two?
Hi,
I'm using the OpenBSD native midi api, I'm one of its maintainers. An
entry point to the documentation is here (skip the audio-specific
parts in the first link):
http://man.openbsd.org/sndio
http://man.openbsd.org/mio_open
There's a portable version that works on Linux here:
http://www.sndio.org
AFAIU, this is not what you want, but you could look at the code and
see how TCP sockets are used.
Wow. Studying. Many thanks for all of your efforts!!!