Skip to content

Commit 0c4a5da

Browse files
committed
Set audio monitor volume to 50% by default
1 parent 5a5ac5a commit 0c4a5da

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

Source/Processors/AudioNode/AudioEditor.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -114,6 +114,7 @@ AudioEditor::AudioEditor (AudioNode* owner)
114114
volumeSlider->setColour (Slider::thumbColourId, COLOUR_SLIDER_TRACK_FILL);
115115
volumeSlider->setLookAndFeel (materialSliderLookAndFeel);
116116
volumeSlider->addListener (this);
117+
volumeSlider->setValue(50);
117118
addAndMakeVisible (volumeSlider);
118119

119120
noiseGateSlider = new Slider ("Noise Gate Slider");

0 commit comments

Comments
 (0)