[jmsl] Exporting to Midi

jmsl at music.columbia.edu jmsl at music.columbia.edu
Sat Apr 11 10:53:08 EDT 2009


You can try Robert Marsanyi's ancient but venerable JavaMidi if you have 
a taste for adventure (and Windows, as I believe the Mac version was 
written well before OSX)
http://www.softsynth.com/javamidi/
You'd need to add the folder containing his .class files into your 
classpath (or make a JAR file of them and add the jar file to your 
Eclipse libraries) , and put the native .dll file in C:\windows
Then in JMSL you'd do this:
JMSL.midi = 
com.softsynth.jmsl.midi.MidiIO_MidiPort.MidiIO_MidiPort.instance();
If I were you I'd use MidiShare as it is better supported (you basically 
got all the JavaMidi support from me already with the message above!)
Still you might find this comes together quickly for you; there's less 
setup and config than MidiShare
Best,
Nick


jmsl at music.columbia.edu wrote:
> How can I make JMSL to play through an external midi device (not 
> soundbank) without MidiShare? I know timing might be sloppy, but can I 
> still do it?



More information about the jmsl mailing list