71 #endif // __TT_RAMP_H__
bool TTBoolean
Boolean flag, same as Boolean on the Mac.
TTErr setRampTime(const TTValue &newValue)
Trigger a ramp with a time set in milliseconds.
TTSymbol attrMode
mode: sample_accurate or vector_accurate
TTRamp generates a linear traversal from 0.0 to 1.0 over the course of a specified time period...
TTAudioObjectBase is the base class for all audio generating and processing objects in Jamoma DSP...
TTErr processVectorAccurateUp(TTAudioSignalArrayPtr inputs, TTAudioSignalArrayPtr outputs)
Process method – This method is special! It only sets the first sample of the vector and does not us...
TTErr RampTimeInSamples(const TTValue &newValue)
Trigger a ramp with a time set in samples.
double TTFloat64
64 bit floating point number
#define TTCLASS_SETUP(className)
TODO Doxygen: need more comments here.
TTFloat64 attrRampTime
ramp time in milliseconds
The TTSymbol class is used to represent a string and efficiently pass and compare that string...
TTErr processSampleAccurateDown(TTAudioSignalArrayPtr inputs, TTAudioSignalArrayPtr outputs)
Process method.
TTErr Stop()
Stop the current ramp.
A simple container for an array of TTAudioSignal pointers.
void setStep()
Internal method called when the ramp is triggered (by setting the rampTime)
TTErr processVectorAccurateDown(TTAudioSignalArrayPtr inputs, TTAudioSignalArrayPtr outputs)
Process method – This method is special! It only sets the first sample of the vector and does not us...
TTBoolean direction
0 = ramp up, 1 = ramp down
TTErr
Jamoma Error Codes Enumeration of error codes that might be returned by any of the TTBlue functions a...
std::uint32_t TTUInt32
32 bit unsigned integer
TTErr processSampleAccurateUp(TTAudioSignalArrayPtr inputs, TTAudioSignalArrayPtr outputs)
Process method.
TTErr setMode(const TTValue &value)
Setter for the mode attribute.
virtual TTErr test(TTValue &returnedTestInfo)
Unit Tests.
void setupProcess()
Internal method for setting which process method to use.
[doxygenAppendixC_copyExample]
TTUInt32 rampSamples
ramp time in samples