alternative for sel object?
I need to get a value against a series of values. When the value is true, a bang should be sent. With sel I can do that however, I have an outlet for every value. Is there another object with just 1 exit so I can avoid cluttering with wires?
if it's a range of number, there's [split]
otherwise, there is [regexp] ; but you will have trouble because it will match a number if it's part of a bigger number (it works per character, not per number)
That will not do the trick, it is an illogical series of values. I guess I will have to deal with sel
Sounds like something js would do easily, but you have to write the script.
Or expr
Or [patcher] if patch cord clutter is your problem.
Could do this with zl.sect, triggering a bang from the left outlet e.g.
i'd say zl.sect wins :) just not forget a [button] or [b 1]
or just iter and ==