Function

nuAuStlSeqPlayerDataSet

Syntax: 
void    nuAuStlSeqPlayerDataSet(u32 player_no, u8 *seq_addr, u32 seq_size)
Arguments: 
playr_no        Sequence player number
seq_addr        ROM address of binary song data
seq_size        Size of binary song data
Return Value: 
None
Description 

Loads binary song data to the buffer of the sequence player.


- 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