alSeqpSetVol.3p 654 Bytes
.TH alSeqpSetVol 3P local "Silicon Graphics, Inc."

.SH NAME 
.upperok 
alSeqpSetVol \- sets the overall sequence volume.

.SH SYNOPSIS
.nf
\f3
.Op c
#include <libaudio.h>
.sp .8v
void    alSeqpSetVol(ALSeqPlayer *seqp, s16 vol);
.Op
\f1
.fi
.SH PARAMETERS
.TP 10
.I seqp
pointer to the sequence player. 
.TP
.I vol
new sequence volume.

.SH DESCRIPTION 
alSeqpGetVol sets the overall sequence volume. A value of 0x7fff
indicates full scale and a value of 0 indicates "off".

.SH NOTE
Individual channels also have volume levels which may be set with
.B alSeqpSetChlVol


.SH SEE ALSO 
.IR alSeqpGetVol (3P)
.IR alSeqpSetChlVol (3P),
.IR alSeqPlayer (3P)