README for Macintosh Version of MidiPort
Software written by Robert Marsanyi. Ported to JNI by Tom Erbe. README
by Phil Burk.
Installing and Compiling the MidiPort Software.
-
We recommend using the latest version of MRJ
from Apple.
-
Place the file "MidiPort" in your "System Folder:Extensions" folder.
-
Compile the "MidiPort.java" and "MidiPortException.java" file using javac.
-
Place the newly created "jmidi" folder in your "System Folder:Extensions:MRJLibraries:MRJClasses"
folder.
Testing the MidiPort Software
-
Compile the files "InputDevice.java" and "Main.java" using javac.
-
Use JBindery to execute the class "Main", passing parameters:
-device 0 0
You should see a list of available devices printed in the message window,
and a single note will play. You can change the numbers to target different
input and output devices.