bang |
|
In left inlet: Performs the operation with the numbers currently stored. |
int |
input [int]
|
In left inlet: The number is divided by the number in the right inlet, and the remainder is sent out the outlet. |
(inlet1) |
divisor [int]
|
In right inlet: The number is stored as the divisor (the number to be divided into the number in the left inlet) for calculating the remainder. |
float |
input [float]
|
Converted to int. |
set |
set-input [int]
|
Sets the number to be divided without causing output (bang will output it). |
list |
number-divided and divisor [list]
|
In left inlet: The first number is divided by the second number, and the remainder is sent out the outlet. |