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

			*** THINGS I HAVE GOT TO DO ***

1994-12-04:

* Write a simillar device driver that makes the serial port act like a
  MPU-401 ? [very low priority]

* Write a simillar device driver for non-100% MPU-401 compliant cards, such 
  as my SoundGalaxy NX-II ? [very low priority]

* Change the `/dev/mpu401stat' hack and `mpu_debug_dump()' in `mpu401.c' to
  use the `/proc' file system when supported to do so by the kernel from a
  module.

* Split the package into two parts - a driver part and a MIDI library part.
  Currently the only problem is that both the driver and the library share
  some of the same code and I do not want to maintain two versions of the
  same code/files.

1994-12-03:

* Write a multi-threaded version of smfplay with some kind of user interface.
  Probably ncurses -- I do want to start programming X however, so I am not
  sure when a release is ready or how I am going to implement it yet.

* Check and test the recording interface -- write an example application.

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