initial: added first widget

This commit is contained in:
2017-06-19 16:59:27 -04:00
parent 755ee11d51
commit 1842a6cfeb
6 changed files with 185 additions and 49 deletions

View File

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