alSeqpSetVol.3p
654 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
.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)