/ Examples / LkEffects / DigitalDelay


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


Wherein we present LiCK's DigitalDelay effect.

Right-click to copy examples to your workspace

DigitalDelay

FilterDelay implements is a simple clean delay+feedback effect. As with all feedback effects, be very careful with parameter settings as they can lead to ungodly results.

Feedback controls the gain of the feedback loop. Usually you'll want to keep this value well-below 1.0.

Delay sets the amount of delay represented in standard ChucK notation like 1::ms, 50::samp, .5::second.

MaxDelay sets the maximum amount of delay you expect to require. Can't be changed during a live session.

Gain multiplies the effect.

Bypass allows you to bypass the effect.

The Example

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