alSynDelete alSynDelete (function)

alSynDelete, n_alSynDelete

Deletes the synthesizer driver

Syntax

#include <libaudio.h>     /* libaudio.h */
void alSynDelete(ALSynth *drvr);
#include <n_libaudio.h>     /* n_libaudio.h */
void n_alSynDelete(void);

Arguments

drvr
Pointer to the synthesizer driver

Description

alSynDelete is currently not implemented.

n_alSynDelete was originally designed for deleting synthesizer driver, however, it is currently under development, and it only deletes all the players registered to the synthesizer driver. This function is called in n_alClose.

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

See Also

alSynNew

Revision History

1999/04/30 Changed Format