Page 1 of 1

MIDI volume not reset after exit (Windows)

Posted: Fri Jun 18, 2004 10:37 pm
by Yoshi348
This'll probably be difficult to fix, but at least under Windows, you set MIDI volume to max when a MIDI music starts being played, and then set it to zero when it stops. Unfortunately, it stays zero when the program is exited.

Posted: Tue Jun 29, 2004 4:34 pm
by Custom Element 12
wait... R'N'D uses MIDI??? I thought it just had WAV files that it played for music!!!

Posted: Tue Jun 29, 2004 5:41 pm
by Yoshi348
It can use various types for music and sounds. Alan's BD2K3 uses MIDIs.

Re: MIDI volume not reset after exit (Windows)

Posted: Thu Jul 29, 2004 5:45 pm
by Holger
Yoshi348 wrote:This'll probably be difficult to fix, but at least under Windows, you set MIDI volume to max when a MIDI music starts being played, and then set it to zero when it stops. Unfortunately, it stays zero when the program is exited.
Argh, this does sound nasty.

So it seems to completely override the system or user settings?! :-(

Which means I would have to read the current volume (if this is possible with SDL) and re-set it when the program exits (because setting it to MAX won't be a good solution either, although maybe better than having it at MIN volume)...