#include <nw/snd/snd_SoundHandle.h>
void SetFxSend(
AuxBus bus,
float send
);
| Name | Description | |
|---|---|---|
| in | bus | The AUX bus for which send volume is set. |
| in | send | Relative change in the send volume, taking 0.0 as a reference point. |
Changes the effect send volume of the sound.
Changes the effect send volume for the sound associated with the handle. If the handle is invalid, the function does nothing.
The value specified by this function operates independently of other effect send volumes, which are all layered.
The send argument specifies a value representing the relative amount of change. The send volume is unchanged if 0.0 is specified. When 1.0 is specified, sound that was not to be sent to the AUX bus will be sent at the maximum send volume. The default value is 0.0.
CONFIDENTIAL