KMODULO ENSEMBLE
Multi-mode ensemble chorus plugin with style-based voicing, real-time modulation control, and a boutique-inspired interface built for musical movement.
Chorus built around musical movement and mode-based character.
KMODULO ENSEMBLE is a JUCE-based chorus plugin built around a compact set of musically important controls: Rate, Depth, Mix, Style, and Bypass. The goal is to keep the interface focused while allowing distinct modulation flavours through selectable style modes.
Rather than presenting chorus as a single fixed effect, the plugin is designed as a small ensemble environment where the user can shape speed, intensity, wet balance, and overall character quickly in a performance-friendly layout.
What it does
- Rate, Depth, and Mix controls for direct modulation shaping
- Four selectable styles: Studio, Dream, Vibe, and Encore
- Dedicated bypass state integrated into the main interface
- Custom rotary control design and styled value displays
- Compact layout intended for quick musical adjustment
DSP wrapper and parameter flow
The plugin uses a JUCE AudioProcessorValueTreeState to manage the Rate, Depth, Mix, Style, and Bypass parameters, and passes those values directly into a dedicated Chorus DSP object inside the processor. During processing, the plugin sets the chorus rate, depth in milliseconds, mix amount, style index, and bypass state before calling the internal chorus block processor.
This keeps the JUCE layer focused on parameter management and host integration, while the embedded chorus implementation handles the underlying effect behavior.
Boutique presentation without unnecessary complexity.
The editor uses a custom look-and-feel with dark vintage gradients, bronze accents, rounded value boxes, and rotary controls designed to feel more like a dedicated hardware-inspired effect than a generic plugin panel.
The result is a chorus interface that stays visually compact while still giving clear access to the core parameters that matter most in use.