|
Jamoma API
0.6.0.a19
|
Wraps an object from Jamoma DSP to function within AudioGraph. More...
#include "TTAudioGraph.h"#include "TTGraphObjectBase.h"#include "TTAudioGraphOutlet.h"#include "TTAudioGraphDescription.h"
Include dependency graph for TTAudioGraphObject.h:
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Classes | |
| class | TTAudioGraphObjectBase |
| The TTAudioGraphObjectBase wraps a TTDSP object such that it is possible to build a dynamic graph of audio processing units. More... | |
Wraps an object from Jamoma DSP to function within AudioGraph.
The TTAudioGraphObjectBase wraps a Jamoma DSP object such that it is possible to build a dynamic graph of audio processing units. It is implemented as a TTObjectBase so that it can receive dynamically bound messages, including notifications from other objects.
Definition in file TTAudioGraphObject.h.