#include <nw/snd/snd_SoundPlayer.h>
void SetMainSend(
float send
);
| Name | Description | |
|---|---|---|
| in | send | Relative change in the send volume, taking 0.0 as a reference point. |
Changes the send volume to the player's main output.
The send volume to the player's main output affects all sounds currently being played in the player.
The value specified by this function operates independently of all other volume parameters set for sound, which are mixed together.
Main send is a parameter used for adjusting the volume of sound to be sent to main output. This is mostly used to adjust the balance of the dry/wet components of an effect.
The send argument specifies a value representing the relative amount of change. The send volume is unchanged if 0.0 is specified. If –1.0 is specified, sound formerly sent at maximum send volume to the main bus is no longer sent to the main bus at all. The default value is 0.0.
CONFIDENTIAL