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>AXFXReverbStdCallback</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">AXFXReverbStdCallback</H1> 14 15<H2>C Specification</H2> 16<BLOCKQUOTE> 17<PRE><CODE>#include <revolution.h> 18#include <revolution/axfx.h> 19 20void AXFXReverbStdCallback(AXFX_BUFFERUPDATE *update, AXFX_REVERBSTD *rev);</CODE></PRE> 21</BLOCKQUOTE> 22 23<H2>Arguments</H2> 24<TABLE border="1" cellpadding="3" cellspacing="0.1"> 25 <TBODY> 26 <TR> 27<TD width="120" bgcolor="#ffffe8"><EM><STRONG><code>update </code></STRONG></EM></TD> 28<TD width="520">Pointer to the buffer to update.</TD> 29 </TR> 30 <TR> 31<TD width="120" bgcolor="#ffffe8"><EM><STRONG><code>rev </code></STRONG></EM></TD> 32<TD width="520">Pointer to the user-initialized <code>AXFX_REVERBSTD</code>.</TD> 33 </TR> 34 </TBODY> 35</TABLE> 36 37<H2>Return Values</H2> 38<P>None.</P> 39 40<H2>Description</H2> 41<P><code>AXFXReverbStdCallback</code> must be registered for the Aux bus using <code>AXRegisterAux?Callback</code>.</P> 42 43<H2>See Also</H2> 44<P> 45<code><A href="AXFXReverbStdInit.html">AXFXReverbStdInit</A><br> <A href="AXFXReverbStdShutdown.html">AXFXReverbStdShutdown</A><br> <A href="AXFXReverbStdSettings.html">AXFXReverbStdSettings</A><br> <A href="../../ax/AUX_Send_Return/AXRegisterAuxACallback.html">AXRegisterAuxACallback</A><br> <A href="../../ax/AUX_Send_Return/AXRegisterAuxBCallback.html">AXRegisterAuxBCallback</A></code> 46</P> 47 48<H2>Revision History</H2> 49<P>03/01/2006 Initial version.</P> 50<P>6/19/2006 Revised the registration destination of callbacks</P> 51 52</BODY> 53</HTML> 54