[Scummvm-tracker] [ScummVM :: Bugs] #15208: SCI: KQ4: Death Music is Almost Inaudible
ScummVM :: Bugs
trac at scummvm.org
Thu Aug 22 17:37:15 UTC 2024
#15208: SCI: KQ4: Death Music is Almost Inaudible
-----------------------------------+-----------------------------
Reporter: ArthurWalden | Owner: (none)
Type: defect | Status: new
Priority: normal | Component: Engine: SCI
Version: | Resolution:
Keywords: kq4, sci, death volume | Game: King's Quest 4
-----------------------------------+-----------------------------
Comment (by eriktorbjorn):
Just to clarify, I ''think'' the solution is to simply change the SCI
engine's `MidiPlayer_PCJr::setVolume()` method, so that it converts the
volume to whatever `MidiDrive_PCJr` expects. This is what it currently
looks like:
{{{
void setVolume(byte volume) override { static_cast<MidiDriver_PCJr
*>(_driver)->_global_volume = volume; }
}}}
It's just the exact conversion that I'm uncertain about.
--
Ticket URL: <https://bugs.scummvm.org/ticket/15208#comment:6>
ScummVM :: Bugs <https://bugs.scummvm.org>
ScummVM
More information about the Scummvm-tracker
mailing list