22 #ifndef __TTBACKEASEINOUTFUNCTION_H__
23 #define __TTBACKEASEINOUTFUNCTION_H__
47 #endif // __TTBACKEASEINOUTFUNCTION_H__
virtual TTErr test(TTValue &returnedTestInfo)
Unit Tests.
This implements a function which basically does nothing: y = f(x)
TTErr processAudio(TTAudioSignalArrayPtr inputs, TTAudioSignalArrayPtr outputs)
A standard audio processing method as used by TTBlue objects.
TTAudioObjectBase is the base class for all audio generating and processing objects in Jamoma DSP...
double TTFloat64
64 bit floating point number
#define TTCLASS_SETUP(className)
TODO Doxygen: need more comments here.
A simple container for an array of TTAudioSignal pointers.
long TTPtrSizedInt
An integer that is the same size as a pointer.
TTErr
Jamoma Error Codes Enumeration of error codes that might be returned by any of the TTBlue functions a...
TTErr calculateValue(const TTFloat64 &x, TTFloat64 &y, TTPtrSizedInt data)
y = f(x) for a single value
[doxygenAppendixC_copyExample]