15 #define thisTTClass TTClipper
16 #define thisTTClassName "clipper"
17 #define thisTTClassDescription "Limits the amplitude of signals."
18 #define thisTTClassTags "audio, processor"
32 TTLimit(y, mLowBound, mHighBound);
39 TT_WRAP_CALCULATE_METHOD(calculateValue);
43 TT_AUDIO_CONSTRUCTOR_EXPORT(Clipper)
51 setAttributeValue(
TT(
"lowBound"), -1.0);
52 setAttributeValue(
TT(
"highBound"), 1.0);
57 TTClipper::~TTClipper()
#define addAttribute(name, type)
A convenience macro to be used by subclasses for registering attributes with a custom getter...
TTAudioObjectBase is the base class for all audio generating and processing objects in Jamoma DSP...
#define setProcessMethod(methodName)
A convenience macro to be used by subclasses for setting the process method.
double TTFloat64
64 bit floating point number
#define TT
This macro is defined as a shortcut for doing a lookup in the symbol table.
#define TTCLASS_SETUP(className)
TODO Doxygen: need more comments here.
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...
Hard-clip signals to a low and high bound.
#define addMessageProperty(messageName, propertyName, initialValue)
A convenience macro to be used for registering properties of messages.