alSeqpPlay, n_alSeqpPlay
Starts the target sequence playing
#include <libaudio.h> /* libaudio.h */ void alSeqpPlay( ALSeqPlayer *seqp);#include <n_libaudio.h> /* n_libaudio.h */ void n_alSeqpPlay(N_ALSeqPlayer *seqp);
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.
alSeqpSetBank, alSeqpSetSeq, alSeqpStop, and alSeqPlayer
1999/04/30 Changed Format