C code that converts a standard MIDI file to AIFF soundfile
using a linked list datastruct.

SYNTH version 0.05, dec 7, 2024.         Copyleft 2004 2024 Pieter Suurmond
Latest version available at https://ecomaan.nl/c/synth/

     rdmid.h                C header API (specification) to read MIDI files.
     rdmid.c                C source (implementation).

     wraiff.h               C header API (specification) to write AIFF files.
     wraiff.c               C source (implementation).

     synth.c                Transform MIDI into AIFF using the most primitive
                            synthesizer.
     Makefile               To compile under UNIX (Irix, OSX, Linux, etc.).

     zefile.mid             Standard MIDI file, input to the 'synth' program.
     zefile.aiff            8 bit monofile @ 11025 Hz, output from 'synth'.

     ../synth-0.05.tar.gz   All files in this directory tarred together and
                            gzipped for easier download.
     ../synth-0.04.tar.gz   Old version 0.04, march 21, 2004.