The audio tool you need doesn't exist yet.

Imagine a custom instrument, effect, or MIDI processor. amorph compiles it live from real DSP, and you play it — right now, in your DAW.

Download Beta Join Discord

For decades, making new sounds meant navigating someone else's architecture.

Presets. Parameters. Menus built for someone else's imagination.

What if the tool you need did not exist until you described it?

a hybrid synthesizer with analog drift, resonant filter, and stereo ensemble
generating...
// amorph -- generated from prompt
graph Drift [[main]]
{
  input event float noteOn [[ name: "NoteOn" ]];
  input event float noteOff [[ name: "NoteOff" ]];
  output stream float<2> out;
  node osc1 = SawOscillator;
  node filter = LadderFilter;
  node ampEnv = ADSREnvelope;
  node ensemble = StereoChorus;
  connection osc1.out -> filter.audioIn;
  connection filter.out -> ampEnv.audioIn;
  connection ampEnv.out -> ensemble.audioIn;
  connection ensemble.out -> out;
}
Play the Drift synth 128 BPM
Every prompt compiles into a different audio tool.
Not presets. Not templates. Instruments, effects, and MIDI logic written as real DSP.
Rhodes with tape wobble and spring reverb spectral freeze granular pad euclidean drum sequencer analog ladder filter with envelope follower lo-fi cassette delay FM bell synth with velocity layers polyrhythmic arpeggiator wavefolder distortion granular texture from mic input stereo widener with mid-side EQ generative ambient drone comb filter resonator bank tape saturator with wow and flutter karplus-strong plucked string sidechain compressor with look-ahead formant filter vowel synth bit crusher with sample rate reduction plate reverb with modulated diffusion ring modulator with LFO control wavetable oscillator morphing pad
What this is

amorph is not a fixed plugin.

It is a platform that runs as VST3/AU runtimes inside your DAW. You describe the custom audio tool you need -- a synth, effect, or MIDI processor -- and amorph compiles it into something you can play. No presets. No templates. No one else's architecture.

amorph sits closer to Reaktor, Max, or Pure Data than to a preset synth or a polished mastering processor. The difference is language: you can describe the tool, inspect the generated Cmajor code, and keep refining it inside the session.

Use it when the commercial plugin you want does not exist yet: a MIDI-tracked comb filter, a transient-reactive delay, an evolving drone synth, or a generative sequencer with rules only your track needs.

We write algorithms so you can write music.

Built to be open

Your model
Claude, GPT, Gemini, DeepSeek, or run local with Ollama. Bring your own API key. No lock-in.
Your code
Every sound compiles to Cmajor -- readable, editable, yours to keep.
Your tools
MCP + BYOK in v1 beta (preview on Discord). Cursor, VS Code, and Claude edit DSP while you work in your DAW.

amorph turns language into playable, ownable DSP — compiled live via an embedded Cmajor JIT engine. v0.99 Open Beta (Gumroad today): Ask → Compile → Play via copy-paste and the Lab editor; Explore to browse and install chosen, verified patches (curated by Artists in DSP — not open upload). Three runtimes: Instrument, FX, and MIDI on macOS and Windows. Next: v1 beta — MCP, in-plugin BYOK, and share your patch via unlisted link (preview on Discord #announcements). Listing your patch in the Explore catalog comes later (not in v1 beta). v1.0 official target: end summer 2026.

For AI agents: llms.txt · amorph-for-agents

4.9 / 5
130 ratings
Free
open beta
VST3 + AU
macOS
Featured in
Bedroom Producers Blog / MusicTech / KVR Audio / Splice
From beta testers
J
Gumroad review*****
I can literally make anything I want. I've A/B'd with my paid plugins (1000's of them) and this thing can out do them with some knowledge of what you want and how to achieve it with words.
M
Gumroad review*****
Its super easy, making DSP on VST platform with this method. I cannot start making this for years because of compilers and environment preparing. I install Amorph and start in 2 minutes.
R
Gumroad review*****
Built my workhorse FX plugin with this VST. There is so much potential here.
K
Gumroad review*****
This plugin changed the way I view sounddesign.
Amorph FX plugin running in a DAW with prompt bar and waveform buffers
A small team in Switzerland, writing compilers for sound.
If you can imagine it, you can play it.
Open beta -- VST3 / AU -- macOS and Windows -- installed already? Get started in 13 minutes
Get Early Access