If in
is ≥ lo
and ≤ hi
output 1.0, otherwise output 0.0. Output is initially zero.
in |
Signal to be tested. |
lo |
Low threshold. |
hi |
High threshold. |
s.boot;
{ InRange.kr(SinOsc.kr(1, 0, 0.2), -0.15, 0.15)}.scope; // see the trigger
{ InRange.kr(SinOsc.kr(1, 0, 0.2), -0.15, 0.15) * BrownNoise.ar(0.1)}.scope; // trigger noise Burst