alCSPGetSeq (function)

alCSPGetSeq, n_alCSPGetSeq

Returns the sequence currently assigned to the compressed MIDI sequence player

Syntax

#include <libaudio.h>     /* libaudio.h */
ALSeq *alCSPGetSeq(     ALCSPlayer *seqp);
#include <n_libaudio.h>     /* n_libaudio.h */
ALCSeq *n_alCSPGetSeq(N_ALCSPlayer *seqp);

Arguments

seqp
Pointer to the compressed MIDI sequence player

Description

alCSPGetSeq returns a pointer to the current sequence. If there is no current sequence, it returns 0.

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

See Also

alCSPSetSeq, alCSeqPlayer

Revision History

1999/04/30 Changed Format