SEQRemoveSequence

Syntax

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

void SEQRemoveSequence(SEQSEQUENCE *sequence);

Arguments

sequence Pointer to the SEQSEQUENCE structure to remove

Return Values

None.

Description

The SEQRemoveSequence function deletes a specified sequence from the sequence list. Sequence play stops immediately when sequences are removed from the sequence list. Therefore a "popping" noise may occur. When calling the SEQRemoveSequence function, you must either first stop the sequence or set the volume to 0.

See Also

SEQAddSequence

Revision History

2006/03/01 Initial version.


CONFIDENTIAL