38 TTSampleValuePtr outSample;
40 TTUInt16 vs = out.getVectorSizeAsInt();
47 *outSample++ = mValue;
56 #endif // __TT_SIG_H__
std::uint16_t TTUInt16
16 bit unsigned integer
TTAudioObjectBase is the base class for all audio generating and processing objects in Jamoma DSP...
The sig≈ object takes a single input message and converts it into a JAG signal.
TTErr dictionary(TTValue &input, TTValue &)
A value passed in as a dictionary will set the value attribute If an array is passed in for the value...
double TTFloat64
64 bit floating point number
#define TTCLASS_SETUP(className)
TODO Doxygen: need more comments here.
The TTAudioSignal class represents N vectors of audio samples for M channels.
TTSampleValue ** mSampleVectors
An array of pointers to the first sample in each vector. Declared Public for fast access...
TTUInt16 TTChannelCount
Data type used when counting the number of channels in multi-channel audio signals and processes...
A simple container for an array of TTAudioSignal pointers.
TTErr
Jamoma Error Codes Enumeration of error codes that might be returned by any of the TTBlue functions a...
[doxygenAppendixC_copyExample]