|
Jamoma API
0.6.0.a19
|
Represents one connection between two AudioGraph objects. More...
Include dependency graph for TTAudioGraphSource.h:
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Classes | |
| class | TTAudioGraphSource |
| TTAudioGraphSource represents one link from a TTAudioGraphInlet of a TTAudioGraphObjectBase to a TTAudioGraphOutlet of an upstream TTAudioGraphObjectBase. More... | |
Typedefs | |
| typedef TTAudioGraphSource * | TTAudioGraphSourcePtr |
| Pointer to a TTAudioGraphSource. | |
| typedef std::vector< TTAudioGraphSource > | TTAudioGraphSourceVector |
| A vector of #TTAudioGraphSources. | |
| typedef TTAudioGraphSourceVector::iterator | TTAudioGraphSourceIter |
| An iterator on TTAudioGraphSourceVector. | |
Represents one connection between two AudioGraph objects.
TTAudioGraphSource represents one link or connection between two AudioGraph objects. TTAudioGraphSource is an upstream connection from a TTAudioGraphInlet of a TTAudioGraphObjectBase to a "TTAudioGraphOutlet of an upstream TTAudioGraphObjectBase. The relationship of a source to other parts of the audio graph hierarchy is as follows:
Definition in file TTAudioGraphSource.h.