bang |
|
In left inlet: Sends the stored value out the outlet. |
int |
input [int]
|
In left inlet: The number replaces the currently stored value and is sent out the outlet. |
(inlet1) |
set-input [int]
|
In right inlet: The number replaces the stored value without triggering output. |
float |
input [float]
|
Converted to int. |
send |
receive-object-name [list]
|
In left inlet: The word send, followed by the name of a receive object, sends the value stored in int to all receive objects with that name, without sending it out the outlet of the int . |
set |
set-input [int]
|
In left inlet: The word set, followed by a number, replaces the stored value without triggering output. |