alSeqpPlay (function)

alSeqpPlay, n_alSeqpPlay

Starts the target sequence playing

Syntax

#include <libaudio.h>     /* libaudio.h */
void alSeqpPlay(    ALSeqPlayer *seqp);
#include <n_libaudio.h>     /* n_libaudio.h */
void n_alSeqpPlay(N_ALSeqPlayer *seqp);

Arguments

seqp
Pointer to the sequence player

Description

alSeqpPlay causes the sequence player indicated by seqp to start playing its target sequence. To set the target sequence, call alSeqpSetSeq.

For details on n_audio library, see "Chapter 28: n_audio library" in the N64 Programming Manual.

See Also

alSeqpSetBank, alSeqpSetSeq, alSeqpStop, and alSeqPlayer

Revision History

1999/04/30 Changed Format