PDA

View Full Version : MIDI programming



redxine
November 24th, 2008, 06:05 AM
I'm trying to write a program that will send MIDI signals to JACK so that I can route them to a sequencer of some type. What Library should I use, and how should I go about doing it?

Sef
November 24th, 2008, 06:22 AM
moved to programming talk.

Kilon
November 24th, 2008, 08:38 AM
I'm trying to write a program that will send MIDI signals to JACK so that I can route them to a sequencer of some type. What Library should I use, and how should I go about doing it?

That will depend on the programming language you want to use. But generally speaking JACK has an API (C++) you can use you will find in its regular website.

http://jackaudio.org/download

Other than that there many ways in all computer languages to output/input midi. For example in Java ther is the JAVA SOUND API.