Opened 18 years ago
Closed 18 years ago
#3053 closed defect
BASS: wrong music slider behavior
Reported by: | salty-horse | Owned by: | lavosspawn |
---|---|---|---|
Priority: | normal | Component: | Engine: Sky |
Version: | Keywords: | ||
Cc: | Game: | Beneath a Steel Sky |
Description
Using latest svn.
When dragging the music slider to the lowest bar, music can still be heard. Since the music muting button is only available in the floppy version, this means that one cannot mute the music in the CD version.
Also, the music_volume config key is initialized on startup, but is not updated when the slider changes.
Ticket imported from: #1657466. Ticket imported from: bugs/3053.
Attachments (2)
Change History (8)
comment:1 by , 18 years ago
comment:2 by , 18 years ago
Here's a possible fix for the music volume. It works by setting the music volume in the mixer instead. It still doesn't update the volume setting in the ScummVM configuration file, though. File Added: sky-adlib.diff
comment:3 by , 18 years ago
Owner: | set to |
---|
comment:4 by , 18 years ago
Of course, that last bit is easy to add... Updated patch. File Added: sky-adlib2.diff
comment:5 by , 18 years ago
As noted in another (now closed) bug report, the music slider also seems to be broken for normal MIDI if there's percussion, e.g. the factory music.
comment:6 by , 18 years ago
Status: | new → closed |
---|
It doesn't seem to be the control panel that's at error. Moving the slider to its lowest setting causes _skyMusic->setVolume(0) to be called. But if I use the Adlib music driver, that apparently doesn't silence the music...