/ Examples / LkEffects / Cascade


Projects .. AudioIO .. Control
NoteStreams .. Instruments
Filters .. Effects .. LiCK Effects
Plot .. Utility .. Pure ChucK


Wherein we present LiCK's Cascade effect.

Right-click to copy examples to your workspace

Cascade

LiCK's Cascade affect series of three Verb nodes stacked up with a low pass and high pass filter. Each Verb unit is intended to target a particular delay.

inlet a connection port for your input audio signal.

Controller a connection port for input control signals.

ShortDecay / MediumDecay / LongDecay are the Verb decay values for each stage in our pipeline.

LowPass / HighPass cutoff frequencies for the low and high pass filters in Hz. In the case of LowPass, lower numbers filter more energy (in the high end of the spectrum). The situation is reversed for HighPass.

Gain multiplier for effect.

Bypass allows you to bypass the effect.

The Example

home .. topics .. interface .. reference .. examples .. tipjar