1<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> 2<html> 3 4<head> 5<LINK rel="stylesheet" type="text/css" href="../../CSS/revolution.css"> 6<title>SEQRemoveSequence</title> 7<META http-equiv="Content-Type" content="text/html; charset=windows-1252"> 8<META http-equiv="Content-Style-Type" content="text/css"> 9</head> 10 11<body> 12 13<h1 align="left">SEQRemoveSequence</h1> 14 15<h2>C Specification</h2> 16 17<dl> 18 <dd> 19 <pre><CODE> 20 #include <revolution.h> 21 #include <revolution/seq.h> 22 23 void SEQRemoveSequence(SEQSEQUENCE *sequence); 24 </CODE></pre> 25 </dd> 26</dl> 27 28<h2>Arguments</h2> 29 30<table border="1" cellpadding="3" cellspacing="0.1"> 31 <tr> 32<td width="120" bgcolor="#ffffe8"><em><strong><font face="Courier New">sequence</font></strong></em></td> 33<td width="520">pointer to the <font face="Courier New">SEQSEQUENCE</font> structure to remove</td> 34 </tr> 35</table> 36 37<h2>Return Values</h2> 38 39<p>None.</p> 40 41<h2>Description</h2> 42 43<p>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.</p> 44 45<h2>See Also</h2> 46<p> 47<code><a href="SEQAddSequence.html">SEQAddSequence</a></code> 48</p> 49 50<h2>Revision History</h2> 51<P>2006/03/01 Initial version.</P> 52 53<hr> 54<P>CONFIDENTIAL</p> 55</BODY> 56</HTML> 57