alCSPSetChlFXMix.3p 787 Bytes
.TH alCSPSetChlFXMix 3P local "Silicon Graphics, Inc."

.SH NAME 
.upperok 
alCSPSetChlFXMix \- set the effect mix on the given MIDI channel.

.SH SYNOPSIS
.nf
\f3
.Op c
#include <libaudio.h>
.sp .8v
void    alCSPSetChlFXMix(ALCSPlayer *seqp, u8 chan, u8 fxmix);
.Op
\f1
.fi
.SH PARAMETERS
.TP 10
.B seqp
pointer to the compressed MIDI sequence player. 
.TP
.B chan
the target (0 based) MIDI channel.
.TP
.B fxmix
wet/dry mix. A value of 0 indicates the sound should be completely
dry, 127 indicates the sound should be completely wet.

.SH DESCRIPTION
alCSPSetChlFXMix sets the effect mix for the given MIDI channel.
Subsequent FXMix controllers (Cntrl 91) in the sequence will override the 
effect of this call.

.SH SEE ALSO
alCSPGetChlFXMix(3P),
alCSPSendMidi(3P),
alCSeqPlayer(3P)