Open Help
mul
Multiply two inputs
Description
Multiplies two values together.
Inlets
Left Operand [number]
Left operand to be multiplied. Event version triggers calculation.Right Operand [number]
Right operand to be multiplied. Event version must trigger the left inlet in order to perform calculation.Outlets
Left * Right [number]
The output productFixed Attributes
These attributes must be set in the object box and determine the behavior of the object at runtime.
hot [bool] (default: 0)
All inlets trigger calculation.
Dynamic Attributes
These attributes can be modified in the code during execution using the set object
in1 [number]
Left operand to be multiplied. Event version triggers calculation.
in2 [number]
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 |