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>AXSetVoiceUpdateWrite</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">AXSetVoiceUpdateWrite</h1> 15 16 17<h2>C Specification</h2> 18<BLOCKQUOTE> 19<pre><code>#include <revolution.h> 20 21void AXSetVoiceUpdateWrite(AXVPB *pvpb, u16 param, u16 data); 22</CODE></pre> 23</BLOCKQUOTE> 24<h2>Arguments</h2> 25 26<table border="1" cellpadding="3" cellspacing="0.1"> 27 <tr> 28<td width="120" bgcolor="#ffffe8"><em><strong><code>pvpb</code></strong></em></td> 29<td width="520">Pointer to the specified voice.</td> 30 </tr> 31 <tr> 32<td width="120" bgcolor="#ffffe8"><em><strong><code>param</code></strong></em></td> 33<td width="520">Index of parameter to update. Parameter indices are defined in <code>ax.h</code>.</td> 34 </tr> 35 <tr> 36<td width="120" bgcolor="#ffffe8"><em><strong><code>data</code></strong></em></td> 37<td width="520">Data to write to parameter.</td> 38 </tr> 39</table> 40 41<h2>Return Values</h2> 42 43<p>None.</p> 44 45<h2>Description</h2> 46 47<p><code>AXSetVoiceUpdateWrite()</code> specifies a parameter change that the DSP must execute during a given millisecond of processing for the specified voice. This function will begin filling the update block for parameter changes to be executed at the start of the second millisecond of DSP processing. When all of the updates for this millisecond have been specified, use <code>AXSetVoiceUpdateIncrement()</code> to proceed to the next millisecond of updates.</p> 48 49<p><strong>Note: </strong> Because the current version of the AX library is not fully updated, update blocks created using the above function will not be reflected in DSP operation.</p> 50 51<h2>See Also</h2> 52 53<p> 54<code><a href="../Parameter_Blocks/AXPBUPDATE_update.html">axvpb.pb.update</a><br> <a href="AXSetVoiceUpdateIncrement.html">AXSetVoiceUpdateIncrement</a></code> 55</p> 56 57<h2>Revision History</h2> 58 59<P>03/01/2006 Initial version.</P></body> 60</html> 61