Jamoma API  0.6.0.a19
TTAudioGraphSource.h File Reference

Represents one connection between two AudioGraph objects. More...

#include "TTAudioGraph.h"
#include "TTAudioGraphObject.h"
+ 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 TTAudioGraphSourceTTAudioGraphSourcePtr
 Pointer to a TTAudioGraphSource.
 
typedef std::vector< TTAudioGraphSourceTTAudioGraphSourceVector
 A vector of #TTAudioGraphSources.
 
typedef TTAudioGraphSourceVector::iterator TTAudioGraphSourceIter
 An iterator on TTAudioGraphSourceVector.
 

Detailed Description

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:

  • A graph may have many objects.
  • An object may have many inlets.
  • An inlet may have many signals (sources) connected.
  • A signal may have many channels.
Authors
Timothy Place, Trond Lossius

Definition in file TTAudioGraphSource.h.