Skip to content

Commit

Permalink
Update PluginEditor.cpp
Browse files Browse the repository at this point in the history
Fixed copy and paste typo
  • Loading branch information
GuitarML authored Oct 14, 2020
1 parent e94e7bc commit b387dfe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/SmartAmp/Source/PluginEditor.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ WaveNetVaAudioProcessorEditor::WaveNetVaAudioProcessorEditor (WaveNetVaAudioProc
ampLeadTrebleKnob.setLookAndFeel(&ampSilverKnobLAF);
ampLeadTrebleKnob.addListener(this);
ampLeadTrebleKnob.setRange(-8.0, 8.0);
ampLeadTrebleKnob.setValue(processor.ampCleanTrebleKnobState);
ampLeadTrebleKnob.setValue(processor.ampLeadTrebleKnobState);
ampLeadTrebleKnob.setSliderStyle(juce::Slider::SliderStyle::RotaryVerticalDrag);
ampLeadTrebleKnob.setTextBoxStyle(juce::Slider::TextEntryBoxPosition::NoTextBox, false, 50, 20);
ampLeadTrebleKnob.setNumDecimalPlacesToDisplay(1);
Expand Down

0 comments on commit b387dfe

Please sign in to comment.