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>AXGetMaxVoices</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">AXGetMaxVoices</h1> 15 16<h2>Syntax</h2> 17<dl><dd><pre class="construction"> 18#include <revolution/ax.h> 19 20u32 AXGetMaxVoices(void); 21</pre></dd></dl> 22 23<h2>Arguments</h2> 24<p>None.</p> 25 26<h2>Return Values</h2> 27<p>Returns the maximum number of voices that the AX library can use.</p> 28 29<h2>Description</h2> 30<p>The <code>AXGetMaxVoices</code> function returns the maximum number of voices that the AX library can use.</p> 31 32<p>Maximum voice count is determined at AX library initialization. When the <a href="AXInit.html"><code>AXInit</code></a> or <a href="AXInitEx.html"><code>AXInitEx</code></a> function is used for AX library initialization, the maximum voice count will be <code>AX_MAX_VOICES</code>. When the <a href="AXInitSpecifyMem.html"><code>AXInitSpecifyMem</code></a> or <a href="AXInitExSpecifyMem.html"><code>AXInitExSpecifyMem</code></a> function is used for initialization, the maximum voice count will be specified though an argument of individual initialization functions.</p> 33 34<h2>See Also</h2> 35<p class="reference"> 36<a href="AXInit.html">AXInit</a>, 37<a href="AXInitEx.html">AXInitEx</a>, 38<a href="AXInitSpecifyMem.html">AXInitSpecifyMem</a>, 39<a href="AXInitExSpecifyMem.html">AXInitExSpecifyMem</a> 40</p> 41 42<h2>Revision History</h2> 43<P> 442006/10/24 Initial version.<BR> 45</P> 46 47<hr><p>CONFIDENTIAL</p></body> 48</html> 49