R E A D M E   f o r  j a m
--------------------------

jam is a program I hacked together mostly from two existing programs from
the VoxWare utilities (midithru and gusload, both by Hannu Savolainen).
I wrote jam because I found having to go through patches with gusload, and
then loading (and later killing) midithru to test them, rather cumbersome.
jam runs under the X Window System (I wrote it whilst using X11R5, but it
should compile under R6) and the XView interface toolkit.

jam is Gravis UltraSound specific, as that is the only soundcard to which
I have access (at least on a machine with a working MIDI port); it also
is rather inflexible in that the names and locations of patches are hardwired
in the program (this will probably change in a future release).

I n s t a l l i n g  j a m
--------------------------

To install: run make. Place the executable (jam) wherever you keep your
executables (/usr/local/bin, or perhaps ~/bin). Place the file jam.info
(an XView help file) somewhere in your HELPPATH (it may be a good time to
add a /usr/local/lib/help for third-party help files, if you don't have one
already; make sure that 'openwin' sets the environment variable HELPPATH
appropriately). Place the manual page, jam.6, where you keep manual pages
for games (at the moment, jam does not quite merit to be called a serious
application; this may change eventually).

L i c e n s e
-------------

jam is freely distributable. You may distribute the source code for jam
freely. You may sell jam, with source code, on disks or CD-ROMs.
You may modify this code, subject to the conditions herein, or incorporate
it in your own programs.
Since a large part of jam is derived from Hannu Savolainen's code,
the notice therefrom is included below:

 * Copyright by Hannu Savolainen 1993
 *
 * Redistribution and use in source and binary forms, with or without
 * modification, are permitted provided that the following conditions
 * are met:
 * 1. Redistributions of source code must retain the above copyright
 *    notice, this list of conditions and the following disclaimer.
 * 2. Redistributions in binary form must reproduce the above copyright
 *    notice, this list of conditions and the following disclaimer in the
 *    documentation and/or other materials provided with the distribution.
 *
 * THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND
 * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
 * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
 * ARE DISCLAIMED.  IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
 * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
 * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
 * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
 * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
 * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
 * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
 * SUCH DAMAGE.
