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>originalSoundHeap</h1>
11
12    <h2>Overview</h2>
13    <div class="section">
14      <p>
15      Demonstrates how to use a user-implemented sound heap.
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 sequence sound</li>
24        <li>B Button: Stops the sound</li>
25      </ul>
26      </p>
27    </div>
28
29    <h2>Description</h2>
30    <div class="section">
31      <p>
32      This sample implements a user-defined sound heap.
33      </p>
34      <p>
35      Although only stack-based heap management can be performed with the <a href="../SoundHeap/Overview.html">nw::snd::SoundHeap</a> class, you can implement a sound heap with its own method of management by inheriting the <a href="../SoundMemoryAllocatable/Overview.html">nw::snd::SoundMemoryAllocatable</a> interface class.
36      </p>
37    </div>
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  <hr><p>CONFIDENTIAL</p></body>
48</html>
49
50