This category contains 12 blocks:
- add - Adds two numbers together and outputs the result using a simple A + B math operation, can be used...
- allpass2 - Second order allpass filter for implementing phasors and such.
- clamp - Clamps a value inside a specified range - meaning, input is truncated within the range from set m...
- delay - Creates an audio-rate delay line with streams.
- map - Scales values from one range to another.
- multiply - Multiplies two numbers and outputs the result using a simple A * B math operation.
- pitchshifter - Transpose sound in real time.
- reverb - Adds spaciousness and depth to your sound with two distinct reverb types: a clean digital hall an...
- sample_and_hold - Stores the value of a signal when a clock or event is received.
- statevariable - A state variable filter, with center frequency, resonance and filter type settings.
- tanh - Hyperbolic tangent of the stream input. Can be used to create for example soft clipping at 1 and -1.
- wavefolder - A wave shaper that looks for values out of the [-1 and 1] range and mirrors the excess back into ...