Buttons that increment/decrement a value
bang | A incdec object to output the currently stored value. | message causes the|
int | input [int] |
A number sent to the incdec object's inlet sets the value that will be incremented or decremented by clicking on the top or bottom of half of the object. The number is not sent out the outlet. incdec is designed to be used with user interface objects such as the number box, dial, and the various sliders. |
float | input [float] |
A floating-point number sent to the incdec object's inlet sets the value that will be incremented or decremented by clicking on the top or bottom of half of the object. The number is not sent out the outlet. incdec is designed to be used with user interface objects such as the number box, dial, and the various sliders. |
dec | The | message can be used to decrement and output the stored value.|
inc | The | message can be used to increment and output the stored value.|
(mouse) | A mouse click increments or decrements the stored value (depending on which arrow is clicked) and sends it out the outlet. | |
set | input [int] |
The word | followed by an integer value functions identically to the int message, and is provided for convenience.
Name | Type | g/s | Description |
---|---|---|---|
bgcolor | float | Sets the background color. | |
bordercolor | float | Sets the border color. | |
fgcolor | float | Sets the foreground color. | |
increment | float def.:1. |
Sets the step size for increment/decrement. |