If both numbers are non-zero, output a 1
Name | Type | Opt | Description |
---|---|---|---|
initial-value | int | opt | Sets an initial value to be stored by &&. A number in the right inlet changes the value set by the argument. |
bang | In left inlet: Performs the operation with the numbers currently stored. If there is no argument, && initially holds . | |
int | input [int] |
If the number in both inlets is not | , then the output is . If the number in one or both of the inlets is , then the output is . A number in the left inlet triggers the output.
(inlet1) | comparison-value [int] |
In right inlet: The number is compared to the number in the left inlet to determine output but only a number in the left inlet will trigger output. |
float | input [float] |
Converted to | .
set | set-input [int] |
The word | followed by a number will set the input value without causing output.
Name | Description |
---|---|
& | Bitwise intersection of two numbers |
| | Bitwise union of two numbers |
|| | If either of two numbers is non-zero, output a 1 |
Max Basic Tutorial 19: Timing | Max Basic Tutorial 19: Timing |