var mySound = OpenSound("c:\\welcome.wav",1) // open welcome.wav on channel 1var Volume = mysound.GetVolume() // get the current volume of the welcome.wav and// any other sounds playing on channel 1