modules: added wrDsp

This commit is contained in:
2017-06-26 23:36:09 -04:00
parent 4681319591
commit 0bc21ce2ac
6 changed files with 10 additions and 6 deletions

View File

@@ -19,8 +19,8 @@ LampshadeAudioProcessorEditor::LampshadeAudioProcessorEditor(LampshadeAudioProce
setSize(600, 600);
slider.setLookAndFeel(gui);
addAndMakeVisible(slider);
corner = new ResizableCornerComponent(this, new ComponentBoundsConstrainer());
addAndMakeVisible(corner);
setResizable(true, true);
setResizeLimits(300, 300, 1200, 1200);
}
LampshadeAudioProcessorEditor::~LampshadeAudioProcessorEditor()
@@ -39,6 +39,7 @@ void LampshadeAudioProcessorEditor::paint(Graphics& g)
}
}
void LampshadeAudioProcessorEditor::resized()
{
// hardcoded because they should stay in the same rectangle