
Home Information Classes Download Usage Mail List Requirements Links Tutorial
#include <Chorus.h>
Inheritance diagram for Chorus::

Public Methods | |
| Chorus (MY_FLOAT baseDelay) | |
| Class constructor, taking the longest desired delay length. | |
| ~Chorus () | |
| Class destructor. | |
| void | clear () |
| Reset and clear all internal state. | |
| void | setModDepth (MY_FLOAT depth) |
| Set modulation depth. | |
| void | setModFrequency (MY_FLOAT frequency) |
| Set modulation frequency. | |
| void | setEffectMix (MY_FLOAT mix) |
| Set the mixture of input and processed levels in the output (0.0 = input only, 1.0 = processed only). | |
| MY_FLOAT | lastOut () const |
| Return the last output value. | |
| MY_FLOAT | lastOutLeft () const |
| Return the last left output value. | |
| MY_FLOAT | lastOutRight () const |
| Return the last right output value. | |
| MY_FLOAT | tick (MY_FLOAT input) |
| Compute one output sample. | |
| MY_FLOAT* | tick (MY_FLOAT *vector, unsigned int vectorSize) |
| Take vectorSize inputs, compute the same number of outputs and return them in vector. | |
This class implements a chorus effect.
by Perry R. Cook and Gary P. Scavone, 1995 - 2002.
| The Synthesis ToolKit in C++ (STK) |
| ©1995-2002 Perry R. Cook and Gary P. Scavone. All Rights Reserved. |