/ Examples / LkEffects / TimeModulator


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


Wherein we present LiCK's TimeModulator effect.

Right-click to copy examples to your workspace

TimeModulator

LiCK's TimeModulator modulates three levels of delay with feedback in this network topology.

                +---------+
                |         |
                v         |
        in ---> A ---> feedback ---> wet
                |       ^    ^
                |       |    |
                +-----> B    |
                |      (2x)  |
                |            |
                +----------> C
                            (4x)

inlet a connection port for your input audio signal.

Controller a connection port for input control signals.

Delay is the current delay value associated with A. The values for B and C are derived from it.

MaxDelay is the max value associated with A. The max values for B and C are derived from it.

Feedback is the gain on the feedback node. Keep a close eye on this value.

AGain, BGain, CGain control the gain on each of their respective delays. You can used these to accentuate on delay over another. Make sure that the sum of this values is less than 1.

ModFreq is the rate at which the LFO varies the delay, centered on the current value of Delay. Values are measured in Hz.

ModDepth affects how wide the range of delays are produced by the automated modulation. All delays derive from the current value of Delay. Typically this value is less than .2.

SampleRate controls the rate at which the modulator values are updated.

Gain multiplier for input signal.

Bypass allows you to bypass the effect.

The Example

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