/usr/share/calf/gui-eq8.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 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 | <vbox>
<table expand-y="0" expand-x="1" spacing="5" rows="1" cols="7">
<label param="level_in" attach-x="0" attach-y="0" expand-x="0" />
<knob param="level_in" attach-x="0" attach-y="1" attach-h="2" expand-x="0" type="1" />
<value param="level_in" attach-x="0" attach-y="3" expand-x="0" />
<label attach-x="1" attach-y="0" expand-x="1" text="Input level" />
<vumeter param="meter_inL" position="2" mode="0" hold="1.5" falloff="2.5" attach-x="1" attach-y="1" expand-x="1" />
<vumeter param="meter_inR" position="2" mode="0" hold="1.5" falloff="2.5" attach-x="1" attach-y="2" expand-x="1" />
<label attach-x="2" attach-y="0" expand-x="0" text="Clip" />
<led param="clip_inL" attach-x="2" attach-y="1" expand-x="0" />
<led param="clip_inR" attach-x="2" attach-y="2" expand-x="0" />
<label param="bypass" attach-x="3" attach-y="0" expand-x="0" />
<toggle param="bypass" attach-x="3" attach-y="1" attach-h="2" expand-x="0" pad-x="10"/>
<label attach-x="4" attach-y="0" expand-x="1" text="Output level"/>
<vumeter param="meter_outL" position="2" mode="0" hold="1.5" falloff="2.5" attach-x="4" attach-y="1" expand-x="1" />
<vumeter param="meter_outR" position="2" mode="0" hold="1.5" falloff="2.5" attach-x="4" attach-y="2" expand-x="1" />
<label attach-x="5" attach-y="0" expand-x="0" text="Clip"/>
<led param="clip_outL" mode="1" attach-x="5" attach-y="1" expand-x="0" />
<led param="clip_outR" mode="1" attach-x="5" attach-y="2" expand-x="0" />
<label param="level_out" attach-x="6" attach-y="0" expand-x="0" />
<knob param="level_out" attach-x="6" attach-y="1" attach-h="2" expand-x="0" type="1" />
<value param="level_out" attach-x="6" attach-y="3" expand-x="0" />
</table>
<if cond="directlink">
<frame label="Frequency Response" attach-x="1" attach-y="0">
<table cols="3" rows="1">
<line-graph attach-x="1" attach-y="1" refresh="1" height="250" param="ls_freq" expand="1" fill="1" zoom="zoom" crosshairs="1" freqhandles="12" handle1-x="hp_freq" style1="1" label1="HP" active1="hp_active" handle2-x="ls_freq" handle2-y="ls_level" label2="LS" active2="ls_active" handle3-x="p1_freq" handle3-y="p1_level" handle3-z="p1_q" label3="I" active3="p1_active" handle4-x="p2_freq" handle4-y="p2_level" handle4-z="p2_q" label4="II" active4="p2_active" handle5-x="p3_freq" handle5-y="p3_level" handle5-z="p3_q" label5="III" active5="p3_active" handle6-x="p4_freq" handle6-y="p4_level" handle6-z="p4_q" label6="IV" active6="p4_active" handle7-x="hs_freq" handle7-y="hs_level" label7="HS" active7="hs_active" handle8-x="lp_freq" style8="4" label8="LP" active8="lp_active"/>
<vbox attach-x="2" attach-y="1" spacing="3" expand-x="0" fill-x="0">
<label text="Zoom"/>
<vscale param="zoom" inverted="1"/>
<value param="zoom"/>
</vbox>
<align attach-x="1" attach-y="0" align-x="1.0">
<hbox expand="0" fill="0" spacing="30">
<hbox expand="0" fill="0" spacing="10">
<label text="Individual Graphs"/>
<toggle size="1" param="individuals"/>
</hbox>
<hbox expand="0" fill="0" spacing="10">
<label text="Analyzer"/>
<toggle size="1" param="analyzer"/>
<combo param="analyzer_mode"/>
</hbox>
</hbox>
</align>
</table>
</frame>
</if>
<hbox>
<frame label="Highpass">
<vbox>
<combo param="hp_active"/>
<label/>
<label param="hp_freq" text="Frequency"/>
<knob param="hp_freq" size="3"/>
<value param="hp_freq" />
<label/>
<label param="hp_mode" text="Rolloff"/>
<combo param="hp_mode" />
</vbox>
</frame>
<frame label="Lowshelf">
<vbox>
<combo size="1" param="ls_active" />
<label/>
<label param="ls_freq" text="Frequency"/>
<knob param="ls_freq"/>
<value param="ls_freq" align-y="0"/>
<label/>
<label param="ls_level" text="Level"/>
<knob param="ls_level" type="1"/>
<value param="ls_level" />
</vbox>
</frame>
<frame label="Parametrics" attach-x="1" attach-y="1">
<table rows="4" cols="5">
<label text="Freq" attach-x="0" attach-y="1" />
<label text="Level" attach-x="0" attach-y="2" />
<label text="Q" attach-x="0" attach-y="3" />
<label text="Active" attach-x="0" attach-y="0" />
<vbox attach-x="1" attach-y="1">
<knob param="p1_freq" />
<value param="p1_freq" />
</vbox>
<vbox attach-x="1" attach-y="2">
<knob param="p1_level" type="1" />
<value param="p1_level" />
</vbox>
<vbox attach-x="1" attach-y="3">
<knob param="p1_q" />
<value param="p1_q" />
</vbox>
<vbox attach-x="1" attach-y="0">
<combo size="1" param="p1_active" />
</vbox>
<vbox attach-x="2" attach-y="1">
<knob param="p2_freq" />
<value param="p2_freq" />
</vbox>
<vbox attach-x="2" attach-y="2">
<knob param="p2_level" type="1" />
<value param="p2_level" />
</vbox>
<vbox attach-x="2" attach-y="3">
<knob param="p2_q" />
<value param="p2_q" />
</vbox>
<vbox attach-x="2" attach-y="0">
<combo size="1" param="p2_active" />
</vbox>
<vbox attach-x="3" attach-y="1">
<knob param="p3_freq" />
<value param="p3_freq" />
</vbox>
<vbox attach-x="3" attach-y="2">
<knob param="p3_level" type="1" />
<value param="p3_level" />
</vbox>
<vbox attach-x="3" attach-y="3">
<knob param="p3_q" />
<value param="p3_q" />
</vbox>
<vbox attach-x="3" attach-y="0">
<combo size="1" param="p3_active" />
</vbox>
<vbox attach-x="4" attach-y="1">
<knob param="p4_freq" />
<value param="p4_freq" />
</vbox>
<vbox attach-x="4" attach-y="2">
<knob param="p4_level" type="1" />
<value param="p4_level" />
</vbox>
<vbox attach-x="4" attach-y="3">
<knob param="p4_q" />
<value param="p4_q" />
</vbox>
<vbox attach-x="4" attach-y="0">
<combo size="1" param="p4_active" />
</vbox>
</table>
</frame>
<frame label="Highshelf">
<vbox>
<combo size="1" param="hs_active" />
<label/>
<label param="hs_freq" text="Frequency"/>
<knob param="hs_freq"/>
<value param="hs_freq" align-y="0"/>
<label/>
<label param="hs_level" text="Level"/>
<knob param="hs_level" type="1"/>
<value param="hs_level" />
</vbox>
</frame>
<frame label="Lowpass">
<vbox>
<combo param="lp_active"/>
<label/>
<label param="lp_freq" text="Frequency"/>
<knob param="lp_freq" size="3" />
<value param="lp_freq" />
<label/>
<label param="lp_mode" text="Rolloff"/>
<combo param="lp_mode" />
</vbox>
</frame>
</hbox>
</vbox>
|