|
MayaFlux 0.1.0
Digital-First Multimedia Processing Framework
|
| std::shared_ptr< Node > MayaFlux::Nodes::operator* | ( | std::shared_ptr< Node > | lhs, |
| std::shared_ptr< Node > | rhs | ||
| ) |
Multiplies the outputs of two nodes (multiplication operator)
| 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 21 of file NodeOperators.cpp.