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

◆ NodeGraphManager()

MayaFlux::Nodes::NodeGraphManager::NodeGraphManager ( )

Creates a new NodeGraphManager.

Initializes the manager with a root node for channel 0 (the default channel) in the AUDIO_RATE domain. Additional root nodes for other tokens and channels are created on demand when accessed.

Definition at line 10 of file NodeGraphManager.cpp.

11{
13}
void ensure_root_exists(ProcessingToken token, unsigned int channel)
Ensures a root node exists for the given token and channel.
@ AUDIO_RATE
Nodes that process at the audio sample rate.

References MayaFlux::Nodes::AUDIO_RATE, and ensure_root_exists().

+ Here is the call graph for this function: