From 51bb2fd203409051f1ae9e9ef21d7cdd94cd56b8 Mon Sep 17 00:00:00 2001 From: bruce Date: Sun, 28 Sep 2014 17:10:12 +0900 Subject: [PATCH] Tweak GUI, add 32-bit and 64-bit builds. --- JuceOPLVSTi.jucer | 6 ++++-- Source/PluginGui.cpp | 12 ++++++------ 2 files changed, 10 insertions(+), 8 deletions(-) diff --git a/JuceOPLVSTi.jucer b/JuceOPLVSTi.jucer index 3a514aa..605512f 100644 --- a/JuceOPLVSTi.jucer +++ b/JuceOPLVSTi.jucer @@ -75,8 +75,10 @@ - + + diff --git a/Source/PluginGui.cpp b/Source/PluginGui.cpp index 78f9551..e4e1739 100644 --- a/Source/PluginGui.cpp +++ b/Source/PluginGui.cpp @@ -966,7 +966,7 @@ PluginGui::PluginGui (JuceOplvstiAudioProcessor* ownerFilter) } //[/UserPreSize] - setSize (440, 950); + setSize (440, 934); //[Constructor] You can add your own custom stuff here.. @@ -1157,8 +1157,8 @@ void PluginGui::resized() keyscaleAttenuationComboBox->setBounds (264, 144, 72, 24); groupComponent4->setBounds (16, 856, 408, 64); groupComponent5->setBounds (16, 8, 408, 48); - emulatorSlider->setBounds (200, 24, 40, 24); - emulatorLabel->setBounds (120, 24, 72, 24); + emulatorSlider->setBounds (208, 24, 32, 24); + emulatorLabel->setBounds (128, 24, 72, 24); emulatorLabel2->setBounds (248, 24, 72, 24); //[UserResized] Add your own custom resize handling here.. for (unsigned int i = 0; i < channels.size(); ++i) @@ -1532,7 +1532,7 @@ BEGIN_JUCER_METADATA parentClasses="public AudioProcessorEditor, public FileDragAndDropTarget, public DragAndDropContainer, public Timer" constructorParams="JuceOplvstiAudioProcessor* ownerFilter" variableInitialisers=" AudioProcessorEditor (ownerFilter)" snapPixels="8" snapActive="1" snapShown="1" overlayOpacity="0.330" - fixedSize="0" initialWidth="440" initialHeight="950"> + fixedSize="0" initialWidth="440" initialHeight="934">