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