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