User`s guide

Each module consists of four sections, or blocks: a signal SOURCE, a
DSP PROCESS, a pair of MODULATORs, and an OUTPUT block. The
basic signal flow within a module goes from top to bottom, as
illustrated below:
1. Each module starts with a SOURCE signal, which can come from
your audio selection or from a generated waveform such as a sine
wave or white noise.
2. Next, a DSP PROCESS analyzes or modifies the source signal.
3. The MODULATION block uses the resulting signal to control other
modules.
4. The result of the DSP process is also routed to any selected Left
and Right OUTPUTS.
In this tutorial, we are going to create an effect that sounds like a
person whistling along with a melody. To do this, we’ll analyze the
pitch of a voice and use the pitch to modulate bandpass-filtered
white noise. Then we’ll add some vibrato to make the Preset sound
like a musical saw. This will be fun!