File: psyclipper.xml

package info (click to toggle)
calf 0.90.9-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 21,960 kB
  • sloc: cpp: 37,527; xml: 12,698; ansic: 6,322; python: 1,537; makefile: 207; javascript: 159; lex: 51; sh: 25
file content (18 lines) | stat: -rw-r--r-- 555 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<hbox homogeneous="1" spacing="5">
    <vbox>
        <label param="clip_level" />
        <knob param="clip_level" type="2" ticks="0 0.0625 0.125 0.25 0.5 1" />
        <value param="clip_level" />
    </vbox>
    <vbox>
        <label param="iterations" />
        <knob param="iterations" />
        <value param="iterations" />
    </vbox>
    <vbox>
        <label param="adaptive_distortion" />
        <knob param="adaptive_distortion" />
        <value param="adaptive_distortion" />
    </vbox>
    <toggle param="bypass" icon="bypass"/>
</hbox>