*********************************************************************************
*										*
*		  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					*
*										*
*********************************************************************************

     *** MANIFEST - partial file list and a short description ***

mpu401		Roland MPU-401 kernel modular device driver.

mpuconfig	Tool to configure the MPU-401 device driver.

mpuinfo		View/control MPU-401 device driver information.

gsreset		Send Roland GS Reset and General MIDI on SysEx to MIDI out

smfcheck	A demonstration of my midifile library.

smfplay		A Standard MIDI File replayer for the device driver.

libmidilib.a	A preliminary alpha release of my (fast) MIDI file library.

---		Miscellaneous information

CHANGELOG
COPYRIGHT	GNU General Public License version 2
INSTALL
MANIFEST
MPU-401.txt
README
TODO

---		Source files needed to build the driver, the library and the
		utilities that comes ``bundled'' with the driver.

Makefile 

midiconst.h	The midixxx.h files are needed to use the library.
midiqueue.h
midiprint.h
miditypes.h
midifile.h

configure.h	Driver configuration
mpu401.h	MPU-401 device related constants.
mpuioctl.h	I/O control command definitions.

gsreset.c
midifile.c	MIDI file I/O
midiprint.c	MIDI event ``pretty printing''
midiqueue.c	MIDI event queue'ing
module.c	Kernel module interface.
mpu401.c	The main soure file for the driver.
mpuconfig.c
mpuinfo.c	
smfcheck.c
smfplay.c

ksoft.mid	``Killing Me Softly'' by Charles Fox, sequenced and arranget
		by me in a more modern/popish sound.
twogirls.mid	``The Two Girls on the Train'' composed and arranget by me.

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