File: filter.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 (20 lines) | stat: -rw-r--r-- 509 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<hbox>
    <vbox>
        <label text="Mode"/>
        <combo param="mode" />
        <label/>
    </vbox>
    <hbox spacing="5" homogeneous="1">
        <vbox>
            <label text="Res" />
            <knob param="res" />
            <value param="res" />
        </vbox>
        <vbox>
            <label text="Freq" />
            <knob param="freq" ticks="10 100 1000 10000 20000"/>
            <value param="freq" />
        </vbox>
        <toggle param="bypass" icon="bypass"/>
    </hbox>
</hbox>