!-
Description
Subtracts the input from a specified value The !- object functions just like the - object, but the inlets' functions are reversed.
Examples

- with the inputs swapped
Arguments
value [int or float]
Optional
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.Attributes
Common Box Attributes
Messages
bang
In left inlet: Performs the subtraction with the numbers currently stored. If there is no argument, !- initially holds 0.
int
Arguments
input
[int]
In left inlet: The number is stored, and will be subtracted from a number received in the right inlet.
(inlet1)
Arguments
input
[int]
In right inlet: The number in the left inlet is subtracted from the number, and the result is sent out the outlet.
Output
float
Only if there is an argument with a decimal point.
int
The difference between the two numbers received in the inlets.
See Also
Name | Description |
---|---|
- | |
expr |