19 #ifndef __TT_ALLPASS4A_H__
20 #define __TT_ALLPASS4A_H__
67 #endif // __TT_ALLPASS4A_H__
TTSampleVector mY4
previous output sample (n-4) for each channel
TTSampleVector mY1
previous output sample (n-1) for each channel
TTAudioObjectBase is the base class for all audio generating and processing objects in Jamoma DSP...
TTSampleVector mY3
previous output sample (n-3) for each channel
double TTFloat64
64 bit floating point number
#define TTCLASS_SETUP(className)
TODO Doxygen: need more comments here.
TTFloat64 mD4
fourth coefficient
TTSampleVector mX3
previous input sample (n-3) for each channel
std::vector< TTSampleValue > TTSampleVector
A TTSampleVector is simply a pointer to the first of an array of TTSampleValues.
TTFloat64 mD1
first coefficient
A second-order building-block allpass filter.
TTFloat64 mD2
second coefficient
TTSampleVector mY2
previous output sample (n-2) for each channel
TTSampleVector mX4
previous input sample (n-4) for each channel
A simple container for an array of TTAudioSignal pointers.
TTSampleVector mX2
previous input sample (n-2) for each channel
virtual TTErr test(TTValue &returnedTestInfo)
Unit Tests.
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...
TTSampleVector mX1
previous input sample (n-1) for each channel
[doxygenAppendixC_copyExample]
TTFloat64 mD3
third coefficient