initial: added first widget
This commit is contained in:
@@ -12,6 +12,7 @@
|
||||
|
||||
#include "../JuceLibraryCode/JuceHeader.h"
|
||||
#include "PluginProcessor.h"
|
||||
#include "LookAndFeel.h"
|
||||
|
||||
|
||||
//==============================================================================
|
||||
@@ -31,6 +32,11 @@ private:
|
||||
// This reference is provided as a quick way for your editor to
|
||||
// access the processor object that created it.
|
||||
LampshadeAudioProcessor& processor;
|
||||
LampshadeLookAndFeel* gui = new LampshadeLookAndFeel();
|
||||
int nlines;
|
||||
int lineThickness;
|
||||
|
||||
Slider component;
|
||||
|
||||
JUCE_DECLARE_NON_COPYABLE_WITH_LEAK_DETECTOR (LampshadeAudioProcessorEditor)
|
||||
};
|
||||
|
Reference in New Issue
Block a user