
This directory contains "midimsg" a little program that will 
print out MIDI events as they come in over a FIFO.

To use this program, run it with the name of the FIFO you want it to
create, for example: "midimsg /tmp/midififo".

In order to use this with midid, the fifo must exist before 
midid starts.

Any MIDI events transmitted to the fifo will be printed by midimsg.
If you kill midimsg without also killing midid, the FIFO will start
consuming system resources, and could cause midid to hang eventually
since midid expects writes not to block indefinitely.

Enjoy,
  John Stone
  j.stone@acm.org



