HPF:
Filter:
Classes | UGens > Filters > Linear

HPF : LPF : Filter : PureUGen : UGen : AbstractFunction : Object

2nd order Butterworth highpass filter.
Source: Filter.sc

Description

A second order high pass filter.

Class Methods

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

From superclass: LPF

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

From superclass: LPF

Arguments:

in

The input signal.

freq

Cutoff frequency in Hertz. WARNING: due to the nature of its implementation frequency values close to 0 may cause glitches and/or extremely loud audio artifacts!

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