-
neo
Hi all I am a first time poster and got a questions about [expr]
Here is an object [expr~ $v1 >0.5]
Does it output the original signal when the signal goes over 0.5?
Or does it return a boolean value? (outputs 1 when $v1 > 0.5 is true and 0 when $v1 < 0.5?)
which one is the case? Thanks!
neo