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>AXGetAuxA/B/CReturnVolume</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">AXGetAuxA/B/CReturnVolume</h1> 15 16<h2>Syntax</h2> 17<dl><dd><pre class="construction"> 18#include <revolution/ax.h> 19 20u16 AXGetAuxAReturnVolume(void); 21u16 AXGetAuxBReturnVolume(void); 22u16 AXGetAuxCReturnVolume(void); 23</pre></dd></dl> 24 25<h2>Arguments</h2> 26<p>None.</p> 27 28<h2>Return Values</h2> 29<p>AUX bus return volume value.</p> 30 31<H2>Description</H2> 32<p>The <code>AXGetAuxA/B/CReturnVolume</code> functions acquires the return volume of the individual AUX buses in AX. The volume value is a 16-bit fixed point number (where the high order bit represent the integer part and 15 bits the fractional part) that lies in the range between 0x0000 (= 0.0) and 0xffff (= 2.0).</p> 33 34<p>The return volume is multiplied by the effect data when the effect data processed by the CPU (using the AXFX library) is mixed to the main bus using the DSP.</p> 35 36<H2>See Also</H2> 37<p class="reference"> 38<a href="AXSetAuxReturnVolume.html">AXSetAuxA/B/CReturnVolume</a> 39</p> 40 41<H2>Revision History</H2> 42<p> 432006/10/23 Initial version.<BR> 44</p> 45 46<hr><p>CONFIDENTIAL</p></body> 47</html> 48