Signature Sound for Lera Edition
Native VST3 bitcrusher with Mid-Side processing and BPM synchronization.
- Mid-Side Bitcrushing: Destroys the Mid channel while keeping Stereo side clean for mono-compatibility.
- BPM-Synced LFO: Dynamic
Yoinessmodulation synced with DAW PlayHead. - Soft-Saturator: Internal
std::tanhclipping to prevent digital peaks (anti-clipping). - Dark Terminal UI: Pulse-animated Neon Pink interface synced with LFO phase.
- C++ 20 / JUCE Framework
- CMake build system
- Manual memory management and DSP optimization
- Clone with submodules:
git clone --recursive [URL] - Run:
cmake -B build -G "Visual Studio 17 2022" -A x64 - Build:
cmake --build build --config Release