The control we use for the synth, mixer etc.. has 2 two values that can be set for double click with left and right buttons. These two values are 0 by default. We could set them to something more meaningful for each instance of the control.
Note that the Tempo slider in Play Panel (F11) is correctly set to a reasonable default for it
(%100) when double clicking on it. But all the other sliders need to be fixed to set to a reasonable default. These sliders that need to be fixed are:
Play Panel's Volume Slider. (default value on start is a little under 50% full)
Synthesizer's Metronome Volume Slider. (default value on start is about 60% full)
Synthesizer's Main Volume Slider. (default value on start is the 30 notch)
So probably when Animesh (new contributor) tries to fix it, might look at how Play Panel's Tempo slider is correctly set to a reasonable default as an example.
FYI, I've tested out Animesh's fix, and it fixes the problem. My only (minor) quibble is that double clicking doesn't reset the value to *exactly* the same value as when musescore boots. Ideally I would have liked to have the first time the slider is initialized to be the action which sets the default value for double click. I mentioned this in irc to Animesh, but I said we'll wait and see what lasonic thinks.
Comments
Thanks for filing—I've been meaning to do so for a long time.
The control we use for the synth, mixer etc.. has 2 two values that can be set for double click with left and right buttons. These two values are 0 by default. We could set them to something more meaningful for each instance of the control.
For the volume, the reset value should be the same as the default when starting MuseScore.
Note that the Tempo slider in Play Panel (F11) is correctly set to a reasonable default for it
(%100) when double clicking on it. But all the other sliders need to be fixed to set to a reasonable default. These sliders that need to be fixed are:
Play Panel's Volume Slider. (default value on start is a little under 50% full)
Synthesizer's Metronome Volume Slider. (default value on start is about 60% full)
Synthesizer's Main Volume Slider. (default value on start is the 30 notch)
So probably when Animesh (new contributor) tries to fix it, might look at how Play Panel's Tempo slider is correctly set to a reasonable default as an example.
FYI, I've tested out Animesh's fix, and it fixes the problem. My only (minor) quibble is that double clicking doesn't reset the value to *exactly* the same value as when musescore boots. Ideally I would have liked to have the first time the slider is initialized to be the action which sets the default value for double click. I mentioned this in irc to Animesh, but I said we'll wait and see what lasonic thinks.
https://github.com/musescore/MuseScore/pull/3077
And now https://github.com/musescore/MuseScore/pull/3135
Fixed in branch master, commit 17d33b67bd
Fix #109066 : Tempo Slider and Volume slider Left Double click wrong default values
Fixed in branch master, commit 49c66b2086
Merge pull request #3135 from nasehim7/ch
Fix #109066 : Tempo Slider and Volume slider Left Double click wrong default values
Add it to 2.1 too?
https://github.com/musescore/MuseScore/pull/3156
Fixed in branch 2.1, commit 2e5fa32e0a
Fix #109066 : Metronome Gain and Volume slider Left Double click wrong default values
Fixed in branch 2.1, commit 8f5112245b
Merge pull request #3156 from ericfont/109066-sliderDefault2.1
Fix #109066 : Metronome Gain and Volume slider Left Double click wrong default values
Automatically closed -- issue fixed for 2 weeks with no activity.