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>SEQGetTempo</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">SEQGetTempo</h1>
14<h2>C Specification</h2>
15
16<dl>
17<dd><pre><CODE>#include &lt;revolution.h&gt;
18#include &lt;revolution/seq.h&gt;
19
20f32 SEQGetTempo(SEQSEQUENCE *sequence, u32 track);</CODE></pre>
21  </dd>
22</dl>
23
24<h2>Arguments</h2>
25
26<table border="1" cellpadding="3" cellspacing="0.1">
27  <tr>
28<td width="120" bgcolor="#ffffe8"><em><strong><font face="Courier New">sequence</font></strong></em></td>
29<td width="520">pointer to user-initialized <font face="Courier New">SEQSEQUENCE</font></td>
30  </tr>
31  <tr>
32<td width="120" bgcolor="#ffffe8"><em><strong><font face="Courier New">track</font></strong></em></td>
33<td width="520">track index for the track to be gotten</td>
34  </tr>
35</table>
36
37<h2>Return Values</h2>
38
39<p>32-bit float tempo in BPM (120.0f = 120 BPM)</p>
40
41<h2>Description</h2>
42
43<p>This function gets the current tempo for the specified track of the specified sequence.</p>
44
45<h2>See Also</h2>
46
47<p><a href="SEQSetTempo.html"><font face="Courier New">SEQSetTempo</font></a></p>
48
49<h2>Revision History</h2>
50<P>2006/03/01 Initial version.</P>
51
52<hr>
53<P>CONFIDENTIAL</p>
54</BODY>
55</HTML>
56