SEQRemoveSequence

C Specification

#include <revolution.h>
#include <revolution/seq.h>

void SEQRemoveSequence(SEQSEQUENCE *sequence);

Arguments

sequence pointer to the SEQSEQUENCE structure to remove

Return Values

None.

Description

This function removes a specified sequence from the sequence list. Sequence play stops immediately when sequences are removed from the sequence list. Popping may therefore occur. Either stop the sequence or set the volume to 0 before calling this function.

See Also

SEQAddSequence

Revision History

03/01/2006 Initial version.