/usr/share/calf/gui-emphasis.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 62 63 | <vbox spacing="10">
<table spacing="5" rows="1" cols="7">
<vbox shrink-x="1" expand-x="0" fill-x="0" expand="0" fill="0" attach-x="0" attach-y="0">
<label param="level_in" />
<knob param="level_in" size="2" type="1"/>
<value param="level_in" />
</vbox>
<vbox shrink-x="1" expand-x="1" fill-x="1" expand="0" fill="0" attach-x="1" attach-y="0">
<label text="In L" />
<vumeter param="meter_inL" mode="0" hold="1.5" falloff="2.5" shrink-y="0" position="2" />
<vumeter param="meter_inR" mode="0" hold="1.5" falloff="2.5" shrink-y="0" position="2" />
<label text="In R" />
</vbox>
<vbox shrink-x="1" expand-x="0" fill-x="0" expand="0" fill="0" attach-x="2" attach-y="0">
<label text="0dB" expand="0" fill="0" />
<led param="clip_inL" expand="0" fill="0" />
<led param="clip_inR" expand="0" fill="0" />
<label text="0dB" expand="0" fill="0" />
</vbox>
<vbox expand="0" attach-x="3" attach-y="0" expand-x="0" fill-x="0" fill="0" pad-x="5">
<label param="bypass"/>
<toggle param="bypass" shrink="1"/>
</vbox>
<vbox shrink-x="1" expand-x="1" fill-x="1" expand="0" fill="0" attach-x="4" attach-y="0">
<label text="Out L" />
<vumeter param="meter_outL" mode="0" hold="1.5" falloff="2.5" shrink-y="0" position="2" />
<vumeter param="meter_outR" mode="0" hold="1.5" falloff="2.5" shrink-y="0" position="2" />
<label text="Out R" />
</vbox>
<vbox shrink-x="1" expand-x="0" fill-x="0" expand="0" fill="0" attach-x="5" attach-y="0">
<label text="0dB" expand="0" fill="0" />
<led param="clip_outL" expand="0" mode="1" fill="0" />
<led param="clip_outR" expand="0" mode="1" fill="0" />
<label text="0dB" expand="0" fill="0" />
</vbox>
<vbox shrink-x="1" expand-x="0" fill-x="0" expand="0" fill="0" attach-x="6" attach-y="0">
<label param="level_out" />
<knob param="level_out" size="2" type="1"/>
<value param="level_out" />
</vbox>
</table>
<hbox spacing="20" homogeneous="1">
<vbox>
<label param="mode"/>
<combo param="mode"/>
</vbox>
<vbox>
<label param="type"/>
<combo param="type"/>
</vbox>
</hbox>
<frame label="Frequency Response">
<vbox>
<if cond="directlink">
<line-graph refresh="1" height="180" width="450" expand="1" fill="1" crosshairs="1" />
</if>
</vbox>
</frame>
</vbox>
|