*************************************************************************
*									*
*	Conditions of use			Stuffer			*
*	-----------------			-------			*
*									*
*	This program has been provided for the enjoyment of the masses.	*
*	It is Public Domain.						*
*	Since the author doesn't ask for anything in return, the user	*
*	will accept the following conditions:				*
*									*
*	1) In no case whatsoever shall the author be liable for any	*
*	   damages, losses etc... due to the use of this program.	*
*	2) Distribution of the program is only allowed subject to the	*
*	   following restrictions:					*
*									*
*	2.a) No file part of this distribution will be omitted or	*
*	     modified in any way.					*
*	2.b) None of the files which are part of this distribution	*
*	     should be stored on environmentally unfriendly media.	*
*	     (e.g. paper! (listings, faxes))				*
*									*
*					Laurence Vanhelsuw		*
*					22-FEB-92			*
*									*
*************************************************************************

			Program Title : MIDI Stuffer
			----------------------------
			Author : Laurence Vanhelsuw
			----------------------------

1. How to "install":
   -----------------

	"Stuffer" is a standalone executable. It doesn't need any
	assigns or run-time files.

2. How to use it:
   --------------

	Stuffer is a general purpose MIDI (Musical Instrument Digital
	Interface) message editor and transmitter.

	Description of MENU options:
	----------------------------
"Project"
	Load			= Load a raw binary message
	Load & Append		= Add raw binary message to end of current one
	Load MIDI File		= Load message saved in standard MIDI 1.0 File
	Save			= Save current message as raw binary
	Save MIDI File		= Save curr. msg as standard MIDI 1.0 File
	About...		= Information on program/author
	Quit			= Quit program

"Preset Messages"
	:
	various pre-constructed message as examples
	:

"Utilities"
	Interpret Message	= Display non-data bytes as mnemonics
	RT Roland Checksum	= Enable automatic Roland (TM) System Exclusive
				  checksum recalculation

"Other"
	Display as HEX		= Display whole message in hex
	Display as Decimal	= Display whole message in decimal


	Description of Keyboard usage:
	------------------------------

	Apart from the standard Intuition Menu shortcuts, the following keys
	do something useful in "Stuffer":

	- DEL	: deletes currently highlighted message byte and drags rest
		  of message left by one (as in wordprocessor)
	- Space : inserts a $00 byte in message and makes message bigger
	- CRSR UP/DOWN/LEFT/RIGHT:
		  Move current byte highlight around message.

3. Notes for hackers/programmers:
   ------------------------------

	Any comments,ideas or bug reports? 
	My name and address are:
	
	Laurence Vanhelsuw
	Christinastraat 105
	8400 Oostende
	Belgium



							Enjoy !
