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>SEQInit</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">SEQInit</h1>
14
15<h2>C Specification</h2>
16
17<dl>
18  <dd>
19<pre><CODE>#include &lt;revolution.h&gt;
20#include &lt;revolution/seq.h&gt;
21
22void SEQInit(void);</CODE></pre>
23  </dd>
24</dl>
25
26<h2>Arguments</h2>
27
28<p>None.</p>
29
30<h2>Return Values</h2>
31
32<p>None.</p>
33
34<h2>Description</h2>
35
36<p>This function initializes the sequencer. It must be called before any other SEQ API calls.</p>
37
38<h2>See Also</h2>
39<p>
40<code><a href="SEQQuit.html">SEQQuit</a></code>
41</p>
42
43<h2>Revision History</h2>
44<P>03/01/2006 Initial version.</P>
45
46</body>
47</html>
48