Skip to content

Commit b387dfe

Browse files
authored
Update PluginEditor.cpp
Fixed copy and paste typo
1 parent e94e7bc commit b387dfe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plugins/SmartAmp/Source/PluginEditor.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ WaveNetVaAudioProcessorEditor::WaveNetVaAudioProcessorEditor (WaveNetVaAudioProc
119119
ampLeadTrebleKnob.setLookAndFeel(&ampSilverKnobLAF);
120120
ampLeadTrebleKnob.addListener(this);
121121
ampLeadTrebleKnob.setRange(-8.0, 8.0);
122-
ampLeadTrebleKnob.setValue(processor.ampCleanTrebleKnobState);
122+
ampLeadTrebleKnob.setValue(processor.ampLeadTrebleKnobState);
123123
ampLeadTrebleKnob.setSliderStyle(juce::Slider::SliderStyle::RotaryVerticalDrag);
124124
ampLeadTrebleKnob.setTextBoxStyle(juce::Slider::TextEntryBoxPosition::NoTextBox, false, 50, 20);
125125
ampLeadTrebleKnob.setNumDecimalPlacesToDisplay(1);

0 commit comments

Comments
 (0)