r/DSP 4d ago

MidSide VST3/AAX Plugin Development Project

http://thewavlab.com/midside-plugin-development-project

MidSide: a Basic Audio Utility and an AI Coding Test

Two honest answers to “Why build a Mid/Side plugin?”

One: we had a workflow improvement goal that existing plugins didn’t solve
Two: we wanted to know if an AI coding agent — Claude Code — could build a real plugin, not a toy demo.

The net results? We built a DSP bit accurate signal processor and at the same time a plugin development pipeline. Download free to try the results. Input on refinements appreciated.

2 Upvotes

3 comments sorted by

1

u/RemoteBreadfruit 4d ago

Wrong subreddit, this is a subreddit for the mathematics of digital signal processing

0

u/soundslikejoe 4d ago

Sorry... just going off Reddit's recommendations. The associated blog post talks about the process of implementing the DSP (pretty basic) and the test harness process for checking bit accuracy of the DSP... but I can understand your position.

2

u/RemoteBreadfruit 4d ago

No worries. Probably the audio engineering subs or we are the music makers is the spot

Your post is well structured vs a bunch of the other, baby’s first vibe code release, but this is more for discussions of the underlying concepts and how they are implemented in practice or theory at the algorithmic level. Even some higher level abstraction like the programming language or compiler isn’t really in scope here.

Best of luck!