Home Information Classes Download Usage Mail List Requirements Links Tutorial
#include <JetTable.h>
Inheritance diagram for JetTable:
This class implements a flue jet non-linear function, computed by a polynomial calculation. Contrary to the name, this is not a "table".
Consult Fletcher and Rossing, Karjalainen, Cook, and others for more information.
by Perry R. Cook and Gary P. Scavone, 1995 - 2004.
Definition at line 21 of file JetTable.h.
Public Member Functions | |
JetTable () | |
Default constructor. | |
~JetTable () | |
Class destructor. | |
StkFloat | tick (StkFloat input) |
Return the function value for input. | |
StkFloat * | tick (StkFloat *vector, unsigned int vectorSize) |
Take vectorSize inputs from vector and replace them with corresponding outputs. | |
StkFrames & | tick (StkFrames &frames, unsigned int channel=1) |
Take a channel of the StkFrames object as inputs to the function and replace with corresponding outputs. |
|
Take a channel of the StkFrames object as inputs to the function and replace with corresponding outputs.
The Reimplemented from Function. |
The Synthesis ToolKit in C++ (STK) |
©1995-2004 Perry R. Cook and Gary P. Scavone. All Rights Reserved. |