|
Jamoma API
0.6.0.a19
|
This implements a function which basically does nothing: y = f(x) More...
#include <Linear2D.h>
Inheritance diagram for Linear2D:
Collaboration diagram for Linear2D:Protected Member Functions | |
| TTErr | processAudio (TTAudioSignalArrayPtr inputs, TTAudioSignalArrayPtr outputs) |
| A standard audio processing method as used by Jamoma DSP objects. More... | |
This implements a function which basically does nothing: y = f(x)
Definition at line 26 of file Linear2D.h.
|
protected |
A standard audio processing method as used by Jamoma DSP objects.
| inputs | The input vector that is to be processed. |
| outputs | The resulting windowed vector. |
Definition at line 37 of file Linear2D.cpp.
References kTTErrNone, TTAudioSignal::mSampleVectors, and TTAudioSignal::setMaxNumChannels().
Here is the call graph for this function: