Function

nuAuStlSeqPlayerInit

Syntax:
void    nuAuStlSeqPlayerInit(u32 player_no, u32 size)
Arguments: 
playr_no        Sequence player number
size            Size of binary song data
Return Value: 
None
Description: 

Initializes the sequence player and reserves a buffer for binary song data from the audio heap.


- CAUTION

NuSystem Ver. 2.00 and later is compatible with N64 Sound Tools Ver. 3.xx. Please note that the specifications of functions have changed from prior versions.


- Revision History

1999/2/1 Changed function specifications