40 numAccumulatedChannels += in.getNumChannelsAsInt();
46 out.setNumChannels(numAccumulatedChannels);
49 numAccumulatedChannels = 0;
53 numAccumulatedChannels += in.getNumChannelsAsInt();
63 #endif // __TT_JOIN_H__
TTAudioObjectBase is the base class for all audio generating and processing objects in Jamoma DSP...
static TTErr copyDirty(const TTAudioSignal &source, TTAudioSignal &dest, TTChannelCount channelOffset=0)
Copy the audio from one signal into another, but not taking care to zero channels that aren't used...
#define TTCLASS_SETUP(className)
TODO Doxygen: need more comments here.
TTErr setMaxNumChannels(const TTValue &newMaxNumChannels)
Attribute accessor.
The TTAudioSignal class represents N vectors of audio samples for M channels.
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.
The join≈ object takes N input signals and combines them into a single signal with all of the channe...
TTErr
Jamoma Error Codes Enumeration of error codes that might be returned by any of the TTBlue functions a...
TTChannelCount numAudioSignals
The number of audio signal pointers which are actually valid.