|
MayaFlux 0.1.0
Digital-First Multimedia Processing Framework
|
| MAYAFLUX_API void MayaFlux::unregister_audio_node | ( | const std::shared_ptr< Nodes::Node > & | node, |
| uint32_t | channel = 0 |
||
| ) |
Removes a node from the root node of a specific channel.
| node | Node to remove |
| channel | Channel index |
Removes the node from being a child of the root node for the specified channel. Uses the default engine's node graph manager.
Definition at line 40 of file Graph.cpp.
References MayaFlux::Journal::API, MayaFlux::Nodes::AUDIO_RATE, get_node_graph_manager(), MF_ERROR, and MayaFlux::Journal::NodeProcessing.
Referenced by MayaFlux::Nodes::ChainNode::initialize(), MayaFlux::Nodes::BinaryOpNode::initialize(), and unregister_audio_node().
Here is the call graph for this function:
Here is the caller graph for this function: