mirror of
https://codeberg.org/armin/chromaflock.git
synced 2026-09-01 04:10:47 +02:00
Add delay invert + flatten LEDs; fix flatten to narrow bounce width instead of shortening tail
This commit is contained in:
parent
0af34cd89d
commit
cd2caf7821
4 changed files with 67 additions and 18 deletions
|
|
@ -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"};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue