alCSPGetChlFXMix.3p 872 Bytes
.TH alCSPGetChlFXMix 3P local "Silicon Graphics, Inc."

.SH NAME 
.upperok 
alCSPGetChlFXMix \- returns the effect mix for the given MIDI channel.

.SH SYNOPSIS
.nf
\f3
.Op c
#include <libaudio.h>
.sp .8v
u8      alCSPGetChlFXMix(ALCSPlayer *seqp, u8 chan);
.Op
\f1
.fi
.SH PARAMETERS
.TP 10
.B seqp
pointer to compressed MIDI sequence player. 
.TP
.B chan
the target (0 based) MIDI channel.
.SH DESCRIPTION
alCSPGetChlFXMix returns the effect mix for the given MIDI channel. A
value of 0 indicates the sound should be completely dry, 127 indicates
the sound should be completely wet. Because messages generated by 
.B alCSPSetChlFXMix
are not processed until the next call to 
.B alAudioFrame,
a call to
.B alCSPSetChlFXMix
followed by a call to alCSPGetChlFXMix within the same frame will not 
reflect the new value.

.SH SEE ALSO
alCSPSetChlFXMix(3P),
alCSeqPlayer(3P)