| bang |
|
In signal output mode, a bang message will output the current signal value. |
| int |
input [int] |
Converted to float. |
| float |
input [float] |
In left inlet: The value is sent out the left outlet as a constant signal. When number~ is in Signal Output display mode, the value is displayed. If the current ramp time is non-zero, the output signal will ramp between its previous value and the newly set value. In right inlet: Sets a ramp time in milliseconds. The default time is 0. |
| (inlet1) |
input [float] |
In right inlet: Sets a ramp time in milliseconds. The default time is 0. |
| list |
input-value and ramp-time (milliseconds) [list] |
The first number sets the value of the signal sent out the left outlet, and the second number sets the ramp time in milliseconds. |
| allow |
display-mode-availability [int] |
The word allow, followed by a number, sets what display modes can be used. allow 1 restricts number~ to signal output display mode. allow 2 restricts number~ to input monitor display mode. allow 3 allows both modes, and lets the user switch between them by clicking on the left triangular area of number~. |
| flags |
appearance/behavior [int] |
The flags message is provided for legacy support of the number~ object; all the original functionality is now provided by object attributes. |
| max |
maximum-value [list] |
The word max, followed by an optional number, sets the maximum value of number~ for signal output. Note that unlike a floating-point number box, the maximum value of number~ is not restricted to being an integer value. If the word max is not followed by a number, any maximum value is removed. |
| min |
minimum-value [list] |
The word min, followed by an optional number, sets the minimum value of number~ for signal output. Note that unlike a floating-point number box, the minimum value of number~ is not restricted to being an integer value. If the word min is not followed by a number, any minimum value is removed. |
| mode |
display-mode [int] |
The word mode, followed by a number, sets the current display mode, if it is currently allowed (see the allow message). mode 1 sets signal output display mode. mode 2 sets signal input monitor display mode. |
| (mouse) |
|
Clicking on the triangular area at the left side of number~ will toggle between Signal Monitor display mode (green waveform) and Signal Output display mode (yellow or green downward arrow). When in Signal Output display mode, clicking in the area that displays the number changes the value of the signal sent out the left outlet of number~ and/or selects it for typing. |
| set |
set-input [float] |
The word set followed by a number sets the number~ object to display that number without causing output. |
| signal |
|
Any signal, the value of which is sampled and sent out the right outlet at regular intervals. When number~ is in Signal Monitor display mode, the signal value is displayed. |