

      ProviderThru


A demo program for MIDI-Operation with the Java Platform.


1. Installation & Running
This is straightforward. Just copy it to an directory and
type "java ProviderThru" from an commandline in that directory.

2. Operation
The program show a dialog box with two combo-boxes and two buttons.
The two combo-boxes show all Sources of MIDI-Data and all Receivers of
MIDI-Data. 
The two buttons activate a dump-output of all received MIDI-events to
the console.
Simply select a physical input port in the first box and a physical
output port to the second box. Connect hardwaresynthesizer to the 
ports and you are in the music business.......

3. Sources
The sources are quite easy to understand. ProviderThru.java is the
main class, ExamplePrintReceiver.java is a helper, which implements
the dump output.
The program was written with Forte for Java CE. With the additional files
your should be able to use it with all GUI-Editing stuff of Forte.

4. Legal
The code is provided under the well known LGPL. See the seperate LGPL for details.

Gerrit Gehnen

Gerrit.Gehnen@gmx.de

