Short:        Makes GMPlay easy to use.
Author:       Les Hewitt 1998.
Uploader:     les hewitt manymore net
Type:         mus/midi
Architecture: m68k-amigaos

After downloading a few GMPlay GUI's and not 
being to impressed with them (sorry), I thought 
I'd make a short script file to do what was needed
to make GMPlay easier to use.

NOTE:
	The new GMPlay version 1.3 does not use the GM: assign so
	you will probably have to change the 'gm' default line.
	See 'VARIABLES' below.


INSTALL GMPlayer:
	Just copy GMPlayer to wherever you like on your hard
	drive (or disk).

USE:
	Double click the icon and a requester will open. Use
	the requester to select the MIDI file you want to play.
	When the MIDI file is finished the requester will
	'pop up' again and you can select the next file.

STOP GMPlay:
	If you press the 'Ctrl' and the 'C' keys together while
	the GMPlay window is active, GMPlay stops and the
	requester opens again.

QUIT GMPlayer:
	If you don't select a file or click on 'Cancel' in the
	requester GMPlayer quits.


BUGS:
	There is one 'bug' I've found that I haven't
	managed to put right.
	Sometimes (I'm not sure why) the file ENV:ReqGMdir
	is empty and so the requester does not open. If this
	happens just delete ENV:ReqGMdir and it'll work again.

VARIABLES:
	You can change the '.def' (default) lines of GMPlayer with
	a text editor.

****

.def start "RAM:" ;The Requester's start directory.
.def gm "GM:"     ;Where GMPlay is.

****
	(Don't change this file!! Change the GMPlayer file.)
	You can also change the window size by changing the icon's
	WINDOW tooltype.




Check out my web site 'Many More' on the internet at,
http://www.manymore.net/
(All done on my Amiga).