alSeqpSetTempo.3p 613 Bytes
.TH alSeqpSetTempo 3P local "Silicon Graphics, Inc."

.SH NAME 
.upperok 
alSeqpSetTempo \- specifies the tempo for the sequence player to use.

.SH SYNOPSIS
.nf
\f3
.Op c
#include <libaudio.h>
.sp .8v
void	alSeqpSetTempo(ALSeqPlayer *seqp, s32 tempo);
.Op
\f1
.fi
.SH PARAMETERS
.TP 10
.I seqp
pointer to the sequence player. 
.TP
.I tempo
tempo in microseconds per MIDI quarter note.
.SH DESCRIPTION 
alSeqpSetTempo 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 
.IR alSeqpGetTempo (3P),
.IR alSeqPlayer (3P)