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 <p> 14 Demonstrates how to use a user-implemented sound heap. 15 </p> 16 17 <h2>How to Use</h2> 18 <p> 19 <ul> 20 <li>A Button: Plays the sequence sound</li> 21 <li>B Button: Stops the sound</li> 22 </ul> 23 </p> 24 25 <h2>Description</h2> 26 <p> 27 This sample implements a user-defined sound heap. 28 </p> 29 <p> 30 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. 31 </p> 32 33 <h2>Revision History</h2> 34 <div class="section"> 35 <dl class="history"> 36 <dt>2010/09/27</dt> 37 <dd>Initial version.<br /> 38 </dd> 39 </dl> 40 </div> 41 <hr><p>CONFIDENTIAL</p></body> 42</html> 43 44