Noizefield has introduced Audio Plugin Coder (APC), a free, open source tool that’s designed to let you create custom audio plugins without coding.
APC falls into the new category of ‘vibe coding’ development tools, which essentially let you use natural language prompts to describe what you want, and the tool does the coding for you.
It’s available now, and tested on Windows 11 and Linux.
Here’s what developer Max Pfetscher has to say about it:
“I’ve developed an open-source tool called Audio Plugin Coder (APC) that uses AI to help music producers create their own audio plugins without needing to know C++ or any programming. The idea came from seeing so many talented producers with brilliant ideas for custom effects and instruments, but no way to bring them to life without learning complex coding.
The project is completely free and open source, and I’m actively looking for feedback from the community to make it as useful as possible.”
Features:
- LLM-Driven Development – Designed to work with Antigravity, Kilo, Claude Code, Cursor, or any coding agent.
- Structured Workflows – Five-phase system: Dream > Plan > Design > Implement > Ship.
- Dual UI Frameworks – Choose Visage (pure C++) or WebView (HTML5 Canvas).
- State Management – Automatic progress tracking, validation, and rollback capabilities.
- Self-Improving – Auto-capture troubleshooting knowledge; the system gets smarter over time.
- Production Ready – JUCE 8 integration with CMake build system.
- Comprehensive Skills – Pre-built domain knowledge for DSP, UI design, testing, and packaging.
Availability:
Audio Plugin Coder is a free, open source tool that’s available now via Github.
“Make me the world’s best guitar pedal”
“Make the best polysynth ever heard”
“delay delay delay delay”
Obviously, they only showed Mutable Instruments, which is open source, so one of the few already complex and decent machine concept that can be legally grabbed, but thousands of other copyrighted works by other people can be stolen from the web…
Remember, AI does not invent anything, it can only reproduce ideas that have already been created.
Basically, it is a kind of cracking 2.0 that seems to be morally tolerated today.
What times we live in…
At this point, wouldn’t it be simpler and quicker to create an AI that directly provides the activation codes for other people’s products?
ethicality of ai is a whole topic in itself, but inventing an creating are very different things, Ai LLMs like these allow less technical and non programmers to be creative and in a field that one normally would not venture in (software development). it might very well result in something you cant buy yet.
The vast majority of sound effects are just elaborations of delay lines, allpass filters, and FIR/IIR filters which have been documented out the yin-yang. Some products wax lyrical about their super-secret sauce, but the majority of professional products come with pretty straightforward signal flow diagrams. The magic of good products is partly in signal flow topology and largely in painstakingly tweaked parameters that sit behind the user interface. Classic circuit designs like the Moog ladder filter are long out of patent and have been extensively studied, which is why they’re used in so many other products.
Yeah, this is sky-is-falling, anti-AI propaganda BS. AI is only trained on publicly available code – what Anig Browl refers to. Plugin companies don’t make their proprietary code public. This isn’t stealing $h!+ and I for one can’t wait to start using it and getting my plugins for free from now on.
Embrace the future and adapt. There is no going back now, so stop complaining about it and move on.
We all thought future tech would allow non-programmers to be able to create tools using visual interfaces, no one thought about LLM-based approaches. Kudos to the developer for making this open source.
I have to admit when learning Cabbage to create my plug-in I relied quite a bit on Gemini to help me figure out bugs and compatibility issues. Wasn’t vibe-coding but gave me a taste.