Select certain inputs, pass the rest on
Name | Type | Opt | Description |
---|---|---|---|
outlet-and-message-initialization | anything | opt | The arguments can be a mix of ints, floats, or symbols. The number of arguments determines the number of outlets in addition to the rightmost outlet. If there is no argument, there is only one other outlet, which is assigned the integer number | .
inlet-and-message-initialization | int | If there is a single int argument (or if there are no arguments) a second inlet is created on the right. Numbers received in that inlet are stored in place of the argument. If there is more than one argument, or if the only argument is not an | , the right inlet is not created.
int | input [int] |
Performs the same function as | .
(inlet1) | match-value [int] |
In right inlet: Replaces the value of the argument. The right inlet exists only if there is a single int argument. |
float | input [float] |
Performs the same function as | .
anything | input [list] |
All input will be selectively output either as a | from one of its corresponding oulets if it matches the object argument(s) or as it is out the object's right-most outlet.