|
Jamoma API
0.6.0.a19
|
The TTAudioEngine class is the Audio Engine of Jamoma DSP. More...
Include dependency graph for TTAudioEngine.h:
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Classes | |
| class | TTAudioEngine |
| The TTAudioEngine class is the Audio Engine of Jamoma DSP. More... | |
Typedefs | |
| typedef TTAudioEngine * | TTAudioEnginePtr |
| A pointer to a TTAudioEngine. | |
Functions | |
| int | TTAudioEngineStreamCallback (const void *input, void *output, unsigned long frameCount, const PaStreamCallbackTimeInfo *timeInfo, PaStreamCallbackFlags statusFlags, void *userData) |
| A C-function used for the callback from PortAudio. More... | |
The TTAudioEngine class is the Audio Engine of Jamoma DSP.
TTAudioEngine is a class that is used to drive realtime audio and scheduling operations in the Jamoma DSP environment. It is currently implemented as a wrapper around PortAudio.
QUESTIONS
THOUGHTS
Definition in file TTAudioEngine.h.
| int TTAudioEngineStreamCallback | ( | const void * | input, |
| void * | output, | ||
| unsigned long | frameCount, | ||
| const PaStreamCallbackTimeInfo * | timeInfo, | ||
| PaStreamCallbackFlags | statusFlags, | ||
| void * | userData | ||
| ) |
A C-function used for the callback from PortAudio.
This simply passes the call to the callback method in the TTAudioEngine object.
Definition at line 469 of file TTAudioEngine.cpp.
References TTAudioEngine::callback().
Referenced by TTAudioEngine::initStream().
Here is the call graph for this function: