scummvm/engines/draci
Johannes Schickel b2c57117fd DRACI: Initialize MIDI channel volume properly.
This fixes bug #3067148 "DRACI: Volume range not respected". It seems Draci's
MIDI files do not setup the channel volume properly before using the channels,
but rely on having the maxed out. Since formerly the channel volume was
initialized to 255, it caused the channel volume to be zero in case the user
used 128 for his volume settings (128*255/255=128, and MIDI volume goes from
0-127).

svn-id: r52738
2010-09-15 22:30:00 +00:00
..
animation.cpp Finish support of compressed dubbing 2010-07-03 05:05:28 +00:00
animation.h
barchive.cpp
barchive.h
detection.cpp DRACI: recognize German translation 2010-08-03 17:09:27 +00:00
draci.cpp MIDI: Send a reset MIDI device signal on startup. 2010-09-15 22:00:20 +00:00
draci.h
font.cpp
font.h
game.cpp
game.h
module.mk BUILD: Remove redundant MODULE_DIRS modification 2010-07-29 13:01:39 +00:00
mouse.cpp
mouse.h
music.cpp DRACI: Initialize MIDI channel volume properly. 2010-09-15 22:30:00 +00:00
music.h
saveload.cpp
saveload.h
screen.cpp
screen.h
script.cpp DRACI: Fix warnings 2010-08-17 10:59:11 +00:00
script.h
sound.cpp Finish support of compressed dubbing 2010-07-03 05:05:28 +00:00
sound.h Finish support of compressed dubbing 2010-07-03 05:05:28 +00:00
sprite.cpp
sprite.h
surface.cpp
surface.h
walking.cpp Changed abs() to ABS() in a few places. 2010-07-14 17:02:14 +00:00
walking.h