Yes, yet another delay plugin — rebuilt using JUCE DSP to revamp an old project and introduce some eye-catching visualizations.
- ✅ Custom visualizations implemented
- ✅ Initial GUI setup complete
- ⬜ Buffering code unit testing pending
- ⬜ Accessibility improvements for the UI
- ⬜ Comprehensive UI visual redesign
- Build JUCE’s Projucer from the
extrasfolder. - Open
DelayPlugin.jucerin Projucer. - Export and open the project in Visual Studio (Windows) or Xcode (macOS).
- Build a release version of the plugin.
- Clone the repository with all submodules initialized (
git clone --recurse-submodules). - Open a terminal in the project directory.
- Run
cmake -B Buildto generate the build files. - Build the project using your preferred build system (e.g.,
makeor open the generated IDE project).
- Refine and polish the UI for a modern, attractive look
- Implement full accessibility support for the interface
- Complete unit testing on buffering and core DSP components