#include <nnsys/snd.h>void NNS_SndPlayerSetPlayableSeqCount( int playerNo, int seqCount );
playerNo |
The Player number. |
seqCount |
The maximum number of sequences playing at once. Takes a value between 0 and 16. |
Sets the maximum number of sequences that can be playing at one time on the designated player. The default value is set to 1.
Setting seqCount to 0 means that the sequence will not be able to be played with that player. If seqCount is set to the maximum value of 16, there will be no limitations since the entire system can play only 16 sequences at a time.
This function is called inside of the NNS_SndArcPlayerSetup function. If this function is called again, the set values will be overwritten.
06/01/2004 Initial version.