~ubuntu-branches/debian/sid/openshot/sid

« back to all changes in this revision

Viewing changes to openshot/effects/echo.xml

  • Committer: Bazaar Package Importer
  • Author(s): Jonathan Thomas
  • Date: 2010-09-21 03:31:20 UTC
  • mfrom: (1.2.2 upstream)
  • Revision ID: james.westby@ubuntu.com-20100921033120-4xd019v2zmxp2a2o
Tags: 1.2.0-1
* New upstream release
* Bumped standards version to 3.9.1, no changes required

Show diffs side-by-side

added added

removed removed

Lines of Context:
2
2
<!DOCTYPE openshot-effect>
3
3
<effect>
4
4
        <title translatable="True">Echo</title>
5
 
        <description translatable="True">Echo Description</description>
 
5
        <description translatable="True">Add an echo</description>
6
6
        <icon>audio.png</icon>
7
 
        <category>Video</category>
 
7
        <category>Audio</category>
8
8
        <service>sox:echo</service>
9
9
 
10
10
        <param name="gain-in" type="spinner" title="Gain In" description="">
11
11
                <min>0.0</min>
12
12
                <max>1.0</max>
13
 
                <default>0.8</default>
 
13
                <default>0.43</default>
14
14
        </param>
15
15
        
16
16
        <param name="gain-out" type="spinner" title="Gain Out" description="">
17
17
                <min>0.0</min>
18
18
                <max>1.0</max>
19
 
                <default>0.88</default>
 
19
                <default>0.94</default>
20
20
        </param>
21
21
        
22
22
        <param name="delay" type="spinner" title="Delay" description="">
23
23
                <min>0.0</min>
24
24
                <max>100.0</max>
25
 
                <default>60.0</default>
 
25
                <default>80.0</default>
26
26
        </param>
27
27
 
28
28
        <param name="decay" type="spinner" title="Decay" description="">