intnum
Store a integer number, bang it out
Description
int can store and output any given integer number. Keep in mind that in RNBO all numbers are floats, so the output will still be a float, but with no decimal value. Can also be called using the alias .
Arguments
initial [number]
Sets an initial stored value. Sending a new value to the right inlet overrides this value.
Inlets
input [bang, number]
A number in the left inlet is truncated, then sets the stored value and passes it out. A bang outputs the stored number.
value [number]
A number in the right input is truncated then sets the stored value without triggering output.
Outlets
out [number]
The stored number.
Fixed Attributes
These attributes must be set in the object box and determine the behavior of the object at runtime.
initial [number] (default: 0)
Sets an initial stored value. Sending a new value to the right inlet overrides this value.
Dynamic Attributes
These attributes can be modified in the code during execution using the set object
input [bang, number]
A number in the left inlet is truncated, then sets the stored value and passes it out. A bang outputs the stored number.
value [number]
A number in the right input is truncated then sets the stored value without triggering output.
See Also
Name | Description |
---|---|
int | |
float | |
list.reg | Store a list, bang it out. |
pass | Allows input values to pass to the output unchanged |