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 set by the AX library.</p> 24 25<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 <code>index</code> parameter represents the index of a given voice within this array and does not change for the entire AX session.</p> 26 27<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> 28 29<p>Do not modify this parameter.</p> 30 31<h2>Revision History</h2> 32 33<P> 342006/03/01 Initial version. <BR>2006/10/23 Changed the description of the maximum number of voices. 35</P> 36 37<hr> 38<P>CONFIDENTIAL</p> 39</BODY> 40</HTML> 41