|
SoundMasterVolume | |
SoundMasterVolume VolumeLevel | |
Parameters: VolumeLevel = The overall volume of sound output. (0 to 255) |
|
Returns: NONE | |
SoundMasterVolume is the master volume control for all sound output. Setting this value will alter the sound play back level of all sounds. So you can use this to fade play back or lower all sound play back at will, without having to manually fade each sound. FACTS: * Changing the global volume does not change the individual sounds internal volumes, rather it scales their play back volume while playing. Mini Tutorial: The following example code, loads a sound file as sound 1. During the main Do/Loop the program randomly plays this sound using different pannings/volumes and fequencys to create a sort of wall of noise effect. The user can then control the overall play back volume with the Up/Down arrows which set the sound outputs master volume.
|
Related Info: | GetSoundMasterVolume | GetSoundVolume | LoadNewSound | LoadSound | PlaySound | SoundFreq | SoundVolume : |
|
|||||||||||||||||||||||||||||||||||||||
(c) Copyright 2002 - 2024 - Kevin Picone - PlayBASIC.com |