alCSPSetChlPriority.3p
681 Bytes
.TH alCSPSetChlPriority 3P local "Silicon Graphics, Inc."
.SH NAME
.upperok
alCSPSetChlPriority \- set the priority for the given MIDI channel.
.SH SYNOPSIS
.nf
\f3
.Op c
#include <libaudio.h>
.sp .8v
void alCSPSetChlPriority(ALCSPlayer *seqp, u8 chan, u8 priority);
.Op
\f1
.fi
.SH PARAMETERS
.TP 10
.B seqp
pointer to compressed MIDI sequence player.
.TP
.B chan
the target (0 based) MIDI channel.
.TP
.B priority
the priority for the MIDI channel.
.SH DESCRIPTION
alCSPSetChlPriority sets the priority for the given MIDI channel. A value
of 0 is lowest priority, and 127 is highest priority.
.SH SEE ALSO
alCSPGetChlPriority(3P),
alCSPSendMidi(3P),
alCSeqPlayer(3P)