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 <p> 14 Demonstrates how to use a sound actor. 15 </p> 16 17 <h2>How to Use</h2> 18 <p> 19 <ul> 20 <li>A Button: Plays the sound</li> 21 <li>B Button: Stops the sound</li> 22 <li>+Control Pad (Left/Right): Changes the pan.</li> 23 <li>+Control pad (Up/Down): Increases/decreases the volume</li> 24 </ul> 25 <ul> 26 A sound that differs from the A Button sound will play while a +Control pad button is pressed. 27 </ul> 28 </p> 29 30 <h2>Description</h2> 31 <p> 32 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. 33 </p> 34 <p> 35 For further details, refer to Chapter 5, Sound Actor, in the Sound Programmer's Guide. 36 </p> 37 38 <h2>Revision History</h2> 39 <div class="section"> 40 <dl class="history"> 41 <dt>2010/09/27</dt> 42 <dd>Initial version.<br /> 43 </dd> 44 </dl> 45 </div> 46 47 <hr><p>CONFIDENTIAL</p></body> 48</html> 49 50