What's here:

wave1.c -- a very simple wavetable synth, it maps MIDI note numbers
	directly to frequency by multiplying by 10 (fun tuning!).

wave1G.c -- same as wave1, but with an X/Motif interface that displays
	different-colored circles depending on the note played.

wave2.c -- wavetable synth with "standard" tuning; also with amplitude
	enveloping (including after-release decay).

WAVETABLEmidi.C -- the RTcmix wavetable instrument for basic MIDI work

W2midi.C -- the RTcmix wavetable instrument for basic MIDI work along
	with amplitude enveloping (attack and release)


Be sure to check the source files (wave1.c, wave1G.c, wave2.c) for
parameter information.
