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>playerHeap</h1>
11
12    <h2>Overview</h2>
13    <div class="section">
14      <p>
15      Demonstrates how to use a player heap for memory management.
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>X Button: Plays the wave sound</li>
25        <li>B Button: Stops the sound</li>
26      </ul>
27      </p>
28    </div>
29
30    <h2>Description</h2>
31    <div class="section">
32      <p>
33      Demonstrates how to use a player heap.
34      </p>
35      <p>
36      This demo loads and plays the required data (sequence data, bank data, wave sound data, and wave archive data) into all player heaps when playing sequence sounds and wave sounds.
37      </p>
38      <p>
39      <a href="../SoundHeap/Overview.html">nw::snd::SoundHeap</a> is never used for this reason.
40      </p>
41      <p>
42      In addition, only the required waves are loaded into the player heap in the case of wave archives for which individual loading is turned on.
43      </p>
44      <p>
45      For details on the player heap, see Chapter 4, <I>Memory Management</I>, in the <I>Sound Programmer's Manual</I>.
46      </p>
47    </div>
48
49    <h2>Revision History</h2>
50    <div class="section">
51      <dl class="history">
52        <dt>2010/11/29</dt>
53        <dd>Revised text to include the fact that since bank data, wave sound data, and wave archive data can now be loaded into the player heap that this demo now also uses a corresponding feature.<BR>
54        </dd>
55        <dt>2010/09/27</dt>
56        <dd>Initial version.<br />
57        </dd>
58      </dl>
59    </div>
60
61  <hr><p>CONFIDENTIAL</p></body>
62</html>
63
64