int |
input [int]
|
If there is only one argument, and the input is greater than or equal to it, and the previous input was not greater than or equal to it, past sends a bang out the outlet. |
float |
input [float]
|
If there is only one argument, and the input is greater than or equal to it, and the previous input was not greater than or equal to it, past sends a bang out the outlet. |
list |
input [list]
|
The numbers in the list are compared to the arguments. If all of the numbers in the list are greater than or equal to the corresponding arguments, a bang is sent out the outlet. Before a bang is sent again, however, past must receive a clear message, or must receive another list in which the number that equaled or exceeded its argument goes back below (is less than) its argument. |
clear |
|
Causes past to forget previously received input, readying it to send a bang message again. |
set |
watch-list [list]
|
The word set, followed by one or more numbers, sets the numbers which must be equaled or exceeded by the numbers received in the past object's inlet. |