6 #ifndef CSL_Microphone_H
7 #define CSL_Microphone_H
AdditiveInstrument.h – Sum-of-sines synthesis instrument class.
void nextBuffer(Buffer &outputBuffer)
copy next buffer from cache
Microphone – copies the input buffer (from the sound driver) to its output.
IO – the abstract I/O scheduling class; subclasses interface to specific I/O APIs.
Buffer – the multi-channel sample buffer class (passed around between generators and IO guys)...
Base class of CSL exceptions (written upper-case). Has a string message.