GlitchHPF:
Filter:
Classes (extension) | UGens > Filters > Linear | UGens > Filters > GlitchUGens

GlitchHPF : Filter : PureUGen : UGen : AbstractFunction : Object
ExtensionExtension

backward compatibility

Description

after sc3.4 HPF and RHPF were changed to use double-precision floats (svn revision: 10300 - 8sep2010). GlitchHPF and GlitchRHPF can be used as drop-in replacements to get the old behavior back. Good for very noise and glitchy sounds.

Class Methods

GlitchHPF.ar(in: 0.0, freq: 440.0, mul: 1.0, add: 0.0)

GlitchHPF.kr(in: 0.0, freq: 440.0, mul: 1.0, add: 0.0)

Arguments:

in

The input signal.

freq

Cutoff frequency in Hertz.

mul

Output will be multiplied by this value.

add

This value will be added to the output.

Inherited class methods

Instance Methods

Inherited instance methods

Examples