|
MayaFlux 0.2.0
Digital-First Multimedia Processing Framework
|
| enum MayaFlux::Nodes::NodeState : uint32_t |
Represents the processing state of a node in the audio graph.
| Enumerator | |
|---|---|
| INACTIVE | Engine is not processing this node. |
| ACTIVE | Engine is processing this node. |
| PENDING_REMOVAL | Node is marked for removal. |
| MOCK_PROCESS | Node should be processed but output ignored. |
| PROCESSED | Node has been processed this cycle. |
| ENGINE_PROCESSED | Engine has processed this node. |
| EXTERMAL_PROCESSED | External source has processed this node. |
| ENGINE_MOCK_PROCESSED | Engine has mock processed this node. |
Definition at line 43 of file NodeSpec.hpp.