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>C Specification</h2> 17 18<BLOCKQUOTE> 19<pre><code>#include <revolution.h> 20 21u16 AXGetAuxAReturnVolume(void); 22u16 AXGetAuxBReturnVolume(void); 23u16 AXGetAuxCReturnVolume(void); 24</code></pre> 25</BLOCKQUOTE> 26 27<h2>Arguments</h2> 28 29<p> 30None. 31</p> 32 33<h2>Return Values</h2> 34 35<p> 36AUX bus return volume value. 37</p> 38 39<H2>Description</H2> 40 41<p><code>AXGetAuxA/B/CReturnVolume</code> functions acquire 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 represents the integer part and 15 bits the fractional part) that lies in the range between 0x0000 (= 0.0) and 0xffff (= 2.0).</p> 42 43<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> 44 45<H2>See Also</H2> 46 47<p> 48<code><a href="AXSetAuxReturnVolume.html">AXSetAuxA/B/CReturnVolume</a></code> 49</p> 50 51<H2>Revision History</H2> 52 53<p>2006/10/23 Initial version.</p> 54 55<hr> 56<P>CONFIDENTIAL</p> 57</BODY> 58</HTML> 59