add~
Inlets
Left Operand [auto]
Set the left inlet value to addRight Operand [auto]
Set the value in the right inlet to addOutlets
Left + Right [signal]
The summed output from the two inletsDynamic Attributes
These attributes can be modified in the code during execution using the set object
in1 [auto]
Set the left inlet value to add
in2 [auto]
Set the value in the right inlet to add
reset [bang] (default: 0)
Reset inlets to default values.
See Also
| Name | Description |
|---|---|
| add~ | Add inputs |
| div | Divide inputs |
| sub | Subtract inputs |
| mul | Multiply two inputs |