Detect logical separation of messages
bang | Performs the same as | .|
int | input [int] |
Performs the same as | .
float | input [float] |
Performs the same as | .
anything | input-messages [list] |
Messages are tested to determine whether they are part of the same logical event. A logical event is one of the following: a mouse click, the ongoing polling of a mouse drag, an event generated by the scheduler (such as the metro), a MIDI event, or a keyboard event. next determines whether the current message is part of the same event as the previously received message. For example, if you click on a twice, the two bangs are not part of the same logical event. But if you put in a message box, or use the uzi object to send out two bangs in a row, these bangs are part of the same logical event. | from a