alSynGetFXRef, n_alSynGetFXRef
Gets the address of an effect
#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);
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.
1999/04/30 Changed Format