~ubuntu-branches/debian/experimental/inkscape/experimental

« back to all changes in this revision

Viewing changes to share/extensions/ffset.inx

  • Committer: Bazaar Package Importer
  • Author(s): Thomas Viehmann
  • Date: 2008-09-09 23:29:02 UTC
  • mfrom: (1.1.7 upstream)
  • Revision ID: james.westby@ubuntu.com-20080909232902-c50iujhk1w79u8e7
Tags: 0.46-2.1
* Non-maintainer upload.
* Add upstream patch fixing a crash in the open dialog
  in the zh_CN.utf8 locale. Closes: #487623.
  Thanks to Luca Bruno for the patch.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
<inkscape-extension>
2
 
    <_name>Single Length Equal Temperament</_name>
3
 
    <id>org.ekips.filter.fretfind.single.et</id>
4
 
        <dependency type="executable" location="extensions">fretfind.py</dependency>
5
 
        <dependency type="executable" location="extensions">inkex.py</dependency>
6
 
        <param name="scalelength" type="float" min="1" max="500" _gui-text="Scale Length">25</param>
7
 
        <param name="nutwidth" type="float" min="0" max="100" _gui-text="Nut Width">2</param>
8
 
        <param name="bridgewidth" type="float" min="0" max="100" _gui-text="Bridge Width">2.5</param>
9
 
        <param name="etbase" type="float" min="1" max="10" _gui-text="Scale Base (2 for Octave)">2</param>
10
 
        <param name="etroot" type="float" min="0.01" max="1000" _gui-text="Tones in Scale">12</param>
11
 
        <param name="frets" type="int" min="1" max="1000" _gui-text="Number of Frets">24</param>
12
 
        <param name="strings" type="int" min="1" max="60" _gui-text="Number of Strings">6</param>
13
 
        <param name="fbedges" type="float" min="0" max="100" _gui-text="Fretboard Edges">0.0975</param>
14
 
        <param name="pxperunit" type="float" min="0" max="1000" _gui-text="px per Unit">90</param>
15
 
    <effect>
16
 
                <object-type>all</object-type>
17
 
                <effects-menu>
18
 
                        <submenu _name="Fretboard Designer"/>
19
 
                </effects-menu>
20
 
    </effect>
21
 
    <script>
22
 
        <command reldir="extensions" interpreter="python">fretfind.py</command>
23
 
    </script>
24
 
</inkscape-extension>