Jamoma API  0.6.0.a19
TTSineEaseInOutFunction Class Reference

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

#include <TTSineEaseInOutFunction.h>

+ Inheritance diagram for TTSineEaseInOutFunction:
+ Collaboration diagram for TTSineEaseInOutFunction:

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 29 of file TTSineEaseInOutFunction.h.

Member Function Documentation

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

A standard audio processing method as used by TTBlue objects.

Definition at line 47 of file TTSineEaseInOutFunction.cpp.

References calculateValue().

+ Here is the call graph for this function:


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