RedLbyl:
Filter:
Classes (extension) | UGens > Filters > Linear | UGens > Math

RedLbyl : Filter : PureUGen : UGen : AbstractFunction : Object
ExtensionExtension

look before you leap
Source: RedLbyl.sc

Description

An implementation of Matt Wright's MaxMSP object [lbyl]. It can be used for filtering sensor data as well as removing clicks in audio signals.

Class Methods

RedLbyl.ar(in: 0.0, thresh: 0.5, samples: 2)

RedLbyl.kr(in: 0.0, thresh: 0.5, samples: 2)

Arguments:

in

Signal to be filtered.

thresh

Threshold. (tolerance).

samples

Number of samples that must be received before making the jump (quota).

Inherited class methods

Instance Methods

.lbyl(in: 0.0, thresh: 0.5, samples: 2)

Language side.

Inherited instance methods

Examples