[LAD] MIDI-2-TCP, TCP-2-MIDI
Alexandre Ratchov
alex at caoua.org
Wed Sep 5 22:30:24 CEST 2018
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.
More information about the Linux-audio-dev
mailing list