File: stereo.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 (23 lines) | stat: -rw-r--r-- 635 bytes parent folder | download | duplicates (8)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
<hbox spacing="5" homogeneous="1">
    <vbox>
        <label param="delay" />
        <knob param="delay" type="1" />
        <value param="delay" />
    </vbox>
    <vbox>
        <label text="Base" />
        <knob param="stereo_base" type="1" />
        <value param="stereo_base" />
    </vbox>
    <vbox>
        <label text="Phase" />
        <knob param="stereo_phase" type="3" />
        <value param="stereo_phase" />
    </vbox>
    <vbox>
        <label param="balance_out" />
        <knob param="balance_out" type="1" />
        <value param="balance_out" />
    </vbox>
    <toggle param="bypass" icon="bypass"/>
</hbox>