alSeqpLoop, n_alSeqpLoop
Sets sequence loop points
Syntax
#include <libaudio.h> /* libaudio.h */ void alSeqpLoop(ALSeqPlayer *seqp, ALSeqMarker *start, ALSeqMarker *end, int count);#include <n_libaudio.h> /* n_libaudio.h */ void n_alSeqpLoop(N_ALSeqPlayer *seqp, ALSeqMarker *start, ALSeqMarker *end, s32 count);
Arguments
alSeqpLoop sets the sequence loop points to the locations specified by the start and end markers. These markers must have been previously initialized by calling alSeqNewMarker.
For details on n_audio library, see the "Chapter 28 n_audio library" of the programming manual.