alSynSetPan.3p 806 Bytes
.TH alSynSetPan 3P local "Silicon Graphics, Inc."

.SH NAME 
.upperok 
alSynSetPan \- set the stereo pan position of the specified voice.

.SH SYNOPSIS
.nf
\f3
.Op c
#include <libaudio.h>
.sp .8v
void	alSynSetPan(ALSynth *drvr, ALVoice *voice, ALPan pan);
.Op
\f1
.fi
.SH PARAMETERS
.TP 10
.I drvr
pointer to the synthesizer driver.
.TP
.I voice
pointer to the voice.
.TP
.I pan
the pan value.
.SH DESCRIPTION
Set the position in the stereo field of the specified voice. A value
of 0 indicates the sound should be panned completely to the left and
127 indicates the sound should be panned completely to the right.
.SH WARNING
alSynSetPan should only be called from within an ALVoiceHandler.

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