AdditiveInstrument.h – Sum-of-sines synthesis instrument class.
Effect – mix-in for classes that have unit generators as inputs (like filters).
void nextBuffer(Buffer &outputBuffer, unsigned outBufNum)
really compute the next buffer given an offset base channel; this is called by nextBuffer, possibly multiple times
Clipper(UnitGenerator &input, float min=-1, float max=1, ClipperFlags flags=kBoth)
Constructor takes the input UGen and optionally the flags, min and max.
Buffer – the multi-channel sample buffer class (passed around between generators and IO guys)...
ClipperFlags
Whether to clip using the minimum, maximum or both values.
void dump()
print the receiver for debugging
Base class of CSL exceptions (written upper-case). Has a string message.