|
MayaFlux 0.1.0
Digital-First Multimedia Processing Framework
|
| void MayaFlux::Nodes::NodeGraphManager::process_all_tokens | ( | unsigned int | num_samples = 1 | ) |
Process all active tokens sequentially.
| num_samples | Number of samples/frames to process |
Iterates over all processing domains (tokens) that have active root nodes, and processes each one in turn. This enables multi-modal, multi-channel processing in a single call.
Definition at line 275 of file NodeGraphManager.cpp.
References get_active_tokens(), process_token(), and token.
Here is the call graph for this function: