Jamoma API  0.6.0.a19
TTBackEaseInOutFunction Class Reference

This implements a function which basically does nothing: y = f(x) More...

#include <TTBackEaseInOutFunction.h>

+ Inheritance diagram for TTBackEaseInOutFunction:
+ Collaboration diagram for TTBackEaseInOutFunction:

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.
 

Detailed Description

This implements a function which basically does nothing: y = f(x)

Definition at line 31 of file TTBackEaseInOutFunction.h.

Member Function Documentation

TTErr TTBackEaseInOutFunction::processAudio ( TTAudioSignalArrayPtr  inputs,
TTAudioSignalArrayPtr  outputs 
)
protected

A standard audio processing method as used by TTBlue objects.

Definition at line 58 of file TTBackEaseInOutFunction.cpp.

References calculateValue().

+ Here is the call graph for this function:


The documentation for this class was generated from the following files: