MF / FIELD REPORT / August 31, 2026
SoundGraph — August 2026
One graph. A lot of places to run it.
One graph. A lot of places to run it.
SoundGraph is an open visual audio-programming platform built around a portable sound graph rather than a particular editor, plugin format, operating system, or piece of hardware.
That distinction became real this month.
The same graph model now runs, within declared tolerances, on Windows, in a browser, inside Godot, and on an ESP32-S3. The project has 44 node types, 280 load-verified examples, and a DSP core that still depends on nothing beyond the C++ standard library.
August was less about proving that SoundGraph can make sound and more about proving that the graph can survive outside any one environment.
The graph escaped the editor
The first milestone was simple but important: a saved patch could make deterministic sound without depending on a UI.
From there the same patch format moved through native playback, WebAssembly in an AudioWorklet, the Godot editor, and embedded firmware on an ESP32-S3.
That gives SoundGraph a center of gravity that is not the application window.
The editor can change. The hardware can change. The host can change. The graph remains the thing.
SoundGraph became a plugin — and a plugin host
SoundGraph now ships as an audio plugin, with Audio Unit support verified in GarageBand and CLAP/VST3 host paths built alongside it.
Then the direction reversed.
Third-party plugins can now live inside a SoundGraph patch as nodes. Instruments and effects can be loaded, their state can be saved with the patch, parameters can be mapped, plugin editors can be opened inside the Godot host, and latency compensation keeps the graph aligned.
That means SoundGraph is no longer only a thing that a DAW can host. It can also become the environment doing the hosting.
The Axoloti chapter
A SoundGraph patch also walked into an Axoloti Core running stock firmware and came out bit-exact.
No Java patcher sits in the middle. The SoundGraph host speaks the board’s vendor USB protocol directly, resolves the patch, loads it, verifies it, and can bake a bank so the board runs standalone.
The board was pushed through oscillator, sine, voice, and sampler tests without dropping a millisecond.
For a project concerned with making patches portable across generations of software and hardware, getting a modern SoundGraph patch onto older Axoloti hardware is an important proof.
The editor learned to explain itself
The editor received a large usability and visual-design pass.
Nodes gained a more formal internal anatomy instead of accumulating one-off layout decisions. Socket and cable grammar became more consistent. Rack view moved toward a flatter, physical surface language. The Add Node browser now has a category rail, search, results, preview, source information, and a clearer explanation of what each node actually does.
Cables also became a design system rather than a line between two points: they seat into sockets, splay apart on adjacent departures, show crossing order, and respond to the surface beneath them.
The goal is not merely to make the graph prettier. It is to make a large patch easier to read.
The sound-design vocabulary got much larger
August also added a wide range of musical building blocks and examples, including:
- piano roll and step-sequencing work
- polyphony and MIDI
- scopes and trigger buses
- classic synth and drum-machine inspired patches
- a scale quantizer
- parameter-lock sequencing
- sidechain compression
- plucked-string synthesis
- break and kit chopping
- speech synthesis
- native audio-to-notes transcription
The project is increasingly able to demonstrate itself with music instead of architecture diagrams.
Hardware started talking back
The embedded work moved beyond merely running DSP.
The board can answer to commands, return text, expose logs, and participate in a more usable host/device workflow. Work also uncovered and corrected a core-placement problem, tested echo cancellation, and improved how presets and saved state survive editing.
Next stop: Knobcon
SoundGraph is headed to Knobcon in September.
The feature freeze was intentionally relaxed, so the version shown there is still moving. The immediate goal is not to pretend the system is finished. It is to put the portable graph, the editor, the hardware, and the musical workflow in front of people who know synthesizers and see what survives contact.
Knobcon 2026 runs September 11–13 at the Hyatt Regency Schaumburg, just outside Chicago. Three-day tickets are $75.
For the exhaustive tag-by-tag implementation history, see the project changelog in the repository.
Factory Dispatch
Keep up with SoundGraph.
Get the next substantial field report or public release alert in your inbox.