|
MayaFlux 0.2.0
Digital-First Multimedia Processing Framework
|
| enum MayaFlux::Nodes::RoutingState::Phase : uint8_t |
Represents the current phase of a routing transition.
This enum defines the different phases of a routing transition, such as fade-out and fade-in. It allows the audio engine to manage the transition process effectively, ensuring that audio output remains seamless during dynamic changes in the processing graph.
| Enumerator | |
|---|---|
| NONE | No routing transition is currently active. |
| ACTIVE | Currently in the fade-out phase of a routing transition. |
| COMPLETED | Routing transition has completed. |
Definition at line 79 of file NodeSpec.hpp.