Community
SCI Programming => SCI Syntax Help => Topic started by: Doan Sephim on February 05, 2021, 02:21:44 PM
-
I just noticed I can't seem to change the audio volume of the snd resources I'm using in the game and the menubar's toggle for sound doesn't seem to do anything (nor does the manual gauge for setting volume)
I'm using MT-32 as the SCI-synth in Companion and as the driver, if that matters.
-
This may be what you are looking for: Fixing F2 (ToggleSound) issue with Companion (http://sciprogramming.com/community/index.php?topic=321.msg1547#msg1547)
-
This may be what you are looking for: Fixing F2 (ToggleSound) issue with Companion (http://sciprogramming.com/community/index.php?topic=321.msg1547#msg1547)
Thanks. I saw that post earlier and have made the suggested changes, but it doesn't seem to do anything.
As far as I can tell, I'm not even able to change any volume settings at all at this point, so I'm not sure it's really the toggle that's broken. The volume gauge doesn't yield any change in volume either. I guess I could try different drivers.
Ok...I tried the MPUMIDI driver and the volume works (and the toggle as well). So I'm guessing there's something about the MT32 driver that it doesn't like?