This differs from the BinaryOpUGen clip2 in that it allows one to set both low and high thresholds.
in |
Signal to be clipped. |
lo |
Low threshold of clipping. Must be less then hi. |
hi |
High threshold of clipping. Must be greater then lo. |
s.boot;
{ Clip.ar(SinOsc.ar(440, 0, 0.2), -0.07, 0.07) }.scope;