mirror of
https://github.com/yokemura/Magical8bitPlug2.git
synced 2025-05-24 23:00:21 -04:00
Changed label text of vibrato speed
This commit is contained in:
parent
21a6e1efc4
commit
2b530cc261
@ -43,7 +43,7 @@ VibratoParamsComponent::VibratoParamsComponent (Magical8bitPlug2AudioProcessor&
|
||||
|
||||
label->setBounds (0, 4, 150, 22);
|
||||
|
||||
ratioSlider.reset (new SliderComponent (p, "vibratoRate", "Rate"));
|
||||
ratioSlider.reset (new SliderComponent (p, "vibratoRate", "Cycle Len."));
|
||||
addAndMakeVisible (ratioSlider.get());
|
||||
ratioSlider->setName ("ratio slider");
|
||||
|
||||
@ -136,7 +136,7 @@ BEGIN_JUCER_METADATA
|
||||
kerning="0.0" bold="0" italic="0" justification="33"/>
|
||||
<GENERICCOMPONENT name="ratio slider" id="93ec1e79c45ddad4" memberName="ratioSlider"
|
||||
virtualName="" explicitFocusOrder="0" pos="0 26 100% 28" class="SliderComponent"
|
||||
params="p, "vibratoRate", "Rate""/>
|
||||
params="p, "vibratoRate", "Cycle Len.""/>
|
||||
<GENERICCOMPONENT name="depth slider" id="1be45518932375fc" memberName="depthSlider"
|
||||
virtualName="" explicitFocusOrder="0" pos="0 54 100% 28" class="SliderComponent"
|
||||
params="p, "vibratoDepth", "Depth""/>
|
||||
|
Loading…
Reference in New Issue
Block a user