add juce to gitignore

This commit is contained in:
Armin 2026-08-05 23:45:59 +02:00
commit 8ed279e84c
5 changed files with 107 additions and 17 deletions

View file

@ -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;