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>SEQSetTempo</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">SEQSetTempo</h1> 14 15<h2>C Specification</h2> 16 17<dl> 18<dd><pre><CODE>#include <revolution.h> 19#include <revolution/seq.h> 20 21#define SEQ_ALL_TRACKS 0xFFFFFFFF</CODE></pre> 22 </dd> 23 <dd><pre><CODE>void SEQSetTempo(SEQSEQUENCE *sequence, u32 track, f32 tempo);</CODE></pre> 24 </dd> 25</dl> 26 27<h2>Arguments</h2> 28 29<table border="1" cellpadding="3" cellspacing="0.1"> 30 <tr> 31<td width="120" bgcolor="#ffffe8"><em><strong><font face="Courier New">sequence</font></strong></em></td> 32<td width="520">pointer to user-initialized <font face="Courier New">SEQSEQUENCE</font></td> 33 </tr> 34 <tr> 35<td width="120" bgcolor="#ffffe8"><em><strong><font face="Courier New">track</font></strong></em></td> 36<td width="520">track index for the track for which the tempo is set <BR>Use <CODE>SEQ_ALL_TRACKS</CODE> to set all tracks.</td> 37 </tr> 38 <tr> 39<td width="120" bgcolor="#ffffe8"><em><strong><font face="Courier New">tempo</font></strong></em></td> 40<td width="520">tempo at which to set the sequence, in BPM (120.0f = 120 BPM) </td> 41 </tr> 42</table> 43 44<h2>Return Values</h2> 45 46<p>None.</p> 47 48<h2>Description</h2> 49 50<p>This function alters playback speed using a logical musical tempo.</p> 51 52<h2>See Also</h2> 53 54<p><a href="SEQGetTempo.html"><font face="Courier New">SEQGetTempo</font></a></p> 55 56<h2>Revision History</h2> 57<P>2006/03/01 Initial version.</P> 58 59<hr> 60<P>CONFIDENTIAL</p> 61</BODY> 62</HTML> 63