17 #ifndef __TT_ALLPASS1B_H__
18 #define __TT_ALLPASS1B_H__
56 #endif // __TT_ALLPASS1B_H__
TTAudioObjectBase is the base class for all audio generating and processing objects in Jamoma DSP...
virtual TTErr test(TTValue &returnedTestInfo)
Unit Tests.
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.
TTFloat64 mAlpha
single coefficient for the first-order allpass
TTSampleVector mX1
previous input sample (n-1) for each channel
A simple container for an array of TTAudioSignal pointers.
long TTPtrSizedInt
An integer that is the same size as a pointer.
A first-order building-block allpass filter.
TTErr
Jamoma Error Codes Enumeration of error codes that might be returned by any of the TTBlue functions a...
TTSampleVector mY2
previous output sample (n-2) for each channel
TTSampleVector mY1
previous output sample (n-1) for each channel
[doxygenAppendixC_copyExample]
TTSampleVector mX2
previous input sample (n-2) for each channel