/usr/share/mixxx/skins/Deere/microphone.xml is in mixxx-data 2.0.0~dfsg-7.
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 | <!DOCTYPE template>
<!--
Description:
The microphone controls.
Variables:
i: The Microphone number (1-indexed)
-->
<Template>
<WidgetGroup>
<ObjectName>MicrophoneContainer</ObjectName>
<Layout>horizontal</Layout>
<SizePolicy>min,min</SizePolicy>
<Children>
<Template src="skin:microphone_talkover_button.xml">
<SetVariable name="group">[Microphone<Variable name="i"/>]</SetVariable>
<SetVariable name="TooltipId">microphone_talkover</SetVariable>
<SetVariable name="talk_text">Talk <Variable name="i"/></SetVariable>
</Template>
<Template src="skin:vumeter.xml">
<SetVariable name="group">[Microphone<Variable name="i"/>]</SetVariable>
<SetVariable name="TooltipId">microphone_VuMeter</SetVariable>
<SetVariable name="control">VuMeter</SetVariable>
</Template>
<Template src="skin:knob_with_button.xml">
<SetVariable name="TooltipId">microphone_pregain</SetVariable>
<SetVariable name="group">[Microphone<Variable name="i"/>]</SetVariable>
<SetVariable name="control">pregain</SetVariable>
<SetVariable name="color">red</SetVariable>
<SetVariable name="button_TooltipId">mute</SetVariable>
<SetVariable name="button_control">mute</SetVariable>
<SetVariable name="label">Gain</SetVariable>
</Template>
</Children>
<Connection>
<ConfigKey>[Microphone<Variable name="i"/>],enabled</ConfigKey>
<BindProperty>visible</BindProperty>
</Connection>
</WidgetGroup>
</Template>
|