Commit graph

34 commits

Author SHA1 Message Date
Armin
2a1feaaea9 Remove compressor/distortion mix (force 100% wet) 2026-07-15 23:50:31 +02:00
Armin
6cd7d4f3ba Add brickwall limiter FX section 2026-07-15 23:49:51 +02:00
Armin
fcdb1939ee Make patch LCD clickable to open .cfl load/save file menu 2026-07-15 23:48:41 +02:00
Armin
0e9a90a89b Add 11 additional oscillator waveforms 2026-07-15 23:46:38 +02:00
Armin
6e37f224e1 fix pitch bend mapping, add inertia when releasing 2026-07-15 21:24:04 +02:00
Armin
ea6a70e090 change opacity of UI elements; use logarithmic volume knob curve 2026-07-15 19:07:03 +02:00
Armin
5ac73bee25 re-fine layout on UI, add new screenshot 2026-07-15 18:29:49 +02:00
Armin
0199ac1f0a new logo UI adaptation; replace screenshot 2026-07-15 17:27:06 +02:00
Armin
95ab993312 update screenshot, refine UI layout in PluginEditor.cpp 2026-07-15 17:03:41 +02:00
Armin
4501198711 update background and shot, refine UI gaps and alignments 2026-07-15 16:23:07 +02:00
Armin
68d71f5cc6 fix: stretch background image to fill 100% of horizontal width 2026-07-14 19:17:31 +02:00
Armin
ce37b9a2a5 ui polish: center header elements, highlight active preset section, longer piano decay, remove unused PNGs 2026-07-14 14:17:39 +02:00
Armin
dc9e973340 fix: clear preset selection checkmark when Randomize is used
Set currentPresetIndex to -1 in randomizeParameters so the preset menu
no longer shows a tick on the previously selected preset.
2026-07-14 14:01:27 +02:00
Armin
f2f53d25d3 fix: actually run the 250ms voice fade-out on preset change
triggerQuickRelease only set the fade step, leaving quickFade at 1.0, so
the decrement gate (quickFade < 1.0f) never triggered and only the amp
envelope's long release played out. Gate on quickFadeStep > 0 instead so
the 250ms ramp runs and the voice is freed at the end.
2026-07-14 13:55:56 +02:00
Armin
6f63b403e3 feat: add presets, Randomize button, menu highlight, finer LFO depth, preset-switch fade-out
- PresetManager: add ~40 new presets including a new Techno category with
  LFO-to-OSC-pitch movement, plus Bass/Lead/Pad/Keys/Brass/Strings/Wind/
  Arp/Pluck/FX expansions
- UI: add RANDOM button; highlight the currently selected entry in all
  dropdown menus (incl. ticking the active preset in the preset browser)
- LFO depth: finer 0.001 step with a skew curve so the lower range resolves
  much finer than the upper range (shared by LFO1 and LFO2)
- DSP: fade out active voices over 250ms on preset change / randomize so long
  release tails from the previous sound are silenced
- Update bg.png
2026-07-14 13:54:17 +02:00
Armin
e595daeeb8 Switch license to AGPLv3 to align with JUCE license. 2026-07-14 12:46:27 +02:00
Armin
14402040d3 ui: even out vertical section spacing to a consistent 10px gap
Move amp env/filter env/master boxes down 10px, and shift the
distortion, LFO/delay/reverb, and visualizer/piano-roll bands up so
each band sits a consistent 10px below the one above it. Reduce
baseHeight to 1100 to keep the bottom margin tight.
2026-07-14 12:33:10 +02:00
Armin
277ab86547 rename image files 2026-07-14 11:21:57 +02:00
Armin
bf68dee6b3 cleanup; small changes to PluginEditor 2026-07-14 01:45:51 +02:00
Armin
6432ab060d feat: add octave and halftone transpose menus 2026-07-14 01:19:44 +02:00
Armin
5cc704c1d1 feat: beat-sync LFOs and delay to host BPM 2026-07-14 01:19:29 +02:00
Armin
21cccaf281 ui: match spectrum analyzer green to waveform green 2026-07-14 01:16:57 +02:00
Armin
256a3b6ba1 ui: swap title logo to cf3d02.png, crop transparent margins, add padding, drop header divider 2026-07-14 01:16:49 +02:00
Armin
79be724e5d Fix menu scaling issues, fix preset menu layout, add LED display (to
show patch), add prev/next patch buttons
2026-07-14 00:35:26 +02:00
Armin
827eca7e61 Piano keys: add subtle vertical gradient for 3D appearance 2026-07-13 22:40:43 +02:00
Armin
0180e0771d Piano presets v3: saw waves, compMix 0, ultra-short decay 0.07-0.1s, zero sustain 2026-07-13 22:38:36 +02:00
Armin
7678554154 Fix Lead presets: higher cutoff, snappy filter env, instant attack, drier 2026-07-13 22:33:17 +02:00
Armin
9578f47b28 Fix Piano presets: sustain 0, fast decay/release, high cutoff, minimal reverb 2026-07-13 22:29:53 +02:00
Armin
1a7ef69d34 Filter cutoff: range 50-20000 Hz, 0.1 step for smooth knob, default 8000 Hz 2026-07-13 22:21:28 +02:00
Armin
68e023d08d Smoother rotary knobs: 288-degree sweep range with startFromMousePosition 2026-07-13 22:13:31 +02:00
Armin
24579e313c Smooth filter coefficient transitions to eliminate low-cutoff bump 2026-07-13 22:11:27 +02:00
Armin
d5a21c5448 Fix filter cutoff clamp: allow full range to Nyquist instead of 1200 Hz cap 2026-07-13 22:07:51 +02:00
Armin
a7ddf991e8 Presets: add pitchBendRange, 10 new presets, zero non-essential oscillator LFO dests 2026-07-13 22:00:09 +02:00
Armin
dca008e860 init 2026-07-13 20:57:38 +02:00