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>axvpb.index</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">axvpb.index</h1>
15
16<h2>Syntax</h2>
17<dl><dd><pre class="construction">
18u32 index;
19</pre></dd></dl>
20
21<h2>Description</h2>
22<p>The <SPAN class="argument">index</SPAN> parameter is set by the AX library.</p>
23
24<p>The AX library manages an array of <a href="AX_Voice_Parameter_Blocks.html"><code>AXVPB</code></a> structures equal in number to <code>AX_MAX_VOICES</code> or the maximum number of voices specified when the AX library was initialized. The <SPAN class="argument">index</SPAN> parameter represents the index of a given voice within this array and does not change for the entire AX session.</p>
25
26<p>When creating an abstraction layer for AX voices, you are encouraged to implement a parallel array, and use the <SPAN class="argument">index</SPAN> parameter for fast referencing of voices.</p>
27
28<p>Do not modify this parameter.</p>
29
30<h2>Revision History</h2>
31<P>
322006/10/23 Changed the description of the maximum number of voices.<br>2006/03/01 Initial version.<br>
33</P>
34
35<hr><p>CONFIDENTIAL</p></body>
36</html>
37