20 #ifndef __TTBACKEASEOUTFUNCTION_H__
21 #define __TTBACKEASEOUTFUNCTION_H__
45 #endif // __TTBACKEASEOUTFUNCTION_H__
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.
virtual TTErr test(TTValue &returnedTestInfo)
Unit Tests.
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.
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...
This implements a function which basically does nothing: y = f(x)
[doxygenAppendixC_copyExample]