layout make lines non-fixed

This commit is contained in:
2017-06-20 01:32:18 -04:00
parent cddbdb940f
commit fb1ff58f07
4 changed files with 40 additions and 15 deletions

View File

@@ -1,9 +1,11 @@
#pragma once
#include <list>
#include "../JuceLibraryCode/JuceHeader.h"
#include "PluginProcessor.h"
#include "LookAndFeel.h"
#include "LampshadeLine.h"
class LampshadeAudioProcessorEditor : public AudioProcessorEditor
{
@@ -17,7 +19,7 @@ public:
private:
LampshadeAudioProcessor& processor;
LampshadeLookAndFeel* gui = new LampshadeLookAndFeel();
int nlines;
std::list<LampshadeLine> lines;
int lineThickness;
Slider component;