alCSPStop (function)

alCSPStop, n_alCSPStop

Stops the target compressed MIDI sequence

Syntax

#include <libaudio.h>     /* libaudio.h */

void alCSPStop(    ALCSPlayer *seqp);
#include <n_libaudio.h>     /* n_libaudio.h */

void n_alCSPStop(N_ALCSPlayer *seqp);

Arguments

seqp
Pointer to the compressed midi sequence player

Description

alCSPStop causes the compressed MIDI sequence player specified by seqp to stop its target sequence. You can set the target sequence by calling the alCSPSetSeq function.

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

See Also

alCSPPlay, alCSPSetSeq, alCSeqPlayer

Revision History

1999/04/30 Changed Format