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

AnalogPhaserMod : UGen : AbstractFunction : Object
ExtensionExtension

Virtual Analog allpass phaser modulation section

Description

This plugin is the modulation section of Classes/AnalogPhaser which takes a modulation signal and passes it through a series of modulated virtual analog allpass stages.

Original by Jatin Chowdhury, ported to SuperCollider by Mads Kjeldgaard from the ChowDSP-VCV-rack project: https://github.com/jatinchowdhury18/ChowDSP-VCV.

Class Methods

AnalogPhaserMod.ar(input, skew: 0, modulation: 0.5, stages: 8)

AnalogPhaserMod.kr(input, skew: 0, modulation: 0.5, stages: 8)

Arguments:

input

Audio or control rate input

skew

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

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