Alternative for the decode object
Hello
Is there an object in RNBO that does the same thing as the decode in normal max?
you could make that in a regular gen(non-signal version) object, then handle the middle and right inlets of decode outside the gen patcher(to intercept), here's just an idea of the basic function:

(you can also do this all in regular max/rnbo... use 'clip' instead of 'clamp' and use 't'('trigger') object to force the execution through gate)... sorry i didn't have time to give you the full object with middle and right inlet, this is also just thinking in terms of a fixed number of outlets... hope it can help.
so sorry, i came back to this this morning to realize you can't use the non-signal 'gen' in RNBO~(ha, that does make sense)... ok, so i think i at least figured it out in RNBO~ properly for fixed number of outlets,
unfortunately, doesn't let me share the patch here(i don't have RNBO~ authorized yet...), so here's a colored-patch-chord pic to help see how everything's connected:

Thank you!
I had tried your first one but ran into the problem you mentioned. I'll try this one now and get back to you to see if it worked for my problem.
Thanks once again