21 #define thisTTClass BlackmanWindow
22 #define thisTTClassName "blackman"
23 #define thisTTClassTags "dspWindowFunctionLib, audio, processor, function, window"
33 BlackmanWindow::~BlackmanWindow()
41 y = 0.42 - 0.5 * cos(
kTTTwoPi * x) + 0.08 * cos(4.0 *
kTTPi * x);
48 TT_WRAP_CALCULATE_METHOD(calculateValue);
TTFOUNDATION_EXPORT const TTFloat64 kTTTwoPi
Pre-calculated value of pi * 2.
#define setProcessMethod(methodName)
A convenience macro to be used by subclasses for setting the process method.
double TTFloat64
64 bit floating point number
Blackman Window Function Unit for Jamoma DSP.
#define setCalculateMethod(methodName)
A convenience macro to be used by subclasses for setting the calculate method.
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...
TTFOUNDATION_EXPORT const TTFloat64 kTTPi
[doxygenAppendixC_constExample]