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
|
alSeqpDeleteFormat#include <libaudio.h> void alSeqpDelete(ALSeqPlayer *seqp); Arguments
It signs out of the synthesis driver. You must first call the alSeqpStop function to make sure that there are no playing voices. Note that alSeqpDelete does not free any memory. See Also alSeqpNew alSeqpStop alSeqPlayer
|