~ubuntu-branches/ubuntu/gutsy/audacity/gutsy-backports

« back to all changes in this revision

Viewing changes to help/wxhelp/menu_generate.htm

  • Committer: Bazaar Package Importer
  • Author(s): Free Ekanayaka
  • Date: 2007-05-18 12:11:05 UTC
  • mfrom: (1.2.5 upstream)
  • Revision ID: james.westby@ubuntu.com-20070518121105-onhr7ojai3n5khzt
Tags: 1.3.3-1
* New upstream release
* Added watch file
* debian/patches:
   - updated libmp3lame patch
* debian/control:
   - as suggested upstream, depend on libgtk2.0-dev, otherwise 
     the code fails to build

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML//EN">
2
 
<html>
3
 
<head>
4
 
<title>Audacity - Generate Menu</title>
5
 
</head>
6
 
 
7
 
<body text="#000000" link="#000099" vlink="#000099">
8
 
 
9
 
<font color="#000099">
10
 
<h1>Generate Menu</h1>
11
 
</font>
12
 
 
13
 
<p>Behaviour of Generate plug-ins is context sensitive:</p>
14
 
 
15
 
<ul>
16
 
<li>If you choose an item from the Generate menu when there are no tracks 
17
 
in a project, a new track is created. Otherwise, the current track is 
18
 
used.</li>
19
 
 
20
 
<li>If a track is selected and the cursor is placed in a single place in the 
21
 
track audio is inserted at the cursor position. The default duration is 30 
22
 
seconds. The audio created will replace the any selection, otherwise it is 
23
 
inserted into the track, shifting up later parts of the track.</li>
24
 
 
25
 
<li>If a region of audio is selected, audio is inserted at the left edge of 
26
 
the selection, and the length of the inserted audio is equal to the length 
27
 
of the selection. Changing length of inserted audio shrinks selection to fit 
28
 
new length.</li>
29
 
</ul>
30
 
 
31
 
 
32
 
<p>
33
 
<hr width="50%">
34
 
</p>
35
 
 
36
 
Audacity always ships with three following plug-ins:
37
 
 
38
 
<p><b>Silence</b>&nbsp;&mdash; Inserts silence.</p>
39
 
 
40
 
<p><b>Tone...</b>&nbsp;&mdash; Create a Sine wave, Square wave, or 
41
 
Sawtooth wave with user specified Frequency (Hz) and Amplitude (0-1).</p>
42
 
 
43
 
<p><b>White Noise...</b>&nbsp;&mdash; Inserts random audio samples, which 
44
 
sounds like pure static.</p>
45
 
 
46
 
<p>
47
 
<hr width="50%">
48
 
</p>
49
 
 
50
 
<p>Any items which appear after these three built-ins are VST,
51
 
LADSPA, or Nyquist plug-ins.  It is possible for a poorly written
52
 
plug-in to crash Audacity, so always save your work before using a
53
 
plug-in.  Note that any effect that doesn't take any audio as input
54
 
will automatically be placed in the Generate menu.</p>
55
 
 
56
 
</body>
57
 
</html>
 
 
b'\\ No newline at end of file'