|
MayaFlux 0.3.0
Digital-First Multimedia Processing Framework
|
| MAYAFLUX_API std::shared_ptr< Nodes::Node > MayaFlux::operator* | ( | const std::shared_ptr< Nodes::Node > & | lhs, |
| const std::shared_ptr< Nodes::Node > & | rhs | ||
| ) |
Combines two nodes in parallel (multiplication)
| lhs | First node |
| rhs | Second node |
Creates a new node that processes both input nodes and multiplies their outputs. This is useful for amplitude modulation, scaling operations, and other multiplicative transformations:
The resulting node takes an input, passes it to both source nodes, and returns the product of their outputs.
Definition at line 371 of file Graph.cpp.
References a, b, and get_node_graph_manager().
Here is the call graph for this function: