update to Projucer 5.2.0
This commit is contained in:
parent
62f32a1396
commit
6f866111cf
2 changed files with 7 additions and 7 deletions
|
@ -7,7 +7,7 @@
|
||||||
the "//[xyz]" and "//[/xyz]" sections will be retained when the file is loaded
|
the "//[xyz]" and "//[/xyz]" sections will be retained when the file is loaded
|
||||||
and re-saved.
|
and re-saved.
|
||||||
|
|
||||||
Created with Projucer version: 5.0.2
|
Created with Projucer version: 5.2.0
|
||||||
|
|
||||||
------------------------------------------------------------------------------
|
------------------------------------------------------------------------------
|
||||||
|
|
||||||
|
@ -1908,7 +1908,7 @@ void PluginGui::resized()
|
||||||
tremoloButton->setBounds (120, 352, 80, 24);
|
tremoloButton->setBounds (120, 352, 80, 24);
|
||||||
vibratoButton->setBounds (32, 352, 72, 24);
|
vibratoButton->setBounds (32, 352, 72, 24);
|
||||||
sustainButton->setBounds (32, 384, 70, 32);
|
sustainButton->setBounds (32, 384, 70, 32);
|
||||||
keyscaleEnvButton->setBounds (120, 376, 101, 48);
|
keyscaleEnvButton->setBounds (128, 376, 101, 48);
|
||||||
dbLabel2->setBounds (792, 712, 72, 16);
|
dbLabel2->setBounds (792, 712, 72, 16);
|
||||||
frequencyComboBox2->setBounds (624, 168, 66, 24);
|
frequencyComboBox2->setBounds (624, 168, 66, 24);
|
||||||
frequencyLabel3->setBounds (464, 168, 152, 24);
|
frequencyLabel3->setBounds (464, 168, 152, 24);
|
||||||
|
@ -2752,7 +2752,7 @@ BEGIN_JUCER_METADATA
|
||||||
txtcol="ff007f00" buttonText="Sustain" connectedEdges="0" needsCallback="1"
|
txtcol="ff007f00" buttonText="Sustain" connectedEdges="0" needsCallback="1"
|
||||||
radioGroupId="0" state="0"/>
|
radioGroupId="0" state="0"/>
|
||||||
<TOGGLEBUTTON name="keyscale env button" id="a3f62a22526b4b49" memberName="keyscaleEnvButton"
|
<TOGGLEBUTTON name="keyscale env button" id="a3f62a22526b4b49" memberName="keyscaleEnvButton"
|
||||||
virtualName="" explicitFocusOrder="0" pos="120 376 101 48" tooltip="Speed up envelope rate with note frequency"
|
virtualName="" explicitFocusOrder="0" pos="128 376 101 48" tooltip="Speed up envelope rate with note frequency"
|
||||||
txtcol="ff007f00" buttonText="Keyscale Env. Rate" connectedEdges="0"
|
txtcol="ff007f00" buttonText="Keyscale Env. Rate" connectedEdges="0"
|
||||||
needsCallback="1" radioGroupId="0" state="0"/>
|
needsCallback="1" radioGroupId="0" state="0"/>
|
||||||
<LABEL name="db label" id="b9b3cedf2b541262" memberName="dbLabel2" virtualName=""
|
<LABEL name="db label" id="b9b3cedf2b541262" memberName="dbLabel2" virtualName=""
|
||||||
|
|
|
@ -7,7 +7,7 @@
|
||||||
the "//[xyz]" and "//[/xyz]" sections will be retained when the file is loaded
|
the "//[xyz]" and "//[/xyz]" sections will be retained when the file is loaded
|
||||||
and re-saved.
|
and re-saved.
|
||||||
|
|
||||||
Created with Projucer version: 5.0.2
|
Created with Projucer version: 5.2.0
|
||||||
|
|
||||||
------------------------------------------------------------------------------
|
------------------------------------------------------------------------------
|
||||||
|
|
||||||
|
@ -37,9 +37,9 @@ class PluginGui : public AudioProcessorEditor,
|
||||||
public FileDragAndDropTarget,
|
public FileDragAndDropTarget,
|
||||||
public DragAndDropContainer,
|
public DragAndDropContainer,
|
||||||
public Timer,
|
public Timer,
|
||||||
public ComboBoxListener,
|
public ComboBox::Listener,
|
||||||
public SliderListener,
|
public Slider::Listener,
|
||||||
public ButtonListener
|
public Button::Listener
|
||||||
{
|
{
|
||||||
public:
|
public:
|
||||||
//==============================================================================
|
//==============================================================================
|
||||||
|
|
Loading…
Reference in a new issue