/usr/share/mixxx/skins/Deere/sampler.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 | <!DOCTYPE template>
<!--
Description:
A sample deck.
Variables:
i: The Sampler number (1-indexed)
-->
<Template>
<SetVariable name="group">[Sampler<Variable name="i"/>]</SetVariable>
<WidgetGroup>
<ObjectName>Sampler</ObjectName>
<Layout>vertical</Layout>
<SizePolicy>me,f</SizePolicy>
<Children>
<Template src="skin:sampler_overview_row.xml"/>
<Template src="skin:sampler_controls_row.xml"/>
</Children>
</WidgetGroup>
</Template>
|