Jamoma API
0.6.0.a19
|
This implements a function which basically does nothing: y = f(x) More...
#include <TTBackEaseOutFunction.h>
Protected Member Functions | |
TTErr | calculateValue (const TTFloat64 &x, TTFloat64 &y, TTPtrSizedInt data) |
y = f(x) for a single value | |
TTErr | processAudio (TTAudioSignalArrayPtr inputs, TTAudioSignalArrayPtr outputs) |
A standard audio processing method as used by TTBlue objects. More... | |
virtual TTErr | test (TTValue &returnedTestInfo) |
Unit Tests. | |
This implements a function which basically does nothing: y = f(x)
Definition at line 29 of file TTBackEaseOutFunction.h.
|
protected |
A standard audio processing method as used by TTBlue objects.
Definition at line 48 of file TTBackEaseOutFunction.cpp.
References calculateValue().