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

Generates a new random number every "rate" ticks using the C rand() function. The quality of the rand() function varies from one OS to another.
by Perry R. Cook and Gary P. Scavone, 1995 - 2007.
Public Member Functions | |
| SubNoise (int subRate=16) | |
| Default constructor sets sub-sample rate to 16. | |
| ~SubNoise () | |
| Class destructor. | |
| int | subRate (void) const |
| Return the current sub-sampling rate. | |
| void | setRate (int subRate) |
| Set the sub-sampling rate. | |
| The Synthesis ToolKit in C++ (STK) |
| ©1995-2007 Perry R. Cook and Gary P. Scavone. All Rights Reserved. |