chromaflock/Source
Armin 9e84707f93 Fix filter type dropdown emptying when selecting LP 48dB
The APVTS parameterChanged callback delivers the parameter's denormalised
value, which for an AudioParameterChoice is the choice index, not a
normalised 0..1 value. The handler was multiplying it by (numItems - 1),
so LP 48dB (index 8) produced itemId 65 and cleared the box. Map the
received index straight to itemId (index + 1).
2026-08-13 16:37:56 +02:00
..
DSP Fix filter env: restore unipolar modulation so all env knobs are responsive 2026-08-13 14:15:41 +02:00
BuildInfo.cpp Add bottom status bar with git build info and compile time 2026-08-13 12:51:42 +02:00
BuildInfo.h.in Add bottom status bar with git build info and compile time 2026-08-13 12:51:42 +02:00
PluginEditor.cpp Reorder filter dropdown: list LP 48dB below LP 24dB 2026-08-13 14:55:33 +02:00
PluginEditor.h Fix filter type dropdown emptying when selecting LP 48dB 2026-08-13 16:37:56 +02:00
PluginProcessor.cpp Fix filter env: restore unipolar modulation so all env knobs are responsive 2026-08-13 14:15:41 +02:00
PluginProcessor.h add arpeggiator, rename presets, move spectrum analyzer into waveform 2026-08-13 00:38:10 +02:00
PresetManager.h rework arpeggiator with blank notes and progressions 2026-08-13 02:09:39 +02:00
Version.h.in Add VERSION file, preset DTD, and .cfl version-compatibility check 2026-07-15 23:54:25 +02:00