/usr/share/mixxx/skins/Shade/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 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 | <Template>
<WidgetGroup>
<Pos>0,0</Pos>
<MaximumSize>93,50</MaximumSize>
<Size>93,50</Size>
<Style>QGroupBox { border: 0px solid yellow; border-right: 1px solid #626f87; background: url(skin:/style/style_bg_microphone.png) no-repeat;} QWidget { margin: 0; padding: 0; }</Style>
<!--<Layout>horizontal</Layout>-->
<Children>
<!--
**********************************************
Visual- Volume peak indicator
**********************************************
-->
<StatusLight>
<TooltipId>microphone_PeakIndicator</TooltipId>
<Style></Style>
<PathStatusLight>btn_clipping_microphone_over.png</PathStatusLight>
<PathBack>btn_clipping_microphone.png</PathBack>
<Pos>82,4</Pos>
<Connection>
<ConfigKey>[Microphone<Variable name="micnum"/>],PeakIndicator</ConfigKey>
</Connection>
</StatusLight>
<!--
**********************************************
Visual - Volume level display
**********************************************
-->
<VuMeter>
<TooltipId>microphone_VuMeter</TooltipId>
<Style></Style>
<PathVu>btn_volume_display_microphone_over.png</PathVu>
<PathBack>btn_volume_display_microphone.png</PathBack>
<Pos>82,12</Pos>
<PeakHoldSize>5</PeakHoldSize>
<PeakHoldTime>500</PeakHoldTime>
<PeakFallTime>50</PeakFallTime>
<PeakFallStep>2</PeakFallStep>
<Connection>
<ConfigKey>[Microphone<Variable name="micnum"/>],VuMeter</ConfigKey>
</Connection>
</VuMeter>
<!--
**********************************************
Knob- Channel Volume
**********************************************
-->
<Knob>
<TooltipId>microphone_pregain</TooltipId>
<Style></Style>
<NumberStates>64</NumberStates>
<Path>knobs/knob_rotary_s%1.png</Path>
<Pos>49,22</Pos>
<Connection>
<ConfigKey>[Microphone<Variable name="micnum"/>],pregain</ConfigKey>
</Connection>
</Knob>
<!--
****************************************
Button- Talkover
****************************************
-->
<PushButton>
<TooltipId>microphone_talkover</TooltipId>
<Style></Style>
<NumberStates>2</NumberStates>
<State>
<Number>0</Number>
<Pressed>btn_microphone_talkover_overdown.png</Pressed>
<Unpressed>btn_microphone_talkover.png</Unpressed>
</State>
<State>
<Number>1</Number>
<Pressed>btn_microphone_talkover_overdown.png</Pressed>
<Unpressed>btn_microphone_talkover_over.png</Unpressed>
</State>
<Pos>4,25</Pos>
<Connection>
<ConfigKey>[Microphone<Variable name="micnum"/>],talkover</ConfigKey>
<EmitOnPressAndRelease>true</EmitOnPressAndRelease>
<ButtonState>LeftButton</ButtonState>
</Connection>
</PushButton>
</Children>
</WidgetGroup>
</Template>
|