alCSPDelete, n_alCSPDelete
Deallocates a MIDI sequence player
#include <libaudio.h> /* libaudio.h */ void alCSPDelete( ALCSPlayer *seqp);#include <n_libaudio.h> /* n_libaudio.h */ void n_alCSPDelete(N_ALCSPlayer *seqp);
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.
alCSPNew, alCSPStop, and alCSeqPlayer
1999/04/30 Changed Format