|
MayaFlux 0.4.0
Digital-First Multimedia Processing Framework
|
| void MayaFlux::Nodes::NodeGraphManager::update_routing_states_for_cycle | ( | ProcessingToken | token | ) |
Updates routing states for all nodes and networks for a given token.
| token | Processing domain to update routing states for |
This method should be called at the end of each processing cycle to update the routing states of all nodes and networks that are currently undergoing routing changes. It handles the fade-in/out logic and transitions routing states as needed.
Definition at line 675 of file NodeGraphManager.cpp.
References get_all_networks(), m_Node_registry, and MayaFlux::Nodes::update_routing_state().
Here is the call graph for this function: