al - Audio Library Functions gDP - DP GBI Macros gdSP - General GBI Macros gSP - SP GBI Macros gt - Turbo Microcode RDP gu - Graphics Utilities Math - Math Functions nuSys - NuSystem os - N64 Operating System sp - Sprite Library Functions uh - Host to Target IO 64DD - N64 Disk Drive
|
alSynAllocFxFormat#include <libaudio.h> ALFxRef alSynAllocFx(ALSynth *drvr, s16 bus, ALSynConfig *c, ALHeap *hp); Arguments
It allocates and assigns an effect processor to an auxiliary bus, and it returns a reference number. The effect uses memory allocated from heap. Note This function is called when the application calls alInit, provided the configuration structure passed to alInit does not have the effects type parameter set to AL_FX_NONE. Usually, your application should not call this function (alSynAllocFX) directly. See Also alSynFreeFX alSynSetFXMix alSynSetFXParam alInit
|