output without zero
Hey,
How can I filter out a specific number (zero) from a data stream so that it no longer appears in the output?
Sel 0
... I found it :)
if you need multiple filters look into zl.filter
thanks, I work in RNBO. there is no zl object.
Sel 0 works in Max (and normally in RNBO) but the RNBO patch via web interface gets still zeros.... hm....
How about [route 0] ?
Yes, this works too in RNBO. same as [select 0].
thank you!