alCSPGetTempo.3p 755 Bytes
.TH alCSPGetTempo 3P local "Silicon Graphics, Inc."

.SH NAME 
.upperok 
alCSPGetTempo \- returns the tempo of the current sequence.

.SH SYNOPSIS
.nf
\f3
.Op c
#include <libaudio.h>
.sp .8v
s32	alCSPGetTempo(ALCSPlayer *seqp);
.Op
\f1
.fi
.SH PARAMETERS
.TP 10
.B seqp
pointer to the compressed MIDI sequence player. 

.SH DESCRIPTION 
alCSPGetTempo returns the tempo at the end of the last call to 
.B alAudioFrame,
in microseconds per quarter note, of the target sequence. Because messages
generated by
.B alCSPSetTempo 
are not processed until the next call to
.B alAudioFrame,
a call to
.B alCSPSetTempo
followed by a call to 
.B alCSPGetTempo 
within the same frame will not reflect 
the new value.

.SH SEE ALSO 
alCSPSetTempo(3P)
alCSeqPlayer(3P)