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>AXARTServiceSounds</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">AXARTServiceSounds</H1> 14 15<H2>Syntax</H2> 16<dl><dd><pre class="construction"> 17#include <revolution.h> 18#include <revolution/axart.h> 19 20void AXARTServiceSounds(void); 21</pre></dd></dl> 22 23<H2>Arguments</H2> 24<P>None.</P> 25 26<h2>Return Values</h2> 27<p>None.</p> 28 29<H2>Description</H2> 30<P>The <CODE>AXARTServiceSounds</CODE> function will run articulators for all sounds in the AXART sound list and update voice parameters for one audio frame. This function should be called from the AX callback for audio frames.</P> 31 32<H2>See Also</H2> 33<P class="reference"> 34<A href="AXARTInit.html">AXARTInit</A>, <A href="AXARTQuit.html">AXARTQuit</A>, <A href="AXARTAddSound.html">AXARTAddSound</A>, <A href="AXARTRemoveSound.html">AXARTRemoveSound</A> 35</P> 36 37<H2>Revision History</H2> 38<P> 392006/03/01 Initial version.<BR> 40</P> 41 42<hr><p>CONFIDENTIAL</p></body> 43</HTML> 44