MayaFlux 0.1.0
Digital-First Multimedia Processing Framework
Loading...
Searching...
No Matches

◆ MappingMode

enum class MayaFlux::Nodes::NodeNetwork::MappingMode : uint8_t
strong

Defines how nodes map to external entities (e.g., audio channels, graphics objects)

Enumerator
BROADCAST 

One node → all network nodes.

ONE_TO_ONE 

Node array/network → network nodes (must match count)

Definition at line 109 of file NodeNetwork.hpp.

109 : uint8_t {
110 BROADCAST, ///< One node → all network nodes
111 ONE_TO_ONE ///< Node array/network → network nodes (must match count)
112 };
@ ONE_TO_ONE
Node array/network → network nodes (must match count)
@ BROADCAST
One node → all network nodes.