============================================================================

This code is free for non-commercial use.  I played with Michael Hippolyte's
Java MIDI package initially, and decided to add MIDI input and handling
of sysex messages.  In the process, I rewrote everything from scratch.
Thanks to Michael for starting it off.

Copyright 1997-1998 by Tim Thompson.  All rights reserved.
The PhraseView code is Copyright 1998 by Dexter Reid.  All rights reserved.

============================================================================

To run, edit win32_run.bat and change the values of NOSUCH and JAVADIR
to the appropriate directory values for your system, and then execute:

        win32_run

This should bring up a little window with a tempo and volume slider,
and you'll be able to invoke some "cooklets" -
one is a mouse matrix, the other is a kboom drum editor.

To compile, edit win32_run.bat and change the values of NOSUCH and JAVADIR
to the appropriate directory values for your system, and then execute:

	win32_make

You will probably have to adjust other paths in that .bat file, and perhaps
comment out the compilation of the native methods.  I've included the .dll
in the bin directory, precompiled.

To see the API, invoke a browser on:

	doc\packages.html


      ...Tim Thompson...tjt@nosuch.com...

============================================================================

