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>AXART_PANNING</TITLE> 7<META http-equiv="Content-Type" content="text/html; charset=windows-1252"> 8<META http-equiv="Content-Style-Type" content="text/css"> 9</head> 10 11<BODY> 12 13<H1 align="left">AXART_PANNING</H1> 14 15<H2>Syntax</H2> 16<dl><dd><pre class="construction"> 17#include <revolution.h> 18#include <revolution/axart.h> 19 20typedef struct 21{ 22 AXART_ART art; 23 24 // runtime user parameters 25 26 u8 pan; // left - right 0 - 127, 64 is center 27 u8 span; // rear - front 0 - 127, 127 is front 28 29} AXART_PANNING; 30</pre></dd></dl> 31 32<h2>Elements</h2> 33<TABLE class="arguments" border="1" > 34 <TR> 35<TH>art</TH> 36<TD>AXART articulator descriptor maintained by AXART. Do not write to this parameter.</TD> 37 </TR> 38 <TR> 39<TH>pan</TH> 40<TD>Left-to-right panning. 0 is left, 127 is right, 64 is center.</TD> 41 </TR> 42 <TR> 43<TH>span</TH> 44<TD>Rear-to-front panning. 0 is rear, 127 is front, 64 is center.</TD> 45 </TR> 46</TABLE> 47 48<H2>Description</H2> 49<P><CODE>AXART_PANNING</CODE> is a data structure used to denote a pan articulator. This articulator sets left-to-right and front-to-back panning for an <CODE>AXART_SOUND</CODE>. Do not use this articulator in conjunction with <CODE>AXART_3D</CODE> for an <CODE>AXART_SOUND</CODE>. The user application must call the <CODE>AXARTInitArtPanning</CODE> function before calling <CODE>AXARTAddArticulator</CODE> for the <CODE>AXART_PANNING</CODE>.</P> 50 51<H2>See Also</H2> 52<P class="reference"> 53<A href="AXARTInitArtPanning.html">AXARTInitArtPanning</A>, <A href="AXARTAddArticulator.html">AXARTAddArticulator</A>, <A href="AXART_3D.html">AXART_3D</A>, <A href="AXART_ART.html">AXART_ART</A>, <A href="AXART_SOUND.html">AXART_SOUND</A> 54</P> 55 56<H2>Revision History</H2> 57<P> 582006/03/01 Initial version.<BR> 59</P> 60 61<hr><p>CONFIDENTIAL</p></body> 62</HTML> 63