alCSeqNewMarker, n_alCSeqNewMarker
Initializes a sequence marker at a given location for use with the compressed MIDI sequence player
#include <libaudio.h> /* libaudio.h */ void alCSeqNewMarker( ALCSeq *seq, ALCSeqMarker *m, u32 ticks);#include <n_libaudio.h> /* n_libaudio.h */ void n_alCSeqNewMarker(ALCSeq *seq, ALCSeqMarker *m, u32 ticks);
alCSeqNewMarker initializes a sequence marker at the location specified in the ticks argument. The sequence marker contains sequence state information required to allocate and play the sequence from that point.
For details on n_audio library, see "Chapter 28: n_audio library" in the N64 Programming Manual.
alCSeq, alCSeqGetLoc, and alCSeqSetLoc
1999/04/30 Changed Format