1<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML//EN">
2<html lang="ja"> <head>
3<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
4<meta http-equiv="Content-Style-Type" content="text/css">
5<link href="../../../css/manpage.css" rel="stylesheet" type="text/css">
6
7<title>Creating Wave Sounds</title>
8</head>
9<body>
10
11<!-- 1******** -->
12
13<h1 id="BASIC_MAKE_WSND">Creating Wave Sounds</h1>
14
15
16<h2>Wave Sound Sets and Wave Sounds</h2>
17<p>
18Wave sounds are created in two stages: the creation of the wave sound set and the creation of the wave sounds used by the wave sound set.<br> First, create a wave sound set. Then create the wave sounds to be used in that wave sound set.<br>
19</p>
20<p>
21During conversion, waveform data used for each wave sound is collected together at the wave sound set level.<br> Although wave sounds are what actually get played as sounds, the waveform data for these wave sounds are loaded into memory in units of wave sound sets.<br>
22</p>
23
24<h2>Displaying Wave Sounds</h2>
25<p>Wave sounds are created and edited using the Wave Sound Set List and Wave Sound List in the <B>Sound Set</B> tab.<br> Click the <B>Wave Sound Set</B> node in the project tree. The <B>Sound Set</B> tab is split into upper and lower sections, displaying two kinds of lists.<br> The upper list is called the Wave Sound Set List, and the lower list is called the Wave Sound List.<br>
26</p>
27<p>
28<IMG src="../../img/wsnd_listall.gif">
29</p>
30
31<h3>Creating Wave Sound Sets</h3>
32<p>To create a wave sound set, first click on the list region inside the <B>Sound Set</B> tab to move the focus, and then from the menu, select <B>Project</B> → <B>Add Item</B> → <B>Wave Sound Set...</B>.<br> The <B>Create New Wave Sound Set</B> dialog box appears. Enter the required information.<br>
33</p>
34<p>
35<IMG src="../../img/new_wsndset.gif">
36</p>
37
38<h3>Creating Wave Sounds</h3>
39		<p>Wave sounds are created using the Wave Sound List.</p>
40		<p>Click the <B>Wave Sound Set</B> node in the project tree and then select a wave sound set from the Wave Sound Set List in the upper part of the <B>Sound Set</B> tab. When this is done, the wave sounds inside this selected set appear in the lower part of the tab.</p>
41		<p>To create a Wave Sound, select the Wave Sound Set you want to include it in and then select <B>Project</B> → <B>Add Item</B> → <B>Wave Sound...</B>.</p>
42		<p>			The <B>Create New Wave Sound</B> dialog box appears. Enter the required information.<br> If you specify a file in the path, the <B>Create from filename</B> button becomes active.</p>
43		<p>
44<IMG src="../../img/new_wsnd.gif">
45</p>
46
47<hr><p>CONFIDENTIAL</p></body>
48</html>
49