|
MayaFlux 0.3.0
Digital-First Multimedia Processing Framework
|
| MayaFlux::Nodes::NodeGraphManager::NodeGraphManager | ( | uint32_t | sample_rate = 48000, |
| uint32_t | block_size = 512 |
||
| ) |
Creates a new NodeGraphManager.
| sample_rate | Sample rate for audio processing (default: 48000 Hz) |
| block_size | Block size for audio processing (default: 512 samples) |
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 11 of file NodeGraphManager.cpp.
References MayaFlux::Nodes::AUDIO_RATE, and ensure_root_exists().
Here is the call graph for this function: