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>holdSound</h1>
11
12      <h2>Overview</h2>
13      <p>
14        Demonstrates how to use the HoldSound function.
15      </p>
16
17      <h2>How to Use</h2>
18      <p>
19        <ul>
20          <li>A Button: Plays the sequence sound while held down</li>
21          <li>A Button: Plays the wave sound while held down</li>
22          <li>A Button: Plays the stream sound while held down</li>
23        </ul>
24      </p>
25
26      <h2>Description</h2>
27      <p>
28      There are two ways to play sounds:
29      <ul>
30        <li><a href="../SoundStartable/StartSound.html">SoundStartable::StartSound</a></li>
31        <li><a href="../SoundStartable/HoldSound.html">SoundStartable::HoldSound</a></li>
32      </ul>
33
34      </p>
35      <p>
36      HoldSound is used in this sample. Sounds can be played continuously while HoldSound is being continuously called.
37      </p>
38
39    <h2>Revision History</h2>
40    <div class="section">
41      <dl class="history">
42        <dt>2010/09/27</dt>
43        <dd>Initial version.<br />
44        </dd>
45      </dl>
46    </div>
47
48  <hr><p>CONFIDENTIAL</p></body>
49</html>
50
51