alSndpSetFXMix.3p 836 Bytes
.TH alSndpSetFXMix 3P local "Silicon Graphics, Inc."

.SH NAME 
.upperok 
alSndpSetFXMix \- set the wet/dry mix of the current target sound

.SH SYNOPSIS
.nf
\f3
.Op c
#include <libaudio.h>
.sp .8v
void	alSndpSetFXMix(ALSndPlayer *sndp, u8  fxmix);
.Op
\f1
.fi
.SH PARAMETERS
.TP 10
.I sndp
pointer to a sound player. 
.TP
.I fxmix
wet/dry mix. A value of 0 indicates the sound should be completely dry,
127 indicates the sound should be completely wet.
.SH DESCRIPTION
Set the wet/dry mix value of the current target sound. 
The target sound should be set with a call to 
.IR alSndpSetSound(3P).
If the sound is playing
the wet/dry mix will be adjusted. If the sound is not playing this call
will affect the wet/dry mix of the sound when it is played.
.SH SEE ALSO
.IR alSndpSetVol (3P),
.IR alSndpSetPitch (3P),
.IR alSndpSetPan (3P)