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
17<h2>C Specification</h2>
18<BLOCKQUOTE>
19<pre><CODE>u32 index;</CODE></pre>
20</BLOCKQUOTE>
21<h2>Description</h2>
22
23<p>The <code>index</code> parameter is assigned by AX. AX maintains an array of <code>AX_MAX_VOICES</code> entries, where each entry is of type <a href="AX_Voice_Parameter_Blocks.html"><code>AXVPB</code></a>. The <code>index</code> value represents the index of a given voice within this array and does not change for the entire AX session.
24
25<p>When creating an abstraction layer for AX voices, you are encouraged to implement a parallel array, and use the index parameter for fast referencing of voices.</p>
26
27<p>Do not modify this parameter.</p>
28
29<h2>Revision History</h2>
30
31<P>03/01/2006 Initial version.</P>
32</body>
33</html>
34