Gain
This plug-in simply multiplies its input audio by a gain value.
Envelope
This plug-in allows to take the envelope (first outlet is RMS, second outlet is peak) of an input audio signal. The output will be an array with as many values than there are channels in the input signal.
The signal is often a small value, which can be boosted for instance with a mapping.
Metronome
This plug-in outputs a metronome sound, based on the time signature of its parent interval.
The metronome sounds used can be changed: they are in the user library, in the folder “Util” ; the process looks for files named metro_tick.wav
and metro_tock.wav
.
The second outlet outputs an impulse on each tick.
Stereo merger
This process combines stereo audio signal from N inlets, into one outlet whose channels correspond to the inputs’s channels one after each other (mono input channels are duplicated ; no input means silence on the output).
That is, in the example below, the output of the Merger process will be a 4-channel signal with:
- Channel 0, 1: the audio generator (originally mono).
- Channel 2, 3: the drum loop.