mirror of
https://codeberg.org/armin/monostep.git
synced 2026-09-01 04:10:46 +02:00
add juce to gitignore
This commit is contained in:
parent
fd82954072
commit
8ed279e84c
5 changed files with 107 additions and 17 deletions
|
|
@ -216,8 +216,10 @@ private:
|
|||
ChoiceBar rateBar;
|
||||
ChoiceBar octaveBar;
|
||||
ChoiceBar zoomBar;
|
||||
ChoiceBar wave1Bar;
|
||||
ChoiceBar wave2Bar;
|
||||
juce::ComboBox wave1Box;
|
||||
juce::ComboBox wave2Box;
|
||||
std::unique_ptr<juce::AudioProcessorValueTreeState::ComboBoxAttachment> wave1Attachment;
|
||||
std::unique_ptr<juce::AudioProcessorValueTreeState::ComboBoxAttachment> wave2Attachment;
|
||||
|
||||
SequencerMatrix matrix;
|
||||
StepPanel stepPanel;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue