SuperCollider CLASSES (extension)

MoogLadder

Moog Filter Emulation
Inherits from: UGen : AbstractFunction : Object

Description

Class Methods

*ar (in, ffreq: 440, res: 0, mul: 1, add: 0)

*kr (in, ffreq: 440, res: 0, mul: 1, add: 0)

Arguments:

in

audio input

ffreq

cutoff freq

res

resonance (0-1)

Inherited class methods

Instance Methods

Inherited instance methods

Examples

{ MoogLadder.ar(Mix(LFSaw.ar([120, 180], 0, 0.33)), LinExp.kr(LFCub.kr(0.1, 0.5*pi), -1, 1, 180, 8500), 0.75).dup }.play