/usr/share/calf/gui-mono.xml is in calf-plugins 0.0.60-4+b1.
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 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 | <hbox spacing="5">
<frame label="Input" expand="1" fill="1">
<vbox spacing="8">
<table rows="1" cols="2">
<vumeter param="meter_in" position="2" hold="1.5" falloff="2.5" attach-x="0" attach-y="0" fill-x="1" expand-x="1" fill-y="0" expand-y="0"/>
<led param="clip_in" attach-x="1" attach-y="0" fill-x="0" expand-x="0" fill-y="0" expand-y="0" />
</table>
<hbox spacing="8">
<vbox>
<label param="level_in" />
<knob param="level_in" size="5" type="1"/>
<value param="level_in" />
</vbox>
<vbox spacing="4" expand="0">
<label />
<vbox expand="0" spacing="5">
<label param="bypass" />
<toggle param="bypass" />
</vbox>
<vbox expand="0" spacing="5">
<toggle param="softclip"/>
<label param="softclip" />
</vbox>
</vbox>
<vbox fill="0" spacing="10" expand="0">
<label />
<label param="sc_level" />
<knob param="sc_level" size="3" />
<value param="sc_level" />
</vbox>
</hbox>
</vbox>
</frame>
<hbox>
<frame label="Left" expand="1" fill="1">
<vbox>
<label /><label />
<vbox>
<label param="mutel"/>
<toggle param="mutel"/>
</vbox>
<vbox>
<toggle param="phasel"/>
<label param="phasel"/>
</vbox>
</vbox>
</frame>
<frame label="Right" expand="1" fill="1">
<vbox>
<label /><label />
<vbox>
<label param="muter"/>
<toggle param="muter"/>
</vbox>
<vbox>
<toggle param="phaser"/>
<label param="phaser"/>
</vbox>
</vbox>
</frame>
</hbox>
<frame label="Output" expnad="1" fill="1">
<vbox spacing="8">
<table rows="3" cols="3">
<label param="meter_outL" attach-x="0" attach-y="0" fill-x="0" expand-x="0" fill-y="0" expand-y="0" text="L"/>
<vumeter param="meter_outL" position="2" hold="1.5" falloff="2.5" attach-x="1" attach-y="0" fill-x="1" expand-x="1" fill-y="0" expand-y="0"/>
<led param="clip_outL" attach-x="2" attach-y="0" fill-x="0" expand-x="0" fill-y="0" expand-y="0" />
<label param="meter_outR" attach-x="0" attach-y="1" fill-x="0" expand-x="0" fill-y="0" expand-y="0" text="R"/>
<vumeter param="meter_outR" position="2" hold="1.5" falloff="2.5" attach-x="1" attach-y="1" fill-x="1" expand-x="1" fill-y="0" expand-y="0"/>
<led param="clip_outR" attach-x="2" attach-y="1" fill-x="0" expand-x="0" fill-y="0" expand-y="0"/>
</table>
<hbox spacing="8">
<vbox spacing="12">
<label param="delay" />
<knob param="delay" size="3" type="1" />
<value param="delay" />
</vbox>
<vbox spacing="12">
<label param="stereo_base" />
<knob param="stereo_base" size="3" type="1" />
<value param="stereo_base" />
</vbox>
<vbox spacing="12">
<label param="stereo_phase" />
<knob param="stereo_phase" size="3" type="3" />
<value param="stereo_phase" />
</vbox>
<vbox spacing="12">
<label param="balance_out" />
<knob param="balance_out" size="3" type="1" />
<value param="balance_out" />
</vbox>
<vbox>
<label param="level_out" />
<knob param="level_out" size="5" type="1" />
<value param="level_out" />
</vbox>
</hbox>
</vbox>
</frame>
</hbox>
|