openstatic.org

openstatic.org

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



Github Project



If you are feeling generous and would like to support this project

Downloads

Latest Update: July 06 2022 03:59:56 PM EDT

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.