#5363 closed defect (fixed)
DRACI: Volume range not respected
Reported by: | raziel- | Owned by: | lordhoto |
---|---|---|---|
Priority: | normal | Component: | Engine: Draci |
Version: | Keywords: | ||
Cc: | Game: | Dragon History |
Description
ScummVM 1.2.0svn52735 (Sep 15 2010 22:44:25) Features compiled in: Vorbis FLAC MP3 RGB zLib
Using a MT-32 device
(MIDI) music volume setting is "copied" in the range 0-127 and again in the range of 128-256. That is, if i choose to set the volume to 127 it is as loud as it can get, if i set it to 128 it will be nearly silent It seems as if the engine is not respecting the max size of MIDI volume which is 0-127 and instead of doubling the steps (0-1 ==1, 2-3 == 2, 4-5 == 3, 6-7 == 4 and so on) it just copies the range 0-127 in the 256 range.
I hope i can make myself clear :-/ And there is probably a better way to adapt it to the max range than my example
Draci History (Dos/English)
AmigaOS4 gcc (GCC) 4.2.4 (adtools build 20090118)
Ticket imported from: #3067148. Ticket imported from: bugs/5363.
Change History (2)
comment:1 by , 14 years ago
comment:2 by , 14 years ago
Owner: | set to |
---|---|
Resolution: | → fixed |
Status: | new → closed |
Should be fixed with r52738.