alSeqpDelete (function)

alSeqpDelete, n_alSeqpDelete

Deallocates a MIDI sequence player

Syntax

#include <libaudio.h>     /* libaudio.h */
void alSeqpDelete(    ALSeqPlayer *seqp);
#include <n_libaudio.h>     /* n_libaudio.h */
void n_alSeqpDelete(N_ALSeqPlayer *seqp);

Arguments

seqp
Pointer to the sequence player structure to be deleted

Description

alSeqpDelete removes the sequence driver out of the synthesis driver. You must first call the alSeqpStop function to make sure that there are no playing voices. Note that alSeqpDelete does not free any memory.

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

See Also

alSeqpNew, alSeqpStop, and alSeqPlayer

Revision History

1999/04/30 Changed Format