alSeqpSetChlVol.3p 925 Bytes
.TH alSeqpSetChlVol 3P local "Silicon Graphics, Inc."

.SH NAME 
.upperok 
alSeqpSetChlVol \- set the volume for the given MIDI channel.

.SH SYNOPSIS
.nf
\f3
.Op c
#include <libaudio.h>
.sp .8v
void    alSeqpSetChlVol(ALSeqPlayer *seqp, u8 chan, u8 vol);
.Op
\f1
.fi
.SH PARAMETERS
.TP 10
.I seqp
pointer to the sequence player. 
.TP
.I chan
the target (0 based) MIDI channel.
.TP
.I vol
the new volume for the MIDI channel.
.SH DESCRIPTION
alSeqpSetChlVol sets the volume for the given MIDI channel. A value
of 127 is full volume, and 0 is "off". Subsequent volume controllers
(Cntrl 7) in the sequence will override the effect of this call.

.SH NOTE
In addition to channel volume, the sequence player maintains an overall
sequence volume which can be accessed and set with
.I alSeqpGetVol
and 
.I alSeqpSetVol.

.SH SEE ALSO 
.IR alSeqpGetChlVol (3P),
.IR alSeqpSetVol (3P),
.IR alSeqpSendMidi (3P),
.IR alSeqPlayer (3P)