Jamoma API  0.6.0.a19
TTAudioGraphObject.h File Reference

Wraps an object from Jamoma DSP to function within AudioGraph. More...

+ 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...
 

Detailed Description

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.

Authors
Timothy Place, Trond Lossius

Definition in file TTAudioGraphObject.h.