Skip to content

xitiomet/jack-rtp-midi-bridge

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

JACK MIDI to RTP MIDI Bridge

I was looking for a rather simple way to make JACK stuff talk to Apple MIDI devices (Mainly a mac running ableton) this is the solution i came up with. I Know, I know, Java for something like this? Why not it works well. I'm not positive i've mastered all the timing aspects, however i've pumped midi files in both directions and it sounded good. If you have any suggestions please feel free to ask away.

On the linux/Jack Side

alt text

On The Mac/Apple/RTP Side

alt text

Things you will need to do to prepare your system

  • sudo apt-get install maven openjdk-8-jdk libjack-jackd2-dev
  • ./compile.sh

To run this program just type "jamb" (it must be run from the machine running jack)

usage: jamb
 -d,--debug            Turn on debug.
 -h,--help             Show command line options and usage.
 -j,--jackname <arg>   Set the interface name for jack.
 -r,--rtpname <arg>    Set the interface name for RTP.

Thanks to the creators of:

for making this project possible