A small subtractive synth, by Maxence Marchand, 2026.
Download if from the latest release, and drop the Adelie.vst3 folder to your location of choice.
git clone https://github.com/mxncmrchnd/adelie.git
cd adelie
cmake -B build -DJUCE_DIR=path/to/JUCE
cmake --build build --config ReleaseBuilt plugin will be found in adelie/build/Adelie_artefacts/Release.
- Windows 10 or later
- A VST3-compatible DAW (FL Studio, Ableton, Reaper, etc.)
- Three oscillators, 5 wave types (sine, saw, triangle, square, white noise)
- Per oscillator detune
- ADSR envelope
- Amplitude and frequency modulation LFOs
- Highpass and lowpass filters
- Polyphonic and monophonic modes, with portamento for monophonic
work in progress
Adelie is licensed under the GPL v3 license, in compliance with the JUCE open source license.
