Getting Started
Build your own synthesizer by adding modules and connecting them with cables.
- Add Modules: Click buttons in the toolbar to add oscillators, filters, envelopes, etc.
- Connect Cables: Click an output jack (right side) then click an input jack (left side) to create a connection.
- Adjust Parameters: Drag knobs to change values. Right-click for MIDI Learn.
- Move Modules: Drag module headers to reposition them on the canvas.
Modules
- MIDI: Receives MIDI notes and outputs pitch CV and gate signals.
- OSC: Generates audio waveforms (sine, saw, square, triangle).
- NOISE: White or pink noise generator.
- FILTER: Lowpass, highpass, or bandpass filter with cutoff and resonance.
- ENV: ADSR envelope generator for shaping sounds.
- LFO: Low frequency oscillator for modulation effects.
- VCA: Voltage controlled amplifier for volume control.
- MIX: Mix multiple audio signals together.
- OUT: Final audio output with master volume.
Basic Patch
To create sound: MIDI → OSC → FILTER → VCA → OUT, with ENV controlling VCA.