alSynSetFXParam, n_alSynSetFXParam
Sets an effect parameter to the specified value
#include <libaudio.h> /* libaudio.h */ void alSynSetFXParam(ALSynth *drvr, ALFxRef fx, s16 paramID, void *param);#include <n_libaudio.h> /* n_libaudio.h */ void n_alSynSetFXParam( ALFxRef fx, s16 paramID, void *param);
alSynSetFXParam sets the specified effect parameter to the value specified. The valid parameter range may vary for each effect specified by the ID.
For details on n_audio library, see "Chapter 28: n_audio library" in the N64 Programming Manual.
Call alSynSetFXParam from within ALVoiceHandler only.
alSynAllocFX, alSynFreeFX, and alSynGetFXRef
1999/04/30 Changed Format