N64® Functions Menu
|
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
|
|
alSeqpNew
Syntax
#include <libaudio.h>
void alSeqpNew(ALSeqPlayer *seqp, ALSeqpConfig *config);
Arguments
- seqp is the pointer to the Type 0 MIDI sequence player structure to initialize
- config is the pointer to the sequence player configuration structure
Explanation
It initializes a Type 0 MIDI sequence player (seqp) for the
configuration specified in config, and it signs into the synthesis driver as
a client. Note that it allocates memory from the (initialized) ALHeap
referenced by the config structure.
The arguments in the ALSeqpConfig structure (config) determine how many
resources are allocated from the heap. This structure is defined in
the libaudio.h file. The values are as follows:
|