mirror of
https://github.com/Mercury-Language/mercury.git
synced 2026-04-17 02:13:54 +00:00
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.
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.