alSeqpSetChlPriority.3p 665 Bytes
.TH alSeqpSetChlPriority 3P local "Silicon Graphics, Inc."

.SH NAME 
.upperok 
alSeqpSetChlPriority \- set the priority for the given MIDI channel.

.SH SYNOPSIS
.nf
\f3
.Op c
#include <libaudio.h>
.sp .8v
void    alSeqpSetChlPriority(ALSeqPlayer *seqp, u8 chan, u8 priority);
.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 priority
the priority for the MIDI channel.

.SH DESCRIPTION
alSeqpSetChlPriority sets the priority for the given MIDI channel. A value
of 0 is lowest priority, and 127 is highest priority. 

.SH SEE ALSO 
.IR alSeqpGetChlPriority (3P),
.IR alSeqPlayer (3P)