MidEQ:
Filter:
Classes | UGens > Filters > Linear

MidEQ : Filter : PureUGen : UGen : AbstractFunction : Object

Parametric filter.
Source: Filter.sc

Description

Attenuates or boosts a frequency band.

Class Methods

MidEQ.ar(in: 0.0, freq: 440.0, rq: 1.0, db: 0.0, mul: 1.0, add: 0.0)

MidEQ.kr(in: 0.0, freq: 440.0, rq: 1.0, db: 0.0, mul: 1.0, add: 0.0)

Arguments:

in

The input signal.

freq

Center frequency of the band in Hertz.

rq

The reciprocal of Q (bandwidth / cutoffFreq).

db

Amount of boost (db > 0) or attenuation (db < 0) of the frequency band.

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