/usr/share/calf/gui-enhancer.xml is in calf-plugins 0.0.19+git20131202-1.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
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 49 50 51 52 53 54 55 56 57 58 59 60 61 | <vbox spacing="10">
<table rows="4" cols="7">
<label param="bypass" attach-x="0" attach-y="0" expand-x="0" fill-x="0" />
<toggle param="bypass" attach-x="0" attach-y="1" attach-h="2" expand-x="0" fill-x="0" />
<label param="level_in" attach-x="1" attach-y="0" expand-x="0" fill-x="0" />
<knob param="level_in" attach-x="1" attach-y="1" attach-h="2" expand-x="0" fill-x="0" />
<value param="level_in" attach-x="1" attach-y="3" expand-x="0" fill-x="0" />
<label param="meter_in" attach-x="2" attach-y="0" expand-x="1" fill-x="1" />
<vumeter param="meter_in" hold="1.5" falloff="2.5" attach-x="2" attach-y="1" expand-x="1" fill-x="1" />
<vumeter param="meter_out" hold="1.5" falloff="2.5" attach-x="2" attach-y="2" expand-x="1" fill-x="1" />
<label param="meter_out" attach-x="2" attach-y="3" expand-x="1" fill-x="1" />
<label param="clip_in" attach-x="3" attach-y="0" expand-x="0" fill-x="0" />
<led param="clip_in" attach-x="3" attach-y="1" expand-x="0" fill-x="0" />
<led param="clip_out" mode="1" attach-x="3" attach-y="2" expand-x="0" fill-x="0" />
<label param="clip_out" attach-x="3" attach-y="3" expand-x="0" fill-x="0" />
<label param="amount" attach-x="4" attach-y="0" expand-x="0" fill-x="0" />
<knob param="amount" attach-x="4" attach-y="1" attach-h="2" expand-x="0" fill-x="0" />
<value param="amount" attach-x="4" attach-y="3" expand-x="0" fill-x="0" />
<label param="level_out" attach-x="5" attach-y="0" expand-x="0" fill-x="0" />
<knob param="level_out" attach-x="5" attach-y="1" attach-h="2" expand-x="0" fill-x="0" />
<value param="level_out" attach-x="5" attach-y="3" expand-x="0" fill-x="0" />
<label param="listen" attach-x="6" attach-y="0" expand-x="0" fill-x="0" />
<toggle param="listen" attach-x="6" attach-y="1" attach-h="2" expand-x="0" fill-x="0" />
</table>
<frame label="Enhancer">
<hbox spacing="25">
<vbox>
<label param="drive" />
<knob param="drive" size="5" />
<value param="drive" />
</vbox>
<vbox spacing="5">
<label param="blend" />
<hscale param="blend" />
<hbox>
<label align-x="0.0" text="2nd" />
<label align-x="1.0" text="3rd" />
</hbox>
<label param="meter_drive" />
<vumeter param="meter_drive" hold="1.5" falloff="2.5" />
</vbox>
<vbox>
<label param="freq" />
<knob param="freq" size="2" />
<value param="freq" />
</vbox>
<vbox>
<label param="floor" />
<knob param="floor" size="3" />
<value param="floor" />
<toggle param="floor_active" />
</vbox>
</hbox>
</frame>
</vbox>
|