Jamoma API  0.6.0.a19
TTAudioGraphOutput.h File Reference

Defines output interface at the bottom of an AudioGraph. More...

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

Go to the source code of this file.

Classes

class  TTAudioGraphOutput
 TTAudioGraphOutput is an audio object that serves as the destination and master for a TTAudioGraph graph. More...
 

Typedefs

typedef TTAudioGraphOutputTTAudioGraphOutputPtr
 A pointer to a TTAudioGraphOutput.
 

Detailed Description

Defines output interface at the bottom of an AudioGraph.

TTAudioGraphOutput is an audio object that serves as the destination and master (terminal obejct or sink) for a #TTAudioGraph graph. In Jamoma AudioGraph audio processing is driven from a from a ‘terminal object’ or ‘sink’ at the bottom of the chain. This strategy for processing an audio graph is known as the ‘pull’ method. Typically sinks may be used for audio output, recording to disk, or for monitoring purposes. Sinks may have other #TTAudioGraphObjects connected upstream, but can not be connected to further downstream TTAudioGraphObjects.

Authors
Timothy Place, Trond Lossius

Definition in file TTAudioGraphOutput.h.