Clip:
Filter:
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

Instance Methods

Inherited instance methods

Examples