Subtraction object (inlets reversed)
Name | Type | Opt | Description |
---|---|---|---|
initial-subtraction-value | int or float | opt | Sets the initial value, to be subtracted from a number received in the left inlet. A | argument causes the numbers to be subtracted as floats.
bang | In left inlet: Performs the subtraction with the numbers currently stored. If there is no argument, !- initially holds 0. | |
int | input [int] |
In left inlet: The number is stored, and will be subtracted from a number received in the right inlet. |
(inlet1) | input [int] |
In right inlet: The number in the left inlet is subtracted from the number, and the result is sent out the outlet. |
float | input [float] |
Converted to !- has a float argument. | , unless
(inlet1) | input [float] |
Converted to !- has a float argument. | , unless