| bang |
|
Same as the anything message (outputs the stored message followed by the word, "bang"). |
| int |
input [int] |
Same as the anything message. |
| float |
input [float] |
Same as the anything message. |
| list |
input [list] |
Same as the anything message. |
| anything |
input [list] |
The message stored in prepend is attached to the beginning of the message received in the inlet, and the combined message is sent out its outlet. |
| set |
message [list] |
The word set, followed by any message, will replace the message stored in prepend, without triggering output. |