The core ideas

Signals & patching

Resonode has one cable type and one rule: control voltage is just audio-rate signal. There is no separate "modulation" system — any output can drive any input. Everything else in this page is a convention layered on that rule.

The one rule, in practice

Because every signal speaks the same language, the boundaries you might expect from other synths don't exist here:

Signal conventions

Modules agree on a few ranges so patches behave the way rack intuition expects:

SignalConvention
Pitch CVMeasured in octaves (1V/oct style): freq = base · 2^cv, with MIDI note 69 (A440) at CV 0. Because pitch is a number, quantizers, octave shifters and CV Math all compose.
Gates & triggers0 or 1; anything above 0.5 reads as high. Gates hold, triggers pulse.
Envelopes & velocityUnipolar, 0 to 1.
LFOsBipolar, −1 to +1.
Multiple cables into one inputThey sum, exactly like stacked patch cables. Two sequences into one pitch input play a combined melody; three LFOs onto a cutoff pile up.

Knobs and CV inputs

When a parameter has a CV input, the incoming signal is added to the knob position and the result is clamped to the parameter's range. Set the knob where you want the centre of travel, then size the modulation with the sender's depth (or an Attenuverter in between — attenuverters are the volume knobs of the CV world).

Normalled connections

Some inputs have a sensible default signal that applies only while nothing is plugged in — the software version of a hardware jack's switch contact:

Why the distortions sound clean

The memoryless waveshapers — Drive, Saturator, Distortion, Wavefolder — run through a shared 4× oversampler, so pushing them hard adds harmonics rather than digital aliasing. The band-limited oscillators (Oscillator, Wavetable) stay clean up the keyboard too. Chiptune is the deliberate exception: it's proudly aliased, because that's the sound.

See it, don't guess. Hover any cable for a live probe of its value, range and waveform — the fastest way to internalise these conventions is to watch them. Details in The canvas.