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">
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>Sound (snd) Sample Demo</title>
8  </head>
9  <body>
10    <h1>soundActor</h1>
11
12    <h2>Overview</h2>
13    <div class="section">
14      <p>
15      Demonstrates how to use a sound actor.
16      </p>
17    </div>
18
19    <h2>How to Use</h2>
20    <div class="section">
21      <p>
22      <ul>
23        <li>A Button: Plays the sound</li>
24        <li>B Button: Stops the sound</li>
25        <li>+Control Pad (Left/Right): Changes the pan.</li>
26        <li>+Control pad (Up/Down): Increases/decreases the volume</li>
27      </ul>
28      <ul>
29        A sound that differs from the A Button sound will play while a +Control pad button is pressed.
30      </ul>
31      </p>
32    </div>
33
34    <h2>Description</h2>
35    <div class="section">
36      <p>
37      Demonstrates how to use the <a href="../SoundActor/Overview.html">nw::snd::SoundActor</a> class, capable of collecting multiple sounds for adjusting volume and other things.
38      </p>
39      <p>
40      For further details, refer to Chapter 5, Sound Actor, in the Sound Programmer's Guide.
41      </p>
42    </div>
43
44    <h2>Revision History</h2>
45    <div class="section">
46      <dl class="history">
47        <dt>2010/09/27</dt>
48        <dd>Initial version.<br />
49        </dd>
50      </dl>
51    </div>
52
53  <hr><p>CONFIDENTIAL</p></body>
54</html>
55
56