mul~
Examples
Inlets
Left Operand [auto]
Left operand to be multiplied. Event version triggers calculation.Right Operand [auto]
Right operand to be multiplied. Event version must trigger the left inlet in order to perform calculation.Outlets
Left * Right [signal]
The output productDynamic Attributes
These attributes can be modified in the code during execution using the set object
in1 [auto]
Left operand to be multiplied. Event version triggers calculation.
in2 [auto]
Right operand to be multiplied. Event version must trigger the left inlet in order to perform calculation.
reset [bang] (default: 0)
Reset inlets to default values.
See Also
Name | Description |
---|---|
mul | Multiply two inputs |
mulequals | Multiplicative accumulator |
mulequals~ | Multiplicative accumulator |