alCSPDelete (function)

alCSPDelete, n_alCSPDelete

Deallocates a MIDI sequence player

Syntax

#include <libaudio.h>     /* libaudio.h */     
void alCSPDelete(    ALCSPlayer *seqp);
#include <n_libaudio.h>     /* n_libaudio.h */
void n_alCSPDelete(N_ALCSPlayer *seqp);

Arguments

seqp
Pointer to the compressed MIDI sequence player structure to be deleted

Description

alCSPDelete removes the compressed MIDI sequence player from the synthesis driver. Before calling this function, call the alCSPStop function to make sure that there are no playing voices. alCSPDelete does not free any memory.

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

See Also

alCSPNew, alCSPStop, and alCSeqPlayer

Revision History

1999/04/30 Changed Format