Jamoma API  0.6.0.a19
TTAudioGraphSource.cpp File Reference

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

#include "TTAudioGraphObject.h"
#include "TTAudioGraphInlet.h"
#include "TTCallback.h"
+ Include dependency graph for TTAudioGraphSource.cpp:

Go to the source code of this file.

Detailed Description

Represents one connection between two AudioGraph objects.

TTAudioGraphSource is an upstream connection from a TTAudioGraphInlet of a #TTAudioGraphObject to a "TTAudioGraphOutlet of an upstream #TTAudioGraphObject. 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.cpp.