alSeqNewMarker.3p
739 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
.TH alSeqNewMarker 3P local "Silicon Graphics, Inc."
.SH NAME
.upperok
alSeqNewMarker \- initializes a sequence marker at a given location.
.SH SYNOPSIS
.nf
\f3
.Op c
#include <libaudio.h>
.sp .8v
void alSeqNewMarker(ALSeq *seq, ALSeqMarker *m, u32 ticks);
.Op
\f1
.fi
.SH PARAMETERS
.TP 10
.I seq
pointer to the ALSeq structure to operate on.
.TP
.I m
pointer to the ALSeqMarker to initialize.
.TP
.I ticks
the sequence location, in MIDI clock ticks, to be represented by the marker.
.SH DESCRIPTION
alSeqNewMarker initializes a sequence marker at the location secified in
.I ticks.
The sequence marker contains sequence state information required to
locate and play the sequence from that point.
.SH SEE ALSO
.IR alSeq (3P)