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><CODE><a href="../../nw/Overview.html">nw</a>::<a href="../../nw/snd/Overview.html">snd</a>::PanCurve</CODE> Enumerated Type</h1>
11    <h2>Syntax</h2>
12    <div class="section">
13      <pre class="definition">#include &lt;nw/snd/snd_Global.h&gt;
14enum PanCurve;
15</pre>
16    </div>
17    <h2>Value</h2>
18    <div class="section">
19      <table class="arguments">
20        <thead>
21          <tr>
22            <th>Value</th>
23            <td>Description</td>
24          </tr>
25        </thead>
26        <tr>
27          <th>PAN_CURVE_SQRT</th>
28          <td>Square root curve. -3 dB at the center, 0 dB at both ends.</td>
29        </tr>
30        <tr>
31          <th>PAN_CURVE_SQRT_0DB</th>
32          <td>Square root curve. 0 dB at the center, +3 dB at both ends.</td>
33        </tr>
34        <tr>
35          <th>PAN_CURVE_SQRT_0DB_CLAMP</th>
36          <td>Square root curve. 0 dB at the center, 0 dB at both ends.</td>
37        </tr>
38        <tr>
39          <th>PAN_CURVE_SINCOS</th>
40          <td>Trigonometric curve. -3 dB at the center, 0 dB at both ends.</td>
41        </tr>
42        <tr>
43          <th>PAN_CURVE_SINCOS_0DB</th>
44          <td>Trigonometric curve. 0 dB at the center, +3 dB at both ends.</td>
45        </tr>
46        <tr>
47          <th>PAN_CURVE_SINCOS_0DB_CLAMP</th>
48          <td>Trigonometric curve. 0 dB at the center, 0 dB at both ends.</td>
49        </tr>
50        <tr>
51          <th>PAN_CURVE_LINEAR</th>
52          <td>A linear curve. -6 dB at the center, 0 dB at both ends.</td>
53        </tr>
54        <tr>
55          <th>PAN_CURVE_LINEAR_0DB</th>
56          <td>A linear curve. 0 dB at the center, +6 dB at both ends.</td>
57        </tr>
58        <tr>
59          <th>PAN_CURVE_LINEAR_0DB_CLAMP</th>
60          <td>A linear curve. 0 dB at the center, 0 dB at both ends.</td>
61        </tr>
62        <tr>
63          <th>PAN_CURVE_INVALID</th>
64          <td>Indicates the pan curve is an invalid type.</td>
65        </tr>
66      </table> </div>
67    <h2>Description</h2>
68    <div class="section">
69      <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>
70    <h2>See Also</h2>
71    <div class="section">
72      <p class="reference"><a href="../../nw/snd/SoundArchive/SoundInfo/Overview.html">SoundArchive::SoundInfo</a><br /> </p>
73    </div>
74    <h2>Revision History</h2>
75    <div class="section">
76      <dl class="history">
77        <dt>2010/01/15</dt>
78        <dd>Initial version.<br />
79        </dd>
80      </dl>
81    </div>
82  <hr><p>CONFIDENTIAL</p></body>
83</html>
84