Commit graph

77 commits

Author SHA1 Message Date
Armin
4acca46260 Tighten layout: reduce gaps, shrink header, reposition logo, rename newlogo→logo 2026-07-17 00:48:49 +02:00
Armin
37f3881355 use newlogo in README 2026-07-16 02:34:49 +02:00
Armin
06b2815d16 adapt color scheme; add new shot.png 2026-07-16 02:32:51 +02:00
Armin
628e1e3cba UI polish: amber theme, smooth spectrum, MIDI LED, VU tuning
- Rename section labels: COMPRESSOR → COMPRESSION, AUTO-PAN → PANNING
- Replace spectrum analyzer bars with smooth gapless filled wave
- Use gold (#c59c07) for wave/spectrum strokes and piano roll active keys
- Amber CRT-style patch LCD with dark background and gold dot-matrix text
- Add MIDI signal LED with glow between semi and scale controls
- Reduce VU meter sensitivity (5x → 1.5x) and match amber gradient theme
- Add subtle glow behind section and sub-section boxes
- Fix Compressor.h class name and PluginProcessor include to match
2026-07-16 02:31:34 +02:00
Armin
efbad6c88e new shot.png 2026-07-16 01:43:53 +02:00
Armin
5c0767d17a replace logo 2026-07-16 01:42:56 +02:00
Armin
6e950bd3b5 darken bg 2026-07-16 00:50:41 +02:00
Armin
af87193643 Add ping-pong delay, fix preset save extension, align reverb/scale UI 2026-07-16 00:49:09 +02:00
Armin
d4db11b195 Fix delay plucking with interpolated read tap 2026-07-16 00:21:14 +02:00
Armin
c632bda92f update screenshot, change presets (phasing) 2026-07-16 00:18:22 +02:00
Armin
758016634f Wire up remaining FX members, param layout, and section bounds 2026-07-15 23:54:52 +02:00
Armin
270abe2cc0 Add VERSION file, preset DTD, and .cfl version-compatibility check 2026-07-15 23:54:25 +02:00
Armin
c45d12db1d Make pitch bend wheel drag start at center (0) 2026-07-15 23:53:34 +02:00
Armin
27cb9d3a85 Update presets: remove distortion mix, add symmetry/tone and LFO1 OSC2 phase 2026-07-15 23:52:54 +02:00
Armin
c6415cb28d Sort preset categories and names alphabetically 2026-07-15 23:52:43 +02:00
Armin
b8b0624a80 Make master fader natural by applying it as final post-limiter stage 2026-07-15 23:52:33 +02:00
Armin
38beb8d53a Make all dropdown menus consistent height and aligned with knobs 2026-07-15 23:52:21 +02:00
Armin
a8928fc6a4 Tune synth down one octave; add LFO1/LFO2 OSC2 phase destination 2026-07-15 23:51:58 +02:00
Armin
1abf4f4b60 Add distortion Symmetry and Tone knobs 2026-07-15 23:51:38 +02:00
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
c5a624f559 add .kra to .gitignore 2026-07-15 21:25:05 +02:00
Armin
6e37f224e1 fix pitch bend mapping, add inertia when releasing 2026-07-15 21:24:04 +02:00
Armin
0540fb1ce3 update shot.png 2026-07-15 19:13:23 +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
cd62a97d6f replace screenshot 2026-07-15 17:46:09 +02:00
Armin
0199ac1f0a new logo UI adaptation; replace screenshot 2026-07-15 17:27:06 +02:00
Armin
399d5e7a11 new logo for UI 2026-07-15 17:21:39 +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
48f5d2315d rm bg2 2026-07-15 16:04:05 +02:00
Armin
df9a32351b replace bg 2026-07-15 16:03:52 +02:00
Armin
68d71f5cc6 fix: stretch background image to fill 100% of horizontal width 2026-07-14 19:17:31 +02:00
Armin
5f1b7458b2 update LICENSE 2026-07-14 14:22:51 +02:00
Armin
d25e9ee9be new screenshot 2026-07-14 14:21:17 +02:00
Armin
9c6d2179b8 restore logo.png and shot.png referenced by README 2026-07-14 14:18:53 +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
551ffeb24e verbose rm on "make clean" 2026-07-14 13:56:34 +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
0279a3530f add email 2026-07-14 12:49:20 +02:00
Armin
e595daeeb8 Switch license to AGPLv3 to align with JUCE license. 2026-07-14 12:46:27 +02:00
Armin
ce055cc1e3 chore: update bg.png 2026-07-14 12:33:25 +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
dca58f12a5 rename screenshot file 2026-07-14 11:23:28 +02:00
Armin
277ab86547 rename image files 2026-07-14 11:21:57 +02:00