alSeqpSetTempo, n_alSeqpSetTempo
Specifies the tempo for the sequence player to use
#include <libaudio.h> /* libaudio.h */ void alSeqpSetTempo( ALSeqPlayer *seqp, s32 tempo);#include <n_libaudio.h> /* n_libaudio.h */ void n_alSeqpSetTempo(N_ALSeqPlayer *seqp, s32 tempo);
alSeqpSetTempo specifies a new sequence tempo for playback. Note that this function call will override the tempo change messages in the sequence.
For details on n_audio library, see "Chapter 28: n_audio library" in the N64 Programming Manual.
1999/04/30 Changed Format