alCSPGetChlPriority.3p 814 Bytes
.TH alCSPGetChlPriority 3P local "Silicon Graphics, Inc."

.SH NAME 
.upperok 
alCSPGetChlPriority \- returns the priority for the given MIDI channel.

.SH SYNOPSIS
.nf
\f3
.Op c
#include <libaudio.h>
.sp .8v
u8   alCSPGetChlPriority(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
alCSPGetChlPriority returns the priority for the given MIDI channel. A
value of 0 is lowest priority, and 127 is highest priority. Because channel
priority isn't updated until the next call to
.B alAudioFrame,
a call to 
.B alCSPSetChlPriority
followed by a call to 
.B alCSPGetChlPriority 
within the same frame will not 
reflect the new value.

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