/ Examples / Effects / Echo


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


Wherein we present STK's Echo effect.

Right-click to copy examples to your workspace.

Echo

The Echo node is a thin veneer atop the Delay node that hides the small amount of plumbing required for mixing.

Delay controls the current delay period. It must be expressed in ChucK duration notation, eg 1::second, 10:ms, 400::samp

DelayMult multiplies the value of Delay to produce the final Delay. The product of these numbers must always be less than DelayMax.

DelayMax specifies an upper limit on the delay and is expressed in ChucK duration notation.

Gain multiplies the input signal prior to the delay.

Bypass allows you to bypass the delay effect.

The Example

Hey! Where's the Echo?

Ah! It's lurking inside the EchoChan node.

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