InRange:
Filter:
Classes | UGens > Maths

InRange : UGen : AbstractFunction : Object

Tests if a signal is within a given range.
Source: Trig.sc
Subclasses: Clip, Fold, Schmidt, Wrap

Description

If in is ≥ lo and ≤ hi output 1.0, otherwise output 0.0. Output is initially zero.

Class Methods

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

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

InRange.ir(in: 0.0, lo: 0.0, hi: 1.0)

Arguments:

in

Signal to be tested.

lo

Low threshold.

hi

High threshold.

Inherited class methods

Instance Methods

Inherited instance methods

Examples