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
|
n_alSynAllocFxFormat#include <n_libaudio.h> ALFxRef n_alSynAllocFx(s16 bus, ALSynConfig *c, ALHeap *hp); Arguments
This function is available in the n_audio library. It allocates and assigns an effect processor to an auxiliary bus, and it returns a reference number. The effect uses memory allocated from the heap. Note This function is called when the application calls n_alInit, provided the configuration structure passed to n_alInit does not have the effects type parameter set to AL_FX_NONE. Usually, your application should not call this function (n_alSynAllocFX) directly. See Also n_alSynFreeFX n_alSynSetFXMix n_alSynSetFXParam n_alInit
|