2 summary:: Fold a signal outside given thresholds.
3 related:: Classes/Clip, Classes/Wrap
4 categories:: UGens>Maths
9 This differs from the link::Classes/BinaryOpUGen:: link::Overviews/Methods#fold2#fold2:: in that it
10 allows one to set low and high thresholds.
21 Low threshold of folding. Sample values < lo will be folded. must be less then hi.
24 High threshold of folding. Sample values > hi will be folded. must be greater then lo.
32 { Fold.ar(SinOsc.ar(440, 0, 0.2), -0.1, 0.1) }.scope;