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