This differs from the BinaryOpUGen wrap2 in that it allows one to set both low and high thresholds.
in |
Signal to be wrapped. |
lo |
Low threshold of wrapping. |
hi |
High threshold of wrapping. |
s.boot;
{ Wrap.ar(SinOsc.ar(440, 0, 0.2), -0.15, 0.15) }.scope;