alCSPPlay.3p
768 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 alCSPPlay 3P local "Silicon Graphics, Inc."
.SH NAME
.upperok
alCSPPlay \- start the target sequence playing.
.SH SYNOPSIS
.nf
\f3
.Op c
#include <libaudio.h>
.sp .8v
void alCSPPlay(ALCSPlayer *seqp);
.Op
\f1
.fi
.SH PARAMETERS
.TP 10
.B seqp
pointer to the compressed MIDI sequence player.
.SH DESCRIPTION
alCSPPlay causes the sequence player indicated by
.I seqp
to start its target sequence playing. The target sequence can be set by
calling
.B alCSPSetSeq.
.PP
Before starting a sequence it is important to initialize the sequence with
.B alCSeqNew,
to initialize the bank with
.B alBnkfNew,
and to set the bank file with
.B alCSPSetBank.
.SH SEE ALSO
alCSPSetBank(3P),
alCSPSetSeq(3P),
alCSeqNew(3P),
alBnkfNew(3P),
alCSPStop(3P),
alCSeqPlayer(3P)