1<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> 2<html xml:lang="en-US" lang="en-US" xmlns="http://www.w3.org/1999/xhtml"> 3 <head> 4 <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> 5 <meta http-equiv="Content-Style-Type" content="text/css" /> 6 <link rel="stylesheet" href="../../css/manpage.css" type="text/css" /> 7 <title>PanCurve</title> 8 </head> 9 <body> 10 <h1>nw::snd::PanCurve Enumerated Type</h1> 11 <h2>Syntax</h2> 12 <div class="section"> 13 <pre class="definition">#include <nw/snd/snd_Global.h> 14 15enum PanCurve; 16</pre> 17 </div> 18 <h2>Value</h2> 19 <div class="section"> 20 <table class="arguments"> 21 <thead> 22 <tr> 23 <th>Value</th> 24 <td>Description</td> 25 </tr> 26 </thead> 27 <tr> 28 <th>PAN_CURVE_SQRT</th> 29 <td>Square root curve. -3 dB at the center, 0 dB at both ends.</td> 30 </tr> 31 <tr> 32 <th>PAN_CURVE_SQRT_0DB</th> 33 <td>Square root curve. 0 dB at the center, +3 dB at both ends.</td> 34 </tr> 35 <tr> 36 <th>PAN_CURVE_SQRT_0DB_CLAMP</th> 37 <td>Square root curve. 0 dB at the center, 0 dB at both ends.</td> 38 </tr> 39 <tr> 40 <th>PAN_CURVE_SINCOS</th> 41 <td>Trigonometric curve. -3 dB at the center, 0 dB at both ends.</td> 42 </tr> 43 <tr> 44 <th>PAN_CURVE_SINCOS_0DB</th> 45 <td>Trigonometric curve. 0 dB at the center, +3 dB at both ends.</td> 46 </tr> 47 <tr> 48 <th>PAN_CURVE_SINCOS_0DB_CLAMP</th> 49 <td>Trigonometric curve. 0 dB at the center, 0 dB at both ends.</td> 50 </tr> 51 <tr> 52 <th>PAN_CURVE_LINEAR</th> 53 <td>A linear curve. -6 dB at the center, 0 dB at both ends.</td> 54 </tr> 55 <tr> 56 <th>PAN_CURVE_LINEAR_0DB</th> 57 <td>A linear curve. 0 dB at the center, +6 dB at both ends.</td> 58 </tr> 59 <tr> 60 <th>PAN_CURVE_LINEAR_0DB_CLAMP</th> 61 <td>A linear curve. 0 dB at the center, 0 dB at both ends.</td> 62 </tr> 63 <tr> 64 <th>PAN_CURVE_INVALID</th> 65 <td>Indicates the pan curve is an invalid type.</td> 66 </tr> 67 </table> </div> 68 <h2>Description</h2> 69 <div class="section"> 70 <p>Pan curve definitions.</p><p>The pan curve is defined as a combination of the following items.</p><p>- Curve type (square root, trig function, linear)<br />- Curve scale (0 dB when the pan is in the center, or 0 dB when the pan is at either edge)<br />- Whether to clamp at 0 dB when the pan curve exceeds 0 dB.</p></div> 71 <h2>See Also</h2> 72 <div class="section"> 73 <p class="reference"><a href="../../nw/snd/SoundArchive/SoundInfo/Overview.html">SoundArchive::SoundInfo</a><br /> </p> 74 </div> 75 <h2>Revision History</h2> 76 <div class="section"> 77 <dl class="history"> 78 <dt>2010/01/15</dt> 79 <dd>Initial version.<br /> 80 </dd> 81 </dl> 82 </div> 83 <hr><p>CONFIDENTIAL</p></body> 84</html>