alCSeqNewMarker.3p 833 Bytes
.TH alCSeqNewMarker 3P local "Silicon Graphics, Inc."

.SH NAME 
.upperok 
alCSeqNewMarker \- initializes a sequence marker at a given location 
for use with the compressed MIDI sequence player.

.SH SYNOPSIS
.nf
\f3
.Op c
#include <libaudio.h>
.sp .8v
void	alCSeqNewMarker(ALCSeq *seq, ALCSeqMarker *m, u32 ticks);
.Op
\f1
.fi
.SH PARAMETERS
.TP 10
.I seq
pointer to the ALCSeq structure to operate on.
.TP
.I m
pointer to the ALCSeqMarker to initialize.
.TP
.I ticks
the sequence location, in MIDI clock ticks, to be represented by the marker.

.SH DESCRIPTION
.B alCSeqNewMarker 
initializes a sequence marker at the location specified in
.I ticks.
The sequence marker contains sequence state information required to
locate and play the sequence from that point.
.SH SEE ALSO
alCSeq(3P),
alCSeqGetLoc(3P),
alCSeqSetLoc(3P)