|
MayaFlux 0.1.0
Digital-First Multimedia Processing Framework
|
| void MayaFlux::Nodes::operator* | ( | std::shared_ptr< Node > | node, |
| double | value | ||
| ) |
Sets the generator's amplitude.
| node | Generator node to modify |
| value | New amplitude value |
This operator allows setting the generator's amplitude using a more intuitive syntax, such as:
Definition at line 28 of file NodeOperators.cpp.