|
MayaFlux 0.1.0
Digital-First Multimedia Processing Framework
|
| std::vector< double > MayaFlux::Nodes::RootNode::process_batch | ( | uint32_t | num_samples | ) |
Processes all registered nodes and combines their outputs.
| num_samples | Number of samples to process |
This method calls process_batch() on each registered node and aggregates their outputs together. The result is the combined output of all nodes registered with this root node. If nodes are added or removed during processing, those operations are deferred until after processing completes.
Definition at line 168 of file RootNode.cpp.
References process_sample().
Here is the call graph for this function: