17 #ifndef __TT_ALLPASS1A_H__
18 #define __TT_ALLPASS1A_H__
54 #endif // __TT_ALLPASS1A_H__
TTAudioObjectBase is the base class for all audio generating and processing objects in Jamoma DSP...
TTFloat64 mAlpha
single coefficient for the first-order allpass
double TTFloat64
64 bit floating point number
#define TTCLASS_SETUP(className)
TODO Doxygen: need more comments here.
std::vector< TTSampleValue > TTSampleVector
A TTSampleVector is simply a pointer to the first of an array of TTSampleValues.
TTSampleVector mY1
previous output sample (n-1) for each channel
A first-order building-block allpass filter.
virtual TTErr test(TTValue &returnedTestInfo)
Unit Tests.
A simple container for an array of TTAudioSignal pointers.
TTSampleVector mX1
previous input sample (n-1) for each channel
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...
[doxygenAppendixC_copyExample]