Home   Information   Classes   Download   Usage   Mail List   Requirements   Links   FAQ   Tutorial


SubNoise Class Reference

#include <SubNoise.h>

Inheritance diagram for SubNoise:

Noise Generator Stk List of all members.

Detailed Description

STK sub-sampled noise generator.

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 documentation for this class was generated from the following file:
The Synthesis ToolKit in C++ (STK)
©1995-2007 Perry R. Cook and Gary P. Scavone. All Rights Reserved.