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>AXSetVoiceItdOn</title> 7<META http-equiv="Content-Type" content="text/html; charset=windows-1252"> 8<META name="GENERATOR" content="IBM WebSphere Studio Homepage Builder Version 6.5.0.0 for Windows"> 9<META http-equiv="Content-Style-Type" content="text/css"> 10</head> 11 12<body> 13 14<h1 align="left">AXSetVoiceItdOn</h1> 15 16 17<h2>C Specification</h2> 18<BLOCKQUOTE> 19<pre><code>#include <revolution.h> 20 21void AXSetVoiceItdOn(AXVPB *pvpb);</CODE></pre> 22</BLOCKQUOTE> 23<h2>Arguments</h2> 24 25<table border="1" cellpadding="3" cellspacing="0.1"> 26 <tr> 27<td width="120" bgcolor="#ffffe8"><em><strong><code>pvpb</code></strong></em></td> 28<td width="520">Pointer to the specified voice.</td> 29 </tr> 30</table> 31 32<h2>Return Values</h2> 33 34<p>None.</p> 35 36<h2>Description</h2> 37 38<p><code>AXSetVoiceItdOn()</code> turns on Initial Time Delay (ITD) for the specified voice. ITD allows the user to specify a small phase delay between left and right channel mix, for a given sound effect.</p> 39<p>By default, ITD is <em>off</em> when a voice is acquired. This function also asserts the appropriate synchronization flags in <code>axvpb.sync</code>.</p> 40<h2>See Also</h2> 41 42<p> 43<code><a href="../Parameter_Blocks/AXPBITD_itd.html">axvpb.pb.itd</a><br> <a href="AXSetVoiceItdTarget.html">AXSetVoiceItdTarget</a></code> 44</p> 45 46<h2>Revision History</h2> 47 48<P>2006/03/01 Initial version.</P> 49<hr> 50<P>CONFIDENTIAL</p> 51</BODY> 52</HTML> 53