Skip to content

Commit

Permalink
relabelled Early knob on reverb
Browse files Browse the repository at this point in the history
  • Loading branch information
seanlikeskites committed Jul 2, 2014
1 parent f8234ee commit 92aa1d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion SAFEReverb/Source/PluginEditor.cpp
Expand Up @@ -97,7 +97,7 @@ SafereverbAudioProcessorEditor::SafereverbAudioProcessorEditor (SafereverbAudioP
addAndMakeVisible (earlySlider);
earlySlider->setBounds (250, 285, 80, 100);
earlySlider->setColour (SAFEColours::red);
earlySlider->setText ("Early");
earlySlider->setText ("ER/\nVerb");

addAndMakeVisible (&availableDescriptorList);
availableDescriptorList.setBounds (361, 216, 130, 26);
Expand Down

0 comments on commit 92aa1d7

Please sign in to comment.