Filter:
Filter:
Classes | UGens > Filters

Filter : PureUGen : UGen : AbstractFunction : Object

Base class for filter UGens
Source: Filter.sc

Description

"Filter" is an abstract class - in other words, a class that you do not use directly. Instead, use one of its subclasses. Many common filters inherit from this abstract class, including LPF, HPF, MoogFF, Ringz, Integrator, Median, LeakDC... and many more.

The Filter class also provides a simple way to visualise the frequency-wise effect of applying a filter, see scopeResponse below.

Class Methods

Filter.scopeResponse(server, freqMode: 1, label, args)

From extension in /usr/local/share/SuperCollider/SCClassLibrary/Common/GUI/PlusGUI/Control/scopeResponse.sc

Provides a simple way to visualise the frequency-wise effect of applying a filter

Discussion:

Inherited class methods

Instance Methods

Inherited instance methods