/ Examples / LkEffects / AutoWah


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


Wherein we present LiCK's AutoWah effect.

Right-click to copy examples to your workspace

AutoWah

A class derived from CryBaby. The wah effect can be controlled by both input signal power and optional LFO.

inlet a connection port for your input audio signal.

Controller a connection port for input control signals.

Rate controls the frequency in Hz of the autowah effect. When set to 0 we rely entirely on signal power to control the effect.

Sensitivity controls the gain on the input signal used to accentuate the wah effect. When set to zero the input signal power is ignored.

InvertWah inverts the wah inferred from signal power. When checked, low input power produces bright sounds.

SampleRate the rate at which we sample the input signal and LFO.

Gain multiplies input signal prior to filtering.

Bypass allows you to bypass the effect.

The Example

The AutoWah node includes its own LFO so there's no need for extra nodes.

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