Program:  JVINFO.C
Author:   Greg Youngdahl

	This program will read Bulk dumps from JV-80 family synthesizers
(including JV-80, JV-880, JV-90, and JV-1000) in .SYX format and display a
summary of the messages it finds there.  Hopefully this will be useful in
determining your ability to make use of such a file, or perhaps in cataloging
the contents of various bulk dumps you may be saving on disk.

	For example here is some sample information that will be produced by
the program.  Each patch found in the dump will be displayed like this (data
taken from the rndybrwn.syx file):

Internal Patch 5:
	Name: ARAMATHEA   
	Tone 1: ON  PCM Wave   2
	Tone 2: ON  INT Wave  10
	Tone 3: ON  INT Wave  10
	Tone 4: OFF INT Wave  37


Each performance will be displayed like this:

Internal Performance 10:
	Name: Jazz Combo  
	Part 1: patch A21  MIDI channel 1
	Part 2: patch A52  MIDI channel 2
	Part 3: patch B40  MIDI channel 3
	Part 4: patch B25  MIDI channel 4
	Part 5: patch B39  MIDI channel 5
	Part 6: patch A01  MIDI channel 6
	Part 7: patch A45  MIDI channel 7
	Part 8: patch A01  MIDI channel 10


The drum kit will be displayed as follows (excerpted from the 61 lines it
will actually display, or 76 lines from a '90 dump):

Internal Rhythm Setup:
        Key 36  (C 2)  ON  INT Wave  90
        Key 37  (C#2)  ON  INT Wave 102
        Key 38  (D 2)  ON  INT Wave  85
        Key 39  (D#2)  ON  INT Wave 103
        Key 40  (E 2)  ON  INT Wave  87
	[ ... ]


	The utility will read any JV-80 family .SYX file and display whatever
it finds in there.  This includes the full dump files as well as files that
contain a 64 patch bank, or even the single patch files that we have been
exchanging over the list (several of which are on Wagner).  If the file has
data that came from a DATA CARD the "Internal" above will read "Card", and
if the data is from the Temporary areas of the JV (Temporary Performance or
Temporary Patch) it will be labeled appropriately as well.
