Home Information Classes Download Usage Mail List Requirements Links FAQ Tutorial
#include <Function.h>
Public Member Functions | |
Function (void) | |
Class constructor. | |
StkFloat | lastOut (void) const |
Return the last computed output sample. | |
virtual StkFloat | tick (StkFloat input)=0 |
Take one sample input and compute one sample of output. |
This class provides common functionality for STK classes that implement tables or other types of input to output function mappings.
by Perry R. Cook and Gary P. Scavone, 1995 - 2009.
The Synthesis ToolKit in C++ (STK) |
©1995-2009 Perry R. Cook and Gary P. Scavone. All Rights Reserved. |