19 #define thisTTClass Rose2D
20 #define thisTTClassName "rose.2D"
21 #define thisTTClassTags "audio, trajectory, 2D"
27 setAttributeValue(
TT(
"a"), 0.0);
52 if (numOutputChannels != 2) {
55 out.setNumChannels(v);
59 TTUInt16 vs = in0.getVectorSizeAsInt();
66 for (
int i=0; i<vs; i++) {
72 phi = inSampleX[i] *
kTTPi;
75 outSampleX[i] = sin(phi) * r;
76 outSampleY[i] = cos(phi) * r;
std::uint16_t TTUInt16
16 bit unsigned integer
#define addAttribute(name, type)
A convenience macro to be used by subclasses for registering attributes with a custom getter...
#define setProcessMethod(methodName)
A convenience macro to be used by subclasses for setting the process method.
Rose Function Unit in 2D for Jamoma DSP.
double TTFloat64
64 bit floating point number
#define TT
This macro is defined as a shortcut for doing a lookup in the symbol table.
TTErr setMaxNumChannels(const TTValue &newMaxNumChannels)
Attribute accessor.
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...
TTFOUNDATION_EXPORT const TTFloat64 kTTPi
[doxygenAppendixC_constExample]
[doxygenAppendixC_copyExample]