Jamoma API
0.6.0.a19
|
Various enumerations used as bitmasks in Jamoma. More...
Enumerations | |
enum | TTAudioGraphFlags { , kTTAudioGraphProcessor = 0x01, kTTAudioGraphGenerator = 0x02, kTTAudioGraphNonAdapting = 0x04 } |
[doxygenAppendixC_bitmaskExample] More... | |
enum | TTGraphFlags { kTTGraphFlagsNone = 0x00 } |
Flags to be used as a bitmask. More... | |
Various enumerations used as bitmasks in Jamoma.
enum TTAudioGraphFlags |
[doxygenAppendixC_bitmaskExample]
Enumeration flags signaling specific properties of this node. Values are used as a bitmask.
Definition at line 70 of file TTAudioGraph.h.
enum TTGraphFlags |