Home Information Classes Download Usage Mail List Requirements Links Tutorial
#include <Generator.h>
Inheritance diagram for Generator:
This class provides common functionality for STK unit generator source subclasses.
by Perry R. Cook and Gary P. Scavone, 1995 - 2004.
Definition at line 17 of file Generator.h.
Public Member Functions | |
Generator () | |
Class constructor. | |
virtual | ~Generator () |
Class destructor. | |
virtual StkFloat | lastOut () const |
Return the last output value. | |
virtual StkFloat | tick (void)=0 |
Abstract tick function ... must be implemented in subclasses. | |
virtual StkFloat * | tick (StkFloat *vector, unsigned int vectorSize) |
Compute vectorSize outputs and return them in vector. | |
virtual StkFrames & | tick (StkFrames &frames, unsigned int channel=1) |
Fill a channel of the StkFrames object with computed outputs. |
|
Fill a channel of the StkFrames object with computed outputs.
The Reimplemented in ADSR, Asymp, Envelope, Modulate, Noise, SingWave, and SubNoise. |
The Synthesis ToolKit in C++ (STK) |
©1995-2004 Perry R. Cook and Gary P. Scavone. All Rights Reserved. |