Jove 1.1.0
Analog-inspired polysynth for macOS (AU / VST3 / Standalone), built on JUCE 8.
Highlights:
- 5-oscillator engine: BLEP morphing + 64-table wavetable bank, sub, noise, ring mod, FM, sync
- Dual filters (single/serial/parallel): Moog-style ladder, SVF LP/HP/BP/Notch, low-pass gate, Steiner-Parker — brightness-matched across models
- 32-slot modulation matrix with live-modulation UI, 3 envelopes, 3 LFOs, 4 step sequencers
- EMS-style audio patchbay that rewires the voice topology (11x11 bipolar matrix)
- FX chain: 5-model loudness-neutral drive, multiband saturation, chorus/ensemble, phaser, synced delay (digital/BBD/tape), reverb
- Arpeggiator, MPE, A/B compare, DICE/VARY patch randomizer, audition mode
- 140 factory presets, loudness-matched across the bank (K-weighted peak momentary, +/-1 dB)
- MIDI program change + host program list; Eco/HQ/Ultra oversampling
Build from source (CMake 3.22+, C++20; JUCE vendored as a submodule):
git clone --recurse-submodules https://github.com/DatanoiseTV/jove
cd jove && cmake -B build -DCMAKE_BUILD_TYPE=Release && cmake --build build -j
See CHANGELOG.md for details.