Classes | UGens > Maths

Clip : InRange : UGen : AbstractFunction : Object

Clip a signal outside given thresholds.
Source: Trig.sc

Description

This differs from the BinaryOpUGen clip2 in that it allows one to set both low and high thresholds.

Class Methods

Clip.ar(in: 0.0, lo: 0.0, hi: 1.0)

From superclass: InRange

Clip.kr(in: 0.0, lo: 0.0, hi: 1.0)

From superclass: InRange

Arguments:

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.

Inherited class methods

1 methods from InRange ► show
7 methods from UGen ► show
7 methods from Object ► show

Instance Methods

Inherited instance methods

92 methods from UGen ► show
159 methods from AbstractFunction ► show
260 methods from Object ► show

Examples