alSynSetFXMix.3p 886 Bytes
.TH alSynSetFXMix 3P local "Silicon Graphics, Inc."

.SH NAME 
.upperok 
alSynSetFXMix \- set the "wet/dry" effect mix for a voice.

.SH SYNOPSIS
.nf
\f3
.Op c
#include <libaudio.h>
.sp .8v
void	alSynSetFXMix(ALSynth *drvr, ALVoice *voice, u8 fxmix);
.Op
\f1
.fi
.SH PARAMETERS
.TP 10
.I drvr
pointer to the synthesizer driver.
.TP
.I voice
pointer to a voice for mixing.
.TP
.I fxmix
mix value.
.SH DESCRIPTION
Set the relative mix of effect processed signal and unprocessed signal
to be added to the final mix.
.I fxmix
ranges from 0-127 with a value of
0 corresponding to all unprocessed (dry) signal and a value of 127
corresponding to all processed (wet) signal.
.SH WARNING
alSynSetFXMix should only be called from within an ALVoiceHandler.

.SH SEE ALSO
.IR alSynSetVol (3P),
.IR alSynSetPan (3P),
.IR alSynSetPitch (3P),
.IR alSynSetFXParam (3P),
.IR alSynStartVoiceParam (3P)