HPZ2:
Filter:
Classes | UGens > Filters > Linear

HPZ2 : LPZ2 : Filter : PureUGen : UGen : AbstractFunction : Object

Two zero fixed midcut.
Source: Filter.sc

Description

A special case fixed filter. Implements the formula:

Class Methods

HPZ2.ar(in: 0.0, mul: 1.0, add: 0.0)

From superclass: LPZ2

HPZ2.kr(in: 0.0, mul: 1.0, add: 0.0)

From superclass: LPZ2

Arguments:

in

The input signal.

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