AnalogPhaser:
Filter:
Classes (extension) | UGens > VirtualAnalog

AnalogPhaser : UGen : AbstractFunction : Object
ExtensionExtension

A virtual-analog feedback phaser

Description

This phaser contains two modulating allpass stages arranged in a feedback architecture.

A virtual analog feedback phaser by Jatin Chowdhury, ported to SuperCollider by Mads Kjeldgaard.

Original code from the ChowDSP-VCV-rack project: https://github.com/jatinchowdhury18/ChowDSP-VCV

Class Methods

AnalogPhaser.ar(input, lfoinput, skew: 0, feedback: 0.25, modulation: 0.5, stages: 8)

Arguments:

input

Audio input

lfoinput

Input of the lfo used to modulate the sound. May be audio rate or control rate.

skew

Emphasize different parts of the LFO's input. Inspired by the behaviour of light dependent resistors. -1.0 to 1.0.

feedback

0.0 to 0.95

modulation

A sort of dry/wet control for the internals of the phaser modulator, mixing between the dry lfo at lfoinput and the result of it passing through the phaser circuitry.

0.0 to 1.0

stages

1.0 to 50.0

Inherited class methods

Instance Methods

Inherited instance methods

Examples