alSynFreeFX alSynFreeFX (function)

alSynFreeFX, n_alSynFreeFX

Not implemented - Deletes allocated effect processor

Syntax

#include <libaudio.h>     /* libaudio.h */
void alSynFreeFX(ALSynth *s, ALFxRef *fx);
#include <n_libaudio.h>     /* n_libaudio.h */
void n_alSynFreeFX(          ALFxRef *fx);

Arguments

s
Pointer to the synthesizer driver

fx
Pointer to the effect reference number

Description

It is currently not implemented.

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

See Also

alSynAllocFX

Revision History

1999/04/30 Changed Format