|
MayaFlux 0.2.0
Digital-First Multimedia Processing Framework
|
| void MayaFlux::Nodes::BinaryOpNode::initialize | ( | ) |
Initializes the binary operation node.
This method performs any necessary setup for the binary operation node, such as ensuring both input nodes are properly initialized and registered. It should be called before the node is used for processing to ensure correct operation.
Definition at line 191 of file NodeStructure.cpp.
References MayaFlux::Config::GraphConfig::binary_op_semantics, MayaFlux::Nodes::get_active_channels(), MayaFlux::Config::get_graph_config(), MayaFlux::Utils::KEEP, m_is_initialized, m_lhs, m_rhs, MayaFlux::register_audio_node(), MayaFlux::Utils::REPLACE, and MayaFlux::unregister_audio_node().
Referenced by process_sample().
Here is the call graph for this function:
Here is the caller graph for this function: