Files
mercury/samples/concurrency/midimon
Julien Fischer 5f2aac88c3 Replaces calls to deleted predicates.
samples/concurrency/midimon/midimon.m:
     As above.
2022-03-25 23:32:50 +11:00
..

This directory contains a MIDI data monitor that concurrently reads the
bytestream, parses the MIDI messages, and writes out the results.
A file `midi_data' has been included which contains some MIDI data that
you can test the program with.  MIDI (Musical Instrument Digital Interface)
is a hardware and software protocol for electronic musical instruments (e.g.
synthesizers) to talk to each other.