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>C Specification</h2>
17
18<BLOCKQUOTE>
19<pre><code>#include &lt;revolution.h&gt;
20
21u32 AXGetMaxVoices(void);</CODE></pre>
22</BLOCKQUOTE>
23
24<h2>Arguments</h2>
25
26<p>None.</p>
27
28<h2>Return Values</h2>
29
30<p>Returns the maximum number of voices that the AX library can use.</p>
31
32<h2>Description</h2>
33
34<p><code>AXGetMaxVoices</code> function returns the maximum number of voices that the AX library can use.</p>
35
36<p>Maximum voice count is determined at AX library initialization. When <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 <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>
37
38<h2>See Also</h2>
39
40<p>
41<code><a href="AXInit.html">AXInit</a>, <a href="AXInitEx.html">AXInitEx</a>, <a href="AXInitSpecifyMem.html">AXInitSpecifyMem</a>, <a href="AXInitExSpecifyMem.html">AXInitExSpecifyMem</a></code>
42</p>
43
44<h2>Revision History</h2>
45
46<P>
472006/10/24 Initial version.
48</P>
49
50<hr>
51<P>CONFIDENTIAL</p>
52</BODY>
53</HTML>
54