csl::CVariable Class Reference
#include <Variable.h>
Inheritance diagram for csl::CVariable:
Detailed Description
CVariable is the the abstract external variable (plug or port) class. This is the abstract class for static and dynamic variables; it's a sample stream. Clients of Variable (oscillators, dsp units, etc) first ask whether its values are fixed over the length of the buffer or not. If the value is fixed, the client calls next_sample() to get the next sample and use it the DSP loop. If the value is not fixed, the client calls next_buffer() to get the next buffer of values.
The documentation for this class was generated from the following file:
Generated on Sat Oct 17 14:12:36 2009 for CSL by
1.4.5-20051010