Hi everyone,
I'd like to know if there's a way to cause a single bang when exactly 3 predefined numbers are at the input?
Like "IF x1 AND x2 AND x3 THEN Bang", if you will.
Regards
How to put out a bang if 3 certain numbers get in?
Hi everyone,
I'd like to know if there's a way to cause a single bang when exactly 3 predefined numbers are at the input?
Like "IF x1 AND x2 AND x3 THEN Bang", if you will.
Regards
[expr if($f1==x && $f2==y && $f3==z, 1, 0)]
|
[sel 1]
|
[o]
Thank you very much, Alexandros! That really helps!
Hi again Alexandros,
I just noticed that your expression object causes a bang even if only one of the three inputs gets its desired value. What I need is, that it only causes a bang when all the three inputs get their desired values at once!
How would you express that?
Thank you Psyko - perfectly fits my needs!
Oops! Looks like something went wrong!