Commit graph

52 commits

Author SHA1 Message Date
Armin
917956e1ec Remove VEL RES knob; lay out filter knobs in a single 5-knob row 2026-08-30 00:24:41 +02:00
Armin
9ef77e04ab Add per-note velocity routing to filter cutoff and resonance 2026-08-30 00:03:13 +02:00
Armin
45d6082657 Reorder filter dropdown: list LP 48dB below LP 24dB
Keep the parameter choice indices stable (so saved projects, .cfl
files and presets stay correct) and only reorder the displayed menu
via explicit item IDs plus a new IndexedComboBoxAttachment, since the
stock JUCE ComboBoxAttachment hard-maps choice index to menu position.
2026-08-13 14:55:33 +02:00
Armin
1a8928e8ce Fix preset name not restored on plugin reopen
The plugin saved only parameter values, so on reopening the editor
reset to the default "Zero State" even though another patch was
selected. Store the chosen preset name as a presetName property on the
APVTS ValueTree (set on preset select, randomize, and .cfl load) so it
round-trips with the saved state and the editor restores the correct
name and index. Parameter tweaks made after selecting a preset are
preserved since only the label is restored, not re-applied.
2026-08-13 14:39:56 +02:00
Armin
a1cd68b6b3 Fix filter env: restore unipolar modulation so all env knobs are responsive
Reverts the sustain-relative modulation that made F.ENV SUS and the
cutoff knob feel dead while a note was held. The envelope now modulates
up from the base cutoff; at env amount 0 the cutoff equals the knob, and
lowering env amount darkens the held tone as expected.

Also extends the filter to 24/48 dB modes (extra TPT stages), adds the
matching combobox options, gives knobs a real blurred drop shadow, and
updates the AGENTS.md filterType choice count.
2026-08-13 14:15:41 +02:00
Armin
a2485907ef Add bottom status bar with git build info and compile time 2026-08-13 12:51:42 +02:00
Armin
cd2caf7821 Add delay invert + flatten LEDs; fix flatten to narrow bounce width instead of shortening tail 2026-08-13 04:28:58 +02:00
Armin
0af34cd89d Fix delay ping-pong: real stereo bounce + rename LED label to PINGPONG 2026-08-13 04:15:42 +02:00
Armin
54c99d90ee Fix preset dialog default dir resolving to / on Linux 2026-08-13 04:05:21 +02:00
Armin
462891fb11 updateeeees 2026-08-13 03:39:39 +02:00
Armin
d034139b5e rework arpeggiator with blank notes and progressions 2026-08-13 02:09:39 +02:00
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
08830c2080 update logo.png 2026-08-12 23:26:30 +02:00
Armin
fd1625a4b5 Add JP-8000 like "supersaw" waveform 2026-08-12 20:13:57 +02:00
Armin
d79af00b23 Limit rotary knob value text shown by 1 decimal 2026-07-17 16:35:58 +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
0beebaa46d Fix some compiler warnings when building JUCE 2026-07-17 15:03:03 +02:00
Armin
4acca46260 Tighten layout: reduce gaps, shrink header, reposition logo, rename newlogo→logo 2026-07-17 00:48:49 +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
5c0767d17a replace logo 2026-07-16 01:42:56 +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
758016634f Wire up remaining FX members, param layout, and section bounds 2026-07-15 23:54:52 +02:00
Armin
c45d12db1d Make pitch bend wheel drag start at center (0) 2026-07-15 23:53:34 +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
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
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