aboutsummaryrefslogtreecommitdiff
path: root/test/common
diff options
context:
space:
mode:
authorTorbjörn Andersson2013-04-21 12:54:19 +0200
committerTorbjörn Andersson2013-04-21 12:54:19 +0200
commit8d25c558910c1a2e14c32ace568121ab8c643b70 (patch)
treed92e8ef3dc2a63657aab8aac26362bec1dd27aec /test/common
parent5d7067baaa5aef82b7584403c8f1fa256d9bbb9b (diff)
downloadscummvm-rg350-8d25c558910c1a2e14c32ace568121ab8c643b70.tar.gz
scummvm-rg350-8d25c558910c1a2e14c32ace568121ab8c643b70.tar.bz2
scummvm-rg350-8d25c558910c1a2e14c32ace568121ab8c643b70.zip
KYRA: Fix MIDI fade-out behaviour
There are two ways that the music volume may be set: The setSourceVolume() specifies the current music volume, as ScummVM sees it. This is stored in _sources[].volume. The MIDI data itself can trigger volume events. These are handled by send(), which stores the volume - usually (always?) 100 - in _sources[_curSource].controllers[]. The volume is then adjusted by _sources[].volume. When music is faded out, setSourceVolume() is called repeatedly with progressively smaller values for the volume. What it should do, then, is to make sure that the volume is set to what was previously set to in send(), adjusted to the fading volume. At least, that's how I understand it.
Diffstat (limited to 'test/common')
0 files changed, 0 insertions, 0 deletions