*********************************************************************************
*										*
*		  MODULAR ROLAND MPU-401 MIDI INTERFACE DRIVER			*
*			        version 0.1 alpha				*
*		      (for Linux version 1.1.64 to 1.1.70)			*
*										*
*			     MIDI/Sequencer library				*
*			       version 0.11 alpha				*
*										*
*			    written by Kim Burgaard				*
*			copyright (c) 1994 Kim Burgaard				*
*				   1994-12-04					*
*										*
*********************************************************************************

		     *** WARNING! EXPERIMENTAL VERSION ***

This package is an *ALPHA* release.

There is not much to do before actually installing this package since the driver
is ``run-time configureable''. You might want to change the install paths and
permissions in Makefile, but it should not be nescessary.

Do a

   make install

Hopefully everything went ok. There should be *NO* warnings of any kind.
Otherwise please report them to me. If the compilation went succesfully then
`mpuconfig' is run, which invites you to answer *all* questions as open-minded
and honest as you can ;-). The driver will be installed with

   insmod /usr/lib/modules/mpu401.mod

You'll have to do this every time you boot or have removed the driver. You can
for example put this line in `/etc/rc.d/rc.local'.

If you did not answer all questions as honestly as you should have done, the
driver refuses to install itself. No need to worry! You simply run mpuconfig
again!

Then try out smfplay on a couple of SMF files. I have included three of my
latest music pieces.

*********************************************************************************