alCSeqGetLoc.3p
713 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
43
.TH alCSeqGetLoc 3P local "Silicon Graphics, Inc."
.SH NAME
.upperok
alCSeqGetLoc \- initializes a marker with the current sequence location
for use with the compressed MIDI sequence player.
.SH SYNOPSIS
.nf
\f3
.Op c
#include <libaudio.h>
.sp .8v
void alCSeqGetLoc(ALCSeq *seq, ALCSeqMarker *marker);
.Op
\f1
.fi
.SH PARAMETERS
.TP 10
.I seq
pointer to the compressed MIDI sequence.
.TP
.I marker
marker to be filled in with the current sequence location.
.SH DESCRIPTION
alCSeqGetLoc initializes
.I marker
with the current sequence location. This can be used by
.B alCSeqSetLoc
to later position the sequence playback at this point.
.SH SEE ALSO
alCSeq(3P),
alCSeqSetLoc(3P),
alCSeqNewMarker(3P)