*********************************************************************************
*										*
*                 MODULAR ROLAND MPU-401 MIDI INTERFACE DRIVER                  *
*                            MIDI/Sequencer library                             *
*                                                                               *
*			    written by Kim Burgaard				*
*		     copyright (c) 1994, 1995 Kim Burgaard			*
*										*
*********************************************************************************

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

libmidilib.a	A flexible and fast MIDI file library.
mpu401drv	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.
smfrecord	A very simple MIDI recorder.
smfedit		A dirty Standard MIDI File (text) editor. Among other things you
		can make your MIDI files compatible with almost any MIDI
                sequencer, including hardware based ones.

Sub directory:  ./ --------------------------------------------------------------

INSTALL
MANIFEST
MPU-401.txt
Makefile	The top level makefile

Sub directory:  ./doc -----------------------------------------------------------

BUGS		Known bugs, listed by date.
CHANGELOG
COPYING		GNU General Public License version 2
README
TODO		Planned features.
CONTRIB		Contribution policy.
libmidifile.tex	LaTeX formatted documentation for the MIDI File Library.
mpu401drv.tex   LaTeX formatted documentation for the MPU-401 driver.
pagesetup.tex	LaTeX page setup definitions.

Sub directory:  ./include -------------------------------------------------------

Makefile 

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

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

Sub directory:  ./lib -----------------------------------------------------------

Makefile 

midifile.c	MIDI file I/O
midiprint.c	MIDI event ``pretty printing''
midiqueue.c	MIDI event queuing

Sub directory:  ./driver --------------------------------------------------------

Makefile 

mpu401.c	The main source file for the driver.
mpuconfig.c
mpuinfo.c	

mpuconfig.8	Man pages.
mpuinfo.8

Sub directory:  ./util ----------------------------------------------------------

Makefile 

gsreset.c	The main source files for the utility collection.
smfcheck.c
smfplay.c
smfrecord.c
smfedit.c

gsreset.1	Man pages.
smfcheck.1
smfedit.1
smfplay.1
smfrecord.1

Sub directory:  ./test ----------------------------------------------------------

README		Some info on the MIDI files enclosed in this package.
stress2.mid
twogirls.mid

*********************************************************************************
* $Id: MANIFEST,v 1.2 1995/07/30 02:06:29 burgaard Exp $
* Local variables:
*   fill-column: 81
* End:
