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

GlitchBRF : GlitchBPF : Filter : PureUGen : UGen : AbstractFunction : Object
ExtensionExtension

backward compatibility

Description

October 2012 BRF was changed to use double-precision floats (git commit: 72412f63affa94f69e2ea7539e21831a1d0d3e01). GlitchBRF can be used as drop-in replacements to get the old behavior back. Good for very noise and glitchy sounds where the filter [nearly] blows up.

Class Methods

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

From superclass: GlitchBPF

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

From superclass: GlitchBPF

Arguments:

in

The input signal.

freq

Cutoff frequency in Hertz.

rq

The reciprocal of Q (bandwidth / cutoffFreq).

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