Jamoma API  0.6.0.a19
TTAudioGraphInlet.h File Reference

Defines a single 'inlet' from an individual AudioGraph object. More...

#include "TTAudioGraph.h"
#include "TTAudioGraphObject.h"
#include "TTAudioGraphSource.h"
+ Include dependency graph for TTAudioGraphInlet.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  TTAudioGraphInlet
 This object represents a single 'inlet' to a TTAudioGraphObject. More...
 

Detailed Description

Defines a single 'inlet' from an individual AudioGraph object.

TTAudioGraphObject maintains a vector of these inlets. The relationship of an inlet 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, Nathan Wolek

Definition in file TTAudioGraphInlet.h.