updateeeees

This commit is contained in:
Armin 2026-08-13 03:39:39 +02:00
commit 462891fb11
5 changed files with 69 additions and 99 deletions

View file

@ -196,7 +196,7 @@ private:
// Arpeggiator controls
juce::Label arpEnabledLabel, arpPatternLabel, arpOctavesLabel, arpDirectionLabel, arpRateLabel;
juce::ComboBox arpPatternBox, arpOctavesBox, arpRateBox;
LedToggle arpEnabledLed, arpDirectionLed, delayPingPongLed;
LedToggle arpEnabledLed, arpDirectionLed, delayPingPongLed, reverbOnLed;
// Preset menu
juce::TextButton presetButton{"PRESET"};
@ -274,7 +274,7 @@ private:
MainContentComponent content;
float currentScale = 1.0f;
static constexpr int baseWidth = 1660;
static constexpr int baseHeight = 1028;
static constexpr int baseHeight = 1036;
JUCE_DECLARE_NON_COPYABLE_WITH_LEAK_DETECTOR(ChromaFlockEditor)
};