Schmidt:
Filter:
Classes | UGens > Maths

Schmidt : InRange : UGen : AbstractFunction : Object

Schmidt trigger.
Source: Trig.sc

Description

If in > hi, output 1. If in < lo, output 0. Otherwise, repeat the last sample of output, assumed to be 0 at initialization. In sclang-flavored pseudocode:

Class Methods

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

From superclass: InRange

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

From superclass: InRange

Arguments:

in

Signal to be tested.

lo

Low threshold.

hi

High threshold.

Inherited class methods

Instance Methods

Inherited instance methods

Examples