alCSPSetVol.3p
648 Bytes
.TH alCSPSetVol 3P local "Silicon Graphics, Inc."
.SH NAME
.upperok
alCSPSetVol \- sets the overall sequence volume.
.SH SYNOPSIS
.nf
\f3
.Op c
#include <libaudio.h>
.sp .8v
void alCSPSetVol(ALCSPlayer *seqp, s16 vol);
.Op
\f1
.fi
.SH PARAMETERS
.TP 10
.B seqp
pointer to the compressed MIDI sequence player.
.TP
.B vol
new sequence volume.
.SH DESCRIPTION
alCSPSetVol 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 alCSPSetChlVol
.SH SEE ALSO
alCSPGetVol(3P),
alCSPSetChlVol(3P),
alCSeqPlayer(3P)