/ Examples / LkEffects / FilterDelay


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


Wherein we present LiCK's FilterDelay effect.

Right-click to copy examples to your workspace

FilterDelay

FilterDelay implements an analog-style delay with LPF and HPF filters on a feedback loop. 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.

LPF_Q sets the Quality or Resonance of the lowpass filter. High Q means a sharper peak but also more feedback.

LPF_Cutoff sets the cutoff frequency of the lowpass filter. Measured in Hz.

HPF_Q sets the Quality or Resonance of the highpass filter. High Q means a sharper peak but also more feedback.

HPF_Cutoff sets the cutoff frequency of the highpass filter. Measured in Hz.

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