alCSPSetTempo.3p
614 Bytes
.TH alCSPSetTempo 3P local "Silicon Graphics, Inc."
.SH NAME
.upperok
alCSPSetTempo \- specifies the tempo for the sequence player to use.
.SH SYNOPSIS
.nf
\f3
.Op c
#include <libaudio.h>
.sp .8v
void alCSPSetTempo(ALCSPlayer *seqp, s32 tempo);
.Op
\f1
.fi
.SH PARAMETERS
.TP 10
.B seqp
pointer to the compressed MIDI sequence player.
.TP
.B tempo
tempo in microseconds per MIDI quarter note.
.SH DESCRIPTION
alCSPSetTempo specifies a new sequence tempo for playback. Note that
tempo change messages in the sequence will override tempos set with
this call.
.SH SEE ALSO
alCSPGetTempo(3P),
alCSeqPlayer(3P)