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

◆ m_channel_root_nodes

std::unordered_map<unsigned int, std::shared_ptr<RootNode> > MayaFlux::Nodes::NodeGraphManager::m_channel_root_nodes
private

Map of channel indices to their root nodes (AUDIO_RATE domain)

Each audio channel has its own root node that collects all nodes that should output to that channel. For multi-modal support, see m_token_roots.

Definition at line 398 of file NodeGraphManager.hpp.