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>C Specification</H2> 16<DL> 17<dd><pre><CODE>#include <revolution.h> 18#include <revolution/axart.h></CODE></pre> 19 </dd> 20<dd><PRE><CODE>void AXARTServiceSounds(void);</CODE></PRE> 21 </dd> 22</DL> 23 24<H2>Arguments</H2> 25<P>None.</P> 26 27<h2>Return Values</h2> 28<p>None.</p> 29 30<H2>Description</H2> 31<P><font face="Courier New">AXARTServiceSounds()</font> 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> 32 33<H2>See Also</H2> 34<P><FONT face="Courier New"><A href="AXARTInit.html">AXARTInit<BR></A><A href="AXARTQuit.html">AXARTQuit<BR></A><A href="AXARTAddSound.html">AXARTAddSound<BR></A><A href="AXARTRemoveSound.html">AXARTRemoveSound</A></FONT></P> 35 36<H2>Revision History</H2> 37<P>2006/03/01 Initial version.</P> 38 39<hr> 40<P>CONFIDENTIAL</p> 41</BODY> 42</HTML> 43