| bang |
|
Flashes led on and off quickly, and outputs 0.
Clicking on an led toggles it back and forth between bright and dark, outputting 1 and 0. |
| int |
on/off-flag (0 or non-zero) [int] |
If the number is 0, led shows its darkened state, and outputs 0. If the number is not 0, led shows its brightened state and outputs 1. |
| float |
on/off-flag (0 or non-zero) [float] |
Converted to int. |
| (mouse) |
|
Clicking on an led object toggles it back and forth between bright and dark, outputting 1 and 0. |
| pict |
color (0 through 4) [int] |
In left inlet: the word pict, followed by an integer from 0 to 4, changes the color used by led. |
| set |
on/off-flag (0 or non-zero) [int] |
The word set, followed by a non-zero number causes led to show its brightened state, but causes no output; set 0 shows the led object in a darkened state, but causes no output. |
| toggle |
|
Switches the led from dark to bright and sends 1 out the outlet; or vice-versa, from bright to dark, sending 0 out the outlet. |