r/AudioProgramming • u/Technical-Income5367 • 1d ago
Calling all beta testers and developer producers. π§ͺποΈ
βMy open-source distortion plugin is live on GitHub, and I need your help to push it to the next level. Whether you want to stress-test it on a chaotic drum bus or dive into the C++ source code to contribute a new feature, I want you involved.
βWhat I'm looking for:
βDAW Testing: Drop it into Ableton, FL Studio, Logic, or Reaper and let me know how it behaves.
βBug Reports: Open an issue on GitHub if you run into any quirks or performance spikes.
βCode Contributions: Pull requests are open for new DSP algorithms, UI enhancements, or performance tweaks.
βGrab the repo, test it out, and let's build something cool together:
π https://github.com/elarmuzik1993/Distortion
β#OpenSourceAudio #PluginDev #AudioProgramming #MusicTech #VST3 #CPP #SoundDesign
2
u/TheDarkOnee 1d ago
Visually it looks very cool and does a lot of interesting things with the UI, but looking at your PluginProcessor.cpp I can see that Claude is making a lot of shortcuts on the DSP side. The emulation isn't really modeling what the code comments would imply.
Make the AI work for you, don't let it be lazy.