Jamoma API
0.6.0.a19
|
An audio input component for Jamoma models. More...
#include <TTInputAudio.h>
Inherits TTInput.
Public Member Functions | |
void | process (TTSampleValue *anInputSampleVector, TTSampleValue *anOutputSampleVector, TTUInt16 aVectorSize) |
Called by the perform method in j.in~ to pass the samples in from the outside world Will also be called by the Audiog Graph with j.in=. More... | |
TTSampleValue * | getVector () |
Used in e.g. More... | |
void | setupAudioSignals (TTUInt16 aVectorSize) |
Used e.g. More... | |
An audio input component for Jamoma models.
Definition at line 23 of file TTInputAudio.h.
|
inline |
Used in e.g.
allpass1~.model Is it used by j.receive~ ???
Definition at line 39 of file TTInputAudio.h.
void TTInputAudio::process | ( | TTSampleValue * | anInputSampleVector, |
TTSampleValue * | anOutputSampleVector, | ||
TTUInt16 | aVectorSize | ||
) |
Called by the perform method in j.in~ to pass the samples in from the outside world Will also be called by the Audiog Graph with j.in=.
Definition at line 52 of file TTInputAudio.cpp.
References TTAudioSignal::copy(), and TTObject::instance().
|
inline |