|
Public Member Functions |
| | DynamicVariable (UnitGenerator &vox, float val) |
| | Constructors.
|
| | DynamicVariable (UnitGenerator &vox, double val) |
| | DynamicVariable (float val, UnitGenerator &vox) |
| | DynamicVariable (float val, UnitGenerator &vox, VOperator m) |
| | DynamicVariable (UnitGenerator &vox, float val, VOperator m) |
| | DynamicVariable (int val, UnitGenerator &vox) |
| | DynamicVariable (UnitGenerator &vox, int val) |
| | DynamicVariable (int val, UnitGenerator &vox, VOperator m) |
| | DynamicVariable (UnitGenerator &vox, int val, VOperator m) |
| void | nextBuffer (Buffer &outputBuffer, unsigned outBufNum) throw (CException) |
| | my main operations
|
| void | setValue (float x) |
| void | setValue (int x) |
| void | setValue (double x) |
Protected Attributes |
| VOperator | mMode |
| | the operation I perform '+', '*', etc.
|