JUCE plug-in in C++ [2024, 2025]
2024 - Version 1.0, 2025 - Version 2.0
(AU/VST3 for any DAWs)
Beyond building a functional synthesizer, this project was driven by my realization
that the future of audio innovation lies in the seamless integration of advanced DSP/AI
algorithms within modern DAW environments. I believe that mastering the bridge between
standalone research and real-time plugin architecture is essential for next-generation
music technology. By developing this JUCE plugin, I focused on creating a robust framework
that can host complex processing while maintaining the low-latency, high-performance
standards required by creative professionals.
I developed efficient DSP code in C++ with real-time safe parameter smoothing and
host-automatable controls using AudioProcessorValueTreeState.
It is a custom JUCE wavetable synthesizer, with 0–10 fold wavefolding, ADSR envelopes,
and a nonlinear exponent shaper, so that it enables wide timbral variation and expressive modulation with visualizer.

