This category contains 25 blocks organized by type:
- microphone - Outputs microphone audio signal as a stream.
- noise - Generates white noise - a signal with uniform energy across the frequency spectrum.
- oscillator - An oscillator with four waveform modes: sinusoid, triangle, sawtooth & square. Frequency is set i...
- output - A simple speaker, sends sound signal from Patch to the currently active audio output.
- string - A string (like a guitar string) you can strike with your controller or hit with marbles to make s...
- clock - The clock allows you to set an increase to your given value every second.
- envelope - Generates attack/decay envelopes of various shapes
- keyboard - A keyboard interface that can be used to play notes by pressing the keys or to play music from a ...
- metronome - Ticks off regular events at a specified interval.
- midi_control_change - Midi layer between PatchWorld and DAWs.
- midi_key - Midi layer between PatchWorld and DAWs.
- midi_keys - Midi layer between PatchWorld and DAWs.
- rhythm - Outputs events at musical intervals. The master "Beat Time" is used as the default clock, unless ...
- 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 ...