[sdiy] Need java midi programs

David Panseri dpanseri at gmail.com
Wed Oct 26 16:32:58 CEST 2005


Java has a built in midi library. I haven't used it myself however.
You can find a complete Java API reference at
http://java.sun.com/j2se/1.5.0/docs/api/. Check out the
javax.sound.midi package (upper left corner).

If you look around on the Internet I'm sure you can find some intro to
java type tutorials. It's not terribly hard to pick up, especially if
you've been exposed to C or C++.

One good example of a java midi program is JSynthLib. It's basically a
patch editor for a bunch of different types of synths. The source is
freely available as well.

http://www.jsynthlib.org/

After poking around on google I found some other examples:

http://javaalmanac.com/egs/javax.sound.midi/pkg.html
http://www.java2s.com/ExampleCode/Development-Class/AnexamplethatplaysaMidisequence.htm

Hope this helps

-Dave

On 10/26/05, Fredrik Carlqvist <Fredrik.Carlqvist at iar.se> wrote:
>
> Hi all!
>
> I need to make a simple java application with buttons to send and
> receive sysex midi messages. The problem is that I'm not a java
> programmer. I know almost nothing about java, except it sometimes looks
> like C++, which i do know.
>
> So I need a sample application I can copy from. Does anyone have a link
> to an open source program or something like that? Or a pointer to a good
> self-education site.
>
> Also, can someone please enlighten me in what's the difference between
> different types of java programs? Beans, applets etc.?
>
>
> Thanks,
> Fredrik C
>
>




More information about the Synth-diy mailing list