mirror of
https://codeberg.org/armin/chromaflock.git
synced 2026-09-01 04:10:47 +02:00
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). |
||
|---|---|---|
| .. | ||
| DSP | ||
| BuildInfo.cpp | ||
| BuildInfo.h.in | ||
| PluginEditor.cpp | ||
| PluginEditor.h | ||
| PluginProcessor.cpp | ||
| PluginProcessor.h | ||
| PresetManager.h | ||
| Version.h.in | ||