File: sidechaingate.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-- 569 bytes parent folder | download | duplicates (8)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<hbox spacing="5" homogeneous="1">
    <vbox>
        <label text="Range" />
        <knob param="range" ticks="0 0.0625 0.25 0.5 1" />
        <value param="range" />
    </vbox>
    <vbox expand="0" attach-x="0" attach-y="1">
        <label param="ratio" />
        <knob param="ratio" ticks="1 2 5 21" />
        <value param="ratio" />
    </vbox>
    <vbox expand="0" attach-x="1" attach-y="1">
        <label param="threshold" />
        <knob param="threshold"/>
        <value param="threshold" />
    </vbox>
    <toggle param="bypass" icon="bypass"/>
</hbox>