Add delay invert + flatten LEDs; fix flatten to narrow bounce width instead of shortening tail

This commit is contained in:
Armin 2026-08-13 04:28:58 +02:00
commit cd2caf7821
4 changed files with 67 additions and 18 deletions

View file

@ -196,7 +196,8 @@ private:
// Arpeggiator controls
juce::Label arpEnabledLabel, arpPatternLabel, arpOctavesLabel, arpDirectionLabel, arpRateLabel;
juce::ComboBox arpPatternBox, arpOctavesBox, arpRateBox;
LedToggle arpEnabledLed, arpDirectionLed, delayPingPongLed, reverbOnLed;
LedToggle arpEnabledLed, arpDirectionLed, delayPingPongLed, reverbOnLed,
delayInvertLed, delayFlattenLed;
// Preset menu
juce::TextButton presetButton{"PRESET"};