Jamoma API
0.6.0.a19
|
TTMultiMixer mixes N input signals (presumably of matching channel counts) to M output signals (again presumably of matching channel counts). More...
#include <TTMultiMixer.h>
Protected Member Functions | |
TTErr | processAudio (TTAudioSignalArrayPtr inputs, TTAudioSignalArrayPtr outputs) |
A standard audio processing method as used by TTBlue objects. More... | |
TTErr | setGain (const TTValue &newValue, TTValue &e) |
setter for converting gain input from db to linear. More... | |
TTMultiMixer mixes N input signals (presumably of matching channel counts) to M output signals (again presumably of matching channel counts).
Definition at line 18 of file TTMultiMixer.h.
|
protected |
A standard audio processing method as used by TTBlue objects.
Definition at line 214 of file TTMultiMixer.cpp.
References TTAudioSignal::clear(), TTMatrix::get2d(), kTTErrNone, and TTAudioSignalArray::numAudioSignals.
setter for converting gain input from db to linear.
newValue | The argument must consist of three values:
|
Definition at line 118 of file TTMultiMixer.cpp.
References kTTErrNone, kTTErrWrongNumValues, TTMatrix::set2d(), TTValue::size(), and TTDecibelsToLinearGain().