comparison sv/i18n/tips_en.xml @ 0:fc9323a41f5a

start base : Sonic Visualiser sv1-1.0rc1
author lbajardsilogic
date Fri, 11 May 2007 09:08:14 +0000
parents
children
comparison
equal deleted inserted replaced
-1:000000000000 0:fc9323a41f5a
1
2 <!-- Note: this tip file is not actually used, the tip of the day
3 dialog has been disabled for the moment because I wasn't liking it
4 enough to take the trouble to finish the tips text... -->
5
6 <tips caption="Tip of the Day">
7 <tip>
8 <html>
9 <p><b>Welcome to Sonic Visualiser!</b></p> <p>Sonic Visualiser is a
10 complex application, but it's easy enough to get started with.</p>
11 <p>Try importing an audio file and using the Pane menu to add some
12 different views of it.</p> <p>Check out the links on the Help menu for
13 tutorials and other documentation!</p>
14 </html>
15 </tip>
16 <tip>
17 <html>
18 <p>Sonic Visualiser's window is organised into "panes" and
19 "layers". To begin with, you have one pane. Import an audio
20 file to see it displayed in a waveform layer on that pane.</p>
21 </html>
22 </tip>
23 <tip>
24 <html>
25 <p>Each pane can contain any number of layers, which appear stacked
26 from "front" to "back" on the same timeline. A layer can contain a
27 view of audio, or of points (time instants) or data plots (time-values).</p>
28 </html>
29 </tip>
30 <tip>
31 <html>
32 <p>There's a "layer property box" to the right of each pane, with one
33 tab for each of the layers on that pane. Click on a layer's tab to
34 bring that layer to the front. You can then adjust its colour and
35 other display properties in the property box.
36
37 The first tab is always for the pane itself, which has a few
38 adjustable properties of its own.</p>
39 </html>
40 </tip>
41 <tip>
42 <html>
43 <p>If you have more than one pane, only one of them will be "current",
44 marked with a black bar at the left side. Just click on another pane
45 to make it current. Most editing operations affect the layer that's
46 at the front of the current pane.</p>
47 </html>
48 </tip>
49 <tip>
50 <html>
51 <p>You can use different zoom levels for different panes by un-checking
52 the Global Zoom control for one of them. By default, all panes will
53 zoom and scroll together.</p>
54 </html>
55 </tip>
56 <tip>
57 <html>
58 <p>You can speed up and slow down playback using the Playback Speedup
59 control in the bottom-right of the window.</p>
60 </html>
61 </tip>
62 <tip>
63 <html>
64 <p>The Transforms menu lists things you can do to extract features from
65 or process your audio. The available outputs of any Vamp
66 feature-extraction plugins or LADSPA audio effects plugins you have
67 will show up here.</p>
68 </html>
69 </tip>
70
71 </tips>
72
73