/ Examples / Effects / Modulate


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


Wherein we present STK's Modulate effect.

Right-click to copy examples to your workspace

Modulate

Modulate is a simple effect that combines random and periodic modulations to give a nice, natural, human, modulation function. It can be combined with any audio signal to introduce variation. Typically you instantiate a Gain node and wire your signal into it. Next also write Modulate's output. Finally set Gain's Op to multiply.

VibratoRate controls the rate of the vibrato effect measure in Hz. Typically this number is fairly small (1-10).

VibratoGain controls the amplitude of the vibrato effect.

RandomGain controls the amplitude of the noise effect.

Gain multiplies the input signal prior to the delay. Remember to keep an eye on this value as undamped reverbation can get out of hand.

Bypass allows you to bypass the delay effect.

The Example

In this example our VibRate (a CCGenerator node) automates Modulate's VibratoRate parameter from 1 to 10.

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