Ralph / Meg, >Did you try SndGetDefaultVolume and SndSetDefaultVolume?
SndSetDefaultVolume is a system use only function. You are not supposed to call it yourself. (See Appendix A of the Api Reference) Furthermore, the docs say it can't be called under OS5. When you use SndDoCmd() to play a sound, you can specify the amplitude directly as part of the call, giving your application control over the sounds it generates. To my knowledge, you're not supposed to mess with the sounds otherwise generated by the system. Doug -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/
