Text → VST in One Command
Generate VST3/AU instruments from natural language.
16 voice engines. 8 FX processors. 23 UI themes. Zero friction.
# From text to VST3 in seconds
$ python3 prompt2spec.py "drum machine acid 4 channels"
$ python3 forge.py spec.json output/AcidBox
$ cmake -B build && cmake --build build
[100%] Built target AcidBox_VST3
Installed: ~/Library/Audio/Plug-Ins/VST3/AcidBox.vst3 Four stages. Fully deterministic. No LLM in the audio path.
Each voice gets a purpose-built synthesis engine — not a generic fallback.
Every archetype passes a 6-point quality gate. Default and extreme parameters. No exceptions.
40/40 All Occam guardrails satisfied!
# cd dsplib && g++ -std=c++17 -O2 -I voices \
# -o test tests/test_voices.cpp && ./test Master bus effects, routed per-channel or globally. All Occam-safe.
Set "theme": "acid" in your spec and the generated plugin gets a matching color palette.
Configure your instrument visually. Download the spec, run two commands, done.