Jack MIDI patch page
Updates coming soon!
This page has the latest patches to add midi support to jack. Here are the files:
latest jack midi patch
latest printjackmidi.c client to print midi bytes received by an input port (compile with: gcc -ljack -o printjackmidi printjackmidi.c)
latest i/o client (compile with: gcc -ljack -lasound -o ./jackmidiio_noalsaseq jackmidiio_noalsaseq.c)
gentoo ebuild for jack midi (you need to add "jackmidi" to your use flags)
what remains to be done
To add midi support to jack all you need to do is apply the patch to the jack source and rebuild it.
It should apply to jack from CVS, and also the jack 0.100 release tarball.
Don't forget to run aclocal and automake after applying the patch - the build will fail if you don't.
There are a couple of very simple example clients included in the patch, which show the bare minimum
of what you will need to do to write a client that uses the api.
Last Modified: 4/05/06 01:36