|
Jamoma API
0.6.0.a19
|
This object represents a single 'inlet' to a TTGraphObjectBase. More...
#include <TTGraphInlet.h>
Public Member Functions | |
| TTGraphInlet () | |
| Object constructor. | |
| ~TTGraphInlet () | |
| Object destructor. | |
Protected Attributes | |
| TTGraphSourceVector | mSourceObjects |
| A vector of object pointers from which we pull our source samples using the ::getAudioOutput() method. | |
This object represents a single 'inlet' to a TTGraphObjectBase.
TTGraphObjectBase maintains a vector of these inlets.
Definition at line 30 of file TTGraphInlet.h.