Hi to all
i am wondering if there is an object like spigot but it allows values through only when the argument is true....
-
Question: An object Like Spigot?
-
Hi,
i am wondering if there is an object like spigot but it allows values through only when the argument is true....
I don't understand, isn't that exactly what [spigot] does? If the second inlet receives a
1
(true), it allows the flow of data from inlet one to outlet one. If it receives a0
(false) it blocks the flow. Can you try to explain better what you are looking for?Cheers,
Gilberto -
Spigot says allow through when anything but 0
Im Looking For Something that
allows though only when a specific
thing is correct
e.g allows a stream of numbers if the argument receives 7 -
hm, try [select 7]..
-
..i mean to set the right inlet of spigot true.
-
the route object might be helpful too.
-
That is so smart. i would have never of thought of doing it that way.
The select 7 only sends a bang, but ==7 works.
I was sitting down for about 40 mint thinking of how to do it lol
Thanks again