alSynGetFXRef alSynGetFXRef (function)

alSynGetFXRef, n_alSynGetFXRef

Gets the address of an effect

Syntax

#include <libaudio.h>     /* libaudio.h */
ALFxRef alSynGetFXRef(ALSynth *s, s16 bus, s16 index);
#include <n_libaudio.h>     /* n_libaudio.h */
ALFxRef	n_alSynGetFXRef(          s16 bus, s16 index);

Arguments

s
Pointer to the synthesizer driver

bus
Bus number

index
Effect number

Description

alSynGetFXRef returns the address of the effect number specified by the index argument that is on the bus number.

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

See Also

alSynAllocFX, alSynFreeFX

Revision History

1999/04/30 Changed Format