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

This class combines random and periodic modulations to give a nice, natural human modulation function.
by Perry R. Cook and Gary P. Scavone, 1995 - 2007.
Public Member Functions | |
| Modulate () | |
| Class constructor. | |
| ~Modulate () | |
| Class destructor. | |
| void | reset () |
| Reset internal state. | |
| void | setVibratoRate (StkFloat rate) |
| Set the periodic (vibrato) rate or frequency in Hz. | |
| void | setVibratoGain (StkFloat gain) |
| Set the periodic (vibrato) gain. | |
| void | setRandomGain (StkFloat gain) |
| Set the random modulation gain. | |
|
|
Class constructor. An StkError can be thrown if the rawwave path is incorrect. |
| The Synthesis ToolKit in C++ (STK) |
| ©1995-2007 Perry R. Cook and Gary P. Scavone. All Rights Reserved. |