/usr/share/mixxx/skins/Shade/vinylcontrol.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 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 | <Template>
<!-- Vinylcontrol sub-widget -->
<WidgetGroup>
<Pos>0,100</Pos>
<Size>84,21</Size>
<Style>
QGroupBox {
border: 0px solid green;
background: url(skin:/style/style_bg_vinylcontrol.png) no-repeat;
background-position: bottom left;
}
QWidget {
margin: 0; padding: 0;
position: bottom;
}
</Style>
<Children>
<PushButton>
<TooltipId>vinylcontrol_status</TooltipId>
<Style></Style>
<NumberStates>2</NumberStates>
<State>
<Number>0</Number>
<Pressed>btn_vinylcontrol.png</Pressed>
<Unpressed>btn_vinylcontrol.png</Unpressed>
</State>
<State>
<Number>1</Number>
<Pressed>btn_vinylcontrol_over.png</Pressed>
<Unpressed>btn_vinylcontrol_over.png</Unpressed>
</State>
<Pos>22,3</Pos>
<Connection>
<ConfigKey>[Channel<Variable name="channum"/>],vinylcontrol_enabled</ConfigKey>
</Connection>
</PushButton>
<PushButton>
<TooltipId>vinylcontrol_status</TooltipId>
<Style></Style>
<NumberStates>2</NumberStates>
<State>
<Number>0</Number>
<Pressed>btn_vinylcontrol_passthrough.png</Pressed>
<Unpressed>btn_vinylcontrol_passthrough.png</Unpressed>
</State>
<State>
<Number>1</Number>
<Pressed>btn_vinylcontrol_passthrough_over.png</Pressed>
<Unpressed>btn_vinylcontrol_passthrough_over.png</Unpressed>
</State>
<Pos>1,3</Pos>
<Connection>
<ConfigKey>[Channel<Variable name="channum"/>],passthrough</ConfigKey>
</Connection>
</PushButton>
<!--
**********************************************
Vinyl- Status
// Vinyl status indicators are inside the decks WidgetGroups
**********************************************
-->
**********************************************
Vinyl- Control Mode
**********************************************
<PushButton>
<TooltipId>vinylcontrol_mode</TooltipId>
<Style></Style>
<NumberStates>3</NumberStates>
<State>
<Number>0</Number>
<Pressed>btn_vinylcontrol_abs.png</Pressed>
<Unpressed>btn_vinylcontrol_abs.png</Unpressed>
</State>
<State>
<Number>1</Number>
<Pressed>btn_vinylcontrol_rel.png</Pressed>
<Unpressed>btn_vinylcontrol_rel.png</Unpressed>
</State>
<State>
<Number>2</Number>
<Pressed>btn_vinylcontrol_const.png</Pressed>
<Unpressed>btn_vinylcontrol_const.png</Unpressed>
</State>
<Pos>43,2</Pos>
<Connection>
<ConfigKey>[Channel<Variable name="channum"/>],vinylcontrol_mode</ConfigKey>
</Connection>
</PushButton>
<!--
**********************************************
Vinyl- Cueing Mode
**********************************************
-->
<PushButton>
<TooltipId>vinylcontrol_cueing</TooltipId>
<Style></Style>
<NumberStates>3</NumberStates>
<State>
<Number>0</Number>
<Pressed>btn_vinylcontrol_cue_off.png</Pressed>
<Unpressed>btn_vinylcontrol_cue_off.png</Unpressed>
</State>
<State>
<Number>1</Number>
<Pressed>btn_vinylcontrol_cue_on.png</Pressed>
<Unpressed>btn_vinylcontrol_cue_on.png</Unpressed>
</State>
<State>
<Number>2</Number>
<Pressed>btn_vinylcontrol_cue_hot.png</Pressed>
<Unpressed>btn_vinylcontrol_cue_hot.png</Unpressed>
</State>
<Pos>64,02</Pos>
<Connection>
<ConfigKey>[Channel<Variable name="channum"/>],vinylcontrol_cueing</ConfigKey>
</Connection>
</PushButton>
</Children>
<Connection>
<ConfigKey>[VinylControl],show_vinylcontrol</ConfigKey>
<BindProperty>visible</BindProperty>
</Connection>
</WidgetGroup>
</Template>
|