2 summary:: Tests if a signal is within a given range.
3 related:: Classes/InRect, Classes/Schmidt
4 categories:: UGens>Maths
9 If code::in:: is ≥ code::lo:: and ≤
10 code::hi:: output 1.0, otherwise output 0.0. Output is
39 { InRange.kr(SinOsc.kr(1, 0, 0.2), -0.15, 0.15)}.scope; // see the trigger
41 { InRange.kr(SinOsc.kr(1, 0, 0.2), -0.15, 0.15) * BrownNoise.ar(0.1)}.scope; // trigger noise Burst