chromaflock/Source
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
..
DSP fix: actually run the 250ms voice fade-out on preset change 2026-07-14 13:55:56 +02:00
PluginEditor.cpp feat: add presets, Randomize button, menu highlight, finer LFO depth, preset-switch fade-out 2026-07-14 13:54:17 +02:00
PluginEditor.h feat: add presets, Randomize button, menu highlight, finer LFO depth, preset-switch fade-out 2026-07-14 13:54:17 +02:00
PluginProcessor.cpp feat: add presets, Randomize button, menu highlight, finer LFO depth, preset-switch fade-out 2026-07-14 13:54:17 +02:00
PluginProcessor.h feat: add presets, Randomize button, menu highlight, finer LFO depth, preset-switch fade-out 2026-07-14 13:54:17 +02:00
PresetManager.h feat: add presets, Randomize button, menu highlight, finer LFO depth, preset-switch fade-out 2026-07-14 13:54:17 +02:00