mirror of
https://codeberg.org/armin/chromaflock.git
synced 2026-09-01 04:10:47 +02:00
updateeeees
This commit is contained in:
parent
8768d13338
commit
462891fb11
5 changed files with 69 additions and 99 deletions
|
|
@ -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)
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue