*********************************************************************************
*										*
*		  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 which contains:

*  A modular device driver for true Roland MPU-401 compatible MIDI interfaces. I
   believe it won't run on fx. a SoundBlaster since it runs with the interface
   in the ``intelligent'' mode. Therefore I strongly believe its timing is more 
   precise than the MPU-401 driver that comes with the kernel.

*  A preliminary release of my MIDIfile library (which really isn't a library
   yet).

Unpack the file (fx. with `tar xvzf mpu401-0.11a.tgz') from a suitable place,
`/usr/local/src' would probably do fine. Read the README and INSTALL files in
the unpacked directory, follow the instructions and enjoy!

The device driver have been tested on Linux kernel version 1.1.64 and 1.1.70.
It should work with both the newest version of insmod/rmmod as well as the old.

		1994-12-04 Kim Burgaard, <burgaard@daimi.aau.dk>

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