We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5a5ac5a commit 0c4a5daCopy full SHA for 0c4a5da
1 file changed
Source/Processors/AudioNode/AudioEditor.cpp
@@ -114,6 +114,7 @@ AudioEditor::AudioEditor (AudioNode* owner)
114
volumeSlider->setColour (Slider::thumbColourId, COLOUR_SLIDER_TRACK_FILL);
115
volumeSlider->setLookAndFeel (materialSliderLookAndFeel);
116
volumeSlider->addListener (this);
117
+ volumeSlider->setValue(50);
118
addAndMakeVisible (volumeSlider);
119
120
noiseGateSlider = new Slider ("Noise Gate Slider");
0 commit comments