Chorus effect! For making singular things sound like they are in plural. Or making them sound like bees? Maybe.
Attempts to implement things learned from this article.
Graphical imagery or the event has not occurred!
This project mostly just exists for me learning Juce and plugin development.
Currently it's in an early state. It works, on my computer, but:
- There are no tests
- It has too many params to be user friendly
- It's only been tested in Reaper on my computer
- There is no CI
- UI is behind on features being added/experimented with
Check under releases!
It uses cmake so should hopefully be easy to build. I've been building it on windows with Clang that came from VS2022 with these commands:
cmake -B Builds -G "Visual Studio 17 2022" -T "ClangCL"
cmake --build Builds --config Release
- Pamplejuce
- The Audio Programmer (this will start talking at you when you click it)
- Valentine