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

This class provides common functionality for STK unit generator sample-source subclasses.
by Perry R. Cook and Gary P. Scavone, 1995 - 2007.
Public Member Functions | |
| Generator (void) | |
| Class constructor. | |
| virtual | ~Generator (void) |
| Class destructor. | |
| virtual StkFloat | lastOut (void) const |
| Return the last output value. | |
| StkFloat | tick (void) |
| Compute one sample and output. | |
| StkFrames & | tick (StkFrames &frames, unsigned int channel=0) |
| Fill a channel of the StkFrames object with computed outputs. | |
|
||||||||||||
|
Fill a channel of the StkFrames object with computed outputs.
The |
| The Synthesis ToolKit in C++ (STK) |
| ©1995-2007 Perry R. Cook and Gary P. Scavone. All Rights Reserved. |