If lo ≤ in ≤ hi
, output 1.0, otherwise output 0.0.
InRange.ar(in, lo: 0.0, hi: 1.0)
InRange.kr(in: 0.0, lo: 0.0, hi: 1.0)
InRange.ir(in: 0.0, lo: 0.0, hi: 1.0)
Arguments:
in |
Signal to be tested. If InRange is running at audio rate, in must also be audio rate. |
lo |
Low threshold. Updated at control rate. |
hi |
High threshold. Updated at control rate. |