- lower the step size for module master volume to adapt to the altered value range.

This commit is contained in:
Christoph Oelckers 2021-03-14 08:50:42 +01:00
parent 798604e6de
commit 5c84177142
1 changed files with 1 additions and 1 deletions

View File

@ -2052,7 +2052,7 @@ OptionValue ModVolumeRamps
OptionMenu ModReplayerOptions protected
{
Title "$MODMNU_TITLE"
Slider "$MODMNU_MASTERVOLUME", "mod_dumb_mastervolume", 0.25, 4, 0.5, 1
Slider "$MODMNU_MASTERVOLUME", "mod_dumb_mastervolume", 0.25, 4, 0.1, 1
Option "$ADVSNDMNU_SAMPLERATE", "mod_samplerate", "SampleRates"
Option "$MODMNU_QUALITY", "mod_interp", "ModQuality"
Option "$MODMNU_VOLUMERAMPING", "mod_volramp", "ModVolumeRamps"