LPZ1:
Filter:
Classes | UGens > Filters > Linear

LPZ1 : Filter : PureUGen : UGen : AbstractFunction : Object

Two point average filter
Source: Filter.sc
Subclasses: HPZ1

Description

A special case fixed filter. Implements the formula:

which is a two point averager.

Class Methods

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

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

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