alSeqpSetTempo (function)

alSeqpSetTempo, n_alSeqpSetTempo

Specifies the tempo for the sequence player to use

Syntax

#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);

Arguments

seqp
Pointer to the sequence player

tempo
Tempo in microseconds per MIDI quarter note

Description

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.

See Also

alSeqpGetTempo, alSeqPlayer

Revision History

1999/04/30 Changed Format