File: gui-flanger.xml

package info (click to toggle)
calf 0.0.19%2Bgit20140915%2B5de5da28-1
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 10,748 kB
  • ctags: 8,054
  • sloc: cpp: 32,680; xml: 10,722; ansic: 3,431; python: 1,537; makefile: 188; lex: 51; sh: 20
file content (48 lines) | stat: -rw-r--r-- 1,814 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
<table rows="2" cols="3">
    <table attach-x="1" attach-y="1" rows="1" cols="1" homogeneous="1" spacing="10">
        <vbox expand="0" attach-x="0" attach-y="0">
            <label param="min_delay" />
            <knob param="min_delay" />
            <value param="min_delay" />
        </vbox>
        <vbox expand="0" attach-x="1" attach-y="0">
            <label param="mod_depth" />
            <knob param="mod_depth" />
            <value param="mod_depth" />
        </vbox>
        <vbox expand="0" attach-x="2" attach-y="0">
            <label param="feedback" />
            <knob param="feedback" type="1" />
            <value param="feedback" />
        </vbox>
        <vbox expand="0" attach-x="3" attach-y="0">
            <label param="dry" />
            <knob param="dry" />
            <value param="dry" />
        </vbox>
        <vbox expand="0" attach-x="4" attach-y="0">
            <label param="amount" />
            <knob param="amount" />
            <value param="amount" />
        </vbox>
    </table>
    
    <vbox border="10" attach-x="0" attach-y="0">
        <label param="mod_rate" align-y="1.0" />
        <knob param="mod_rate" size="5" expand="0" fill="0" />
        <value param="mod_rate" align-y="0.0" />
    </vbox>
    <vbox border="10" attach-x="2" attach-y="0">
        <label param="stereo" align-y="1.0" />
        <knob param="stereo" type="3" size="5" expand="0" fill="0" />
        <value param="stereo" align-y="0.0" />
    </vbox>
    
    <if cond="directlink">
        <frame expand-y="1" fill-y="1" attach-x="1" attach-y="0" label="Freq. response">
            <line-graph refresh="1" width="160" height="160" param="min_delay"/>
        </frame>
    </if>
    
    <align expand="0" attach-x="2" attach-y="1"><button param="reset" /></align>
</table>