Commit graph

21 commits

Author SHA1 Message Date
Armin
7c444ad849 rework arpeggiator patterns 2026-08-13 01:39:02 +02:00
Armin
56fc80c405 re-work appegiator patterns 2026-08-13 01:15:17 +02:00
Armin
3331b4cc16 add arpeggiator, rename presets, move spectrum analyzer into waveform 2026-08-13 00:38:10 +02:00
Armin
fd1625a4b5 Add JP-8000 like "supersaw" waveform 2026-08-12 20:13:57 +02:00
Armin
8c0f55f1e7 Fix rotary knob fader curve mapping functions, lower highpass frequency
in DSP
2026-07-17 15:26:06 +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
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
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
0e9a90a89b Add 11 additional oscillator waveforms 2026-07-15 23:46:38 +02:00
Armin
ea6a70e090 change opacity of UI elements; use logarithmic volume knob curve 2026-07-15 19:07:03 +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
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
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
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
dca008e860 init 2026-07-13 20:57:38 +02:00