Docs

Getting started

Resonode is a node-based modular synthesizer: 99 modules on a freeform canvas, patched together with cables the way you would wire a hardware rack. This page gets you from download to your first patch in about five minutes.

A generative patch in Resonode: Clock, Euclid and Random driving a Quantizer into an Oscillator, Filter, VCA and Reverb, with an LFO patched to the filter cutoff
A patch is modules and cables — here Euclid and Random write a melody, quantized to a scale, played by an oscillator through a filter and reverb.

Installing

macOS

Download the universal build from the latest release, unzip, and drag Resonode.app into Applications. It runs natively on both Apple Silicon (macOS 11+) and Intel (macOS 10.13+).

The app is currently unsigned, so the first launch needs one extra step: right-click the app and choose Open, then confirm. (Or clear the quarantine flag from Terminal: xattr -dr com.apple.quarantine Resonode.app.) You only do this once.

Windows

Download the x64 zip, extract it anywhere, and run Resonode.exe. Windows 10 and 11 are supported. SmartScreen may warn about an unrecognised app the first time — choose More info → Run anyway.

Linux

Download the AppImage, make it executable, and run it:

chmod +x Resonode-*.AppImage
./Resonode-*.AppImage

The AU/VST3 plugins

The same download includes Resonode as a plugin instrument. See Resonode in your DAW for install paths and how the plugin behaves inside a host.

Your first patch

Resonode launches with a small working patch — an oscillator through a filter and envelope into the output — so it makes sound immediately.

  1. Play a note. Use the on-screen keyboard, a MIDI controller, or the computer keys: A W S E D F… play like a piano row, and Z / X shift the octave.
  2. Add a module. Double-click any empty canvas and start typing — the quick-add palette searches all 99 modules and shows a one-line description of each before you commit. Type lfo and press Return.
  3. Patch a cable. Drag from the LFO's Out port to the Filter's Cutoff CV port. Hold a note — the filter now moves on its own. That gesture, output-to-input, is the whole technique; everything else is repertoire.
  4. Undo fearlessly. Cmd+Z undoes everything, including deletes. Autosave runs every 30 seconds, and if the app didn't close cleanly the next launch offers your work back.
Learn by dissection. The Examples menu opens ready-made patches. Load one, hover its cables to see what's flowing, unplug things, break it. That's the fastest route to fluency — and there's a guided Welcome Tour under Help.

Where your files live

WhatWhere
Patches (.rnpatch)~/Documents/Resonode Patches/
Devices (.rndevice)~/Documents/Resonode Devices/
Recordings (.wav)~/Documents/Resonode Recordings/
Diagnostic log~/Library/Logs/Resonode/Resonode.log on macOS; the per-user app-logs folder on Windows

Where to next