Function

nuAuStlSeqPlayerSetSeqTempo(Macro)

Syntax:
s32 nuAuStlSeqPlayerSetSeqTempo(s32 player_no, s32 tempo)
Arguments:
player_no	sequence player number
tempo		tempo ( 0 - 0x100 )
Return Value:
Number of channels on which command was executed
Explanation:

Change the tempo of the sequence specified by the sequence player number.


- CAUTION

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


- Revision History

1999/2/1 Changed function specifications