alCSeqNew.3p 779 Bytes
.TH alCSeqNew 3P local "Silicon Graphics, Inc."

.SH NAME
.upperok
alCSeqNew \- initialize an Ultra 64 compressed MIDI sequence structure

.SH SYNOPSIS
.nf
\f3
.Op c
#include <libaudio.h>
.sp .8v
void	alCSeqNew(ALCSeq *seq, u8 *ptr);
.Op
\f1
.fi
.SH PARAMETERS
.TP 10
.I seq
pointer to the ALCSeq structure you wish to initialize. 
.TP
.I ptr
pointer to the compressed MIDI data.

.SH DESCRIPTION
In order to play a compressed MIDI sequence with the Compressed MIDI 
Sequence Player, you must first initialize the
.I ALCSeq
runtime data structure by calling alCSeqNew with a pointer to the MIDI 
sequence data
.I ptr

.PP
Note that the MIDI sequence data must be compressed using the
.I midicomp
tool.
.SH SEE ALSO
.IR alCSeq (3P),
.IR alCSPlayer (3P),
.IR midicomp (3P)