Miscellaneous Source Code

midiNote.c

This program will output a midi note of a particular amplitude and timbre for a certain duration.  The user is prompted for all the above parameters and once they entered the note is output continuously 'REPETITION_RATE' times (default setting of 1).

midiQTMA.c

This program will output a midi note of a particular velocity, duration on a certain instrument. The user is prompted for all the above parameters and once they have been entered the note is output continuously for 'REPETITION_RATE' times.  The note is generated and output using the software synthesizer of the Quick Time Music Architecture.