File tree Expand file tree Collapse file tree 2 files changed +7
-14
lines changed Expand file tree Collapse file tree 2 files changed +7
-14
lines changed Original file line number Diff line number Diff line change 1
- #pragma once
2
-
3
- #include < memory> // Include memory header for std::unique_ptr
1
+ #ifndef SURGE_SRC_SURGE_FX_PARAMETERPANEL_H
2
+ #define SURGE_SRC_SURGE_FX_PARAMETERPANEL_H
4
3
5
4
#include " SurgeFXProcessor.h"
6
5
#include " SurgeLookAndFeel.h"
7
6
#include " KnobSource.h"
8
7
9
- #include " juce_gui_basics/juce_gui_basics.h"
10
-
11
8
#include < sst/jucegui/style/StyleSheet.h>
12
9
#include < sst/jucegui/components/Knob.h>
13
10
14
- #include " SurgeStorage.h"
15
- #include " Effect.h"
16
- #include " FXOpenSoundControl.h"
17
- #include < atomic>
18
- #include " sst/filters/HalfRateFilter.h"
19
-
20
- #include " juce_audio_processors/juce_audio_processors.h"
21
-
22
11
class ParameterPanel : public juce ::Component
23
12
{
24
13
public:
@@ -62,3 +51,5 @@ class ParameterPanel : public juce::Component
62
51
63
52
JUCE_DECLARE_NON_COPYABLE_WITH_LEAK_DETECTOR (ParameterPanel);
64
53
};
54
+
55
+ #endif // SURGE_SRC_SURGE_FX_PARAMETERPANEL_H
Original file line number Diff line number Diff line change 1
- #pragma once
2
1
/*
3
2
* Surge XT - a free and open source hybrid synthesizer,
4
3
* built by Surge Synth Team
21
20
* https://github.com/surge-synthesizer/surge
22
21
*/
23
22
23
+ #ifndef SURGE_SRC_SURGE_FX_SURGELOOKANDFEEL_H
24
+ #define SURGE_SRC_SURGE_FX_SURGELOOKANDFEEL_H
24
25
#include " version.h"
25
26
26
27
#include " juce_gui_basics/juce_gui_basics.h"
@@ -505,3 +506,4 @@ class SurgeTempoSyncSwitch : public juce::ToggleButton
505
506
g.fillRoundedRectangle (kbounds, controlRadius);
506
507
}
507
508
};
509
+ #endif // SURGE_SRC_SURGE_FX_SURGELOOKANDFEEL_H
You can’t perform that action at this time.
0 commit comments