1<?xml version="1.0" encoding="UTF-8"?> 2<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> 3<html xml:lang="en-US" lang="en-US" xmlns="http://www.w3.org/1999/xhtml"> 4<head> 5 <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> 6 <meta http-equiv="Content-Style-Type" content="text/css" /> 7 <link rel="stylesheet" href="../../css/manpage.css" type="text/css" /> 8</head> 9<body> 10 11<h1>snd - EffectSample Demo</h1> 12 13<h2>Description</h2> 14 15<div class="section"> 16<p>This demo uses the CPU and DSP to create effects.</p> 17</div> 18 19<h2>Required Environment</h2> 20 21<div class="section"> 22<p>None.</p> 23</div> 24 25<h2>How to Use</h2> 26 27<div class="section"> 28 <table> 29 <thead> 30 <tr> 31<th>Input</th> 32<th>Operation</th> 33 </tr> 34 </thead> 35 <tr> 36<td>A Button.</td> 37<td>Play/stop sound.</td> 38 </tr> 39 <tr> 40<td>X Button.</td> 41<td>Change the effect.</td> 42 </tr> 43 </table> 44</div> 45 46<h2>Notes</h2> 47 48<div class="section"> 49<p>None.</p> 50</div> 51 52<h2>Execution Procedure</h2> 53 54<div class="section"> 55<p>When you run the demo, it displays its controls as well as the effects and playback status of each voice.</p> 56 <p><img src="Fig/EffectSample.png"></p> 57<p>The following log is also displayed in debugger output.</p> 58 <pre class="code">[rom:/fanfare_fs32kHz_1ch.pcm16.bcwav] fileSize(227862) loadSize(227862) fileSize(227862)</pre> 59 60</div> 61 62<h2>Revision History</h2> 63 64<div class="section"> 65 <dl class="history"> 66 <dt>2011/10/12</dt> 67<dd>Added DSP effects.</dd> 68<dd>Added support for applets, and modified How to Use and the screen display.</dd> 69 <dt>2011/02/02</dt> 70<dd>Initial version.</dd> 71 </dl> 72</div> 73 74 75<hr><p>CONFIDENTIAL</p></body> 76</html>