2 summary:: Clip a signal outside given thresholds.
3 related:: Classes/Fold, Classes/Wrap
4 categories:: UGens>Maths
9 This differs from the link::Classes/BinaryOpUGen:: link::Overviews/Methods#clip2#clip2:: in that it
10 allows one to set both low and high thresholds.
24 Low threshold of clipping. Must be less then hi.
29 High threshold of clipping. Must be greater then lo.
38 { Clip.ar(SinOsc.ar(440, 0, 0.2), -0.07, 0.07) }.scope;