Is there a built-in pd or pd-extended object that's basically a spigot but with a second output that passes the value when the condition is false? I just want to make sure that it doesn't already exist before I start making a custom object.
an example:
number [counter 3]
| /
| [< 2]
| /
[spaggot]
| \
number \
on 0-1 \
number
on 2-3