Files
mercury/samples/concurrency/midimon
Peter Wang 8da4853b49 Update programs for getopt changes.
benchmarks/progs/icfp2000_par/main.m:
benchmarks/progs/mandelbrot/mandelbrot.m:
benchmarks/tools/log_to_r/log_to_r.m:
extras/align_right/align_right.m:
extras/error/error.m:
extras/gator/evolve.m:
extras/moose/options.m:
samples/concurrency/midimon/midimon.m:
samples/diff/diff.m:
samples/muz/muz.m:
    Conform to getopt.process_options now returning structured errors
    instead of strings.
2020-10-26 16:24:11 +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.