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 - AuxBusSample Demo</h1>
12
13<h2>Description</h2>
14
15<div class="section">
16<p>This sample uses the Aux Bus to perform delay effects (BusA) and sine wave synthesis (BusB).</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>Turns the delay effect for the playback sound on and off. Uses AUX BusA for the bus.</td>
38        </tr>
39        <tr>
40<td>B Button.</td>
41<td>Turns sine wave synthesis for the playback sound on and off. Uses AUX BusB for the bus.</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, its controls and the state of each AUX bus are displayed.</p>
56    <p><img src="Fig/AuxBusSample.png"></p>
57<p>The following log is also displayed in debugger output.</p>
58    <pre class="code">Loading wav files...
59rom:/shutter.wav (2ch, 32000Hz, 16-bit wav file)</pre>
60
61</div>
62
63<h2>Revision History</h2>
64
65<div class="section">
66    <dl class="history">
67        <dt>2011/10/12</dt>
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>