summaryrefslogtreecommitdiff
path: root/skins/RHMixxx1280x800/original_skin.xml
diff options
context:
space:
mode:
Diffstat (limited to 'skins/RHMixxx1280x800/original_skin.xml')
-rwxr-xr-xskins/RHMixxx1280x800/original_skin.xml1864
1 files changed, 1864 insertions, 0 deletions
diff --git a/skins/RHMixxx1280x800/original_skin.xml b/skins/RHMixxx1280x800/original_skin.xml
new file mode 100755
index 0000000..265a551
--- /dev/null
+++ b/skins/RHMixxx1280x800/original_skin.xml
@@ -0,0 +1,1864 @@
+ <!--
+ Campcaster, Skin for Mixxx 1.8.x
+ www.mixxx.org
+ Copyright (C) 2010 Sourcefabric; www.sourcefabric.org
+ This skin is based on the "Deere" Skin for Mixxx 1.8.x by jus
+ The "Campcaster" skin for Mixxx is licensed under the Creative Commons Attribution-ShareAlike 3.0 Unported license.
+ http://creativecommons.org/licenses/by-sa/3.0/
+
+ You are free:
+ to Share - to copy, distribute and transmit the work
+ to Remix - to adapt the work
+
+ Under the following conditions:
+ Attribution - You must attribute the work in the manner specified by the author or licensor
+ (but not in any way that suggests that they endorse you or your use of the work).
+
+ Share Alike - If you alter, transform, or build upon this work, you may distribute
+ the resulting work only under the same or similar license to this one.
+ -->
+
+ <!--
+ CHANGELOG
+ v1.0(1/11/2010)
+ * Initial port of Parsons School design to Mixxx
+ -->
+
+<!DOCTYPE skin>
+<skin>
+ <!--
+ ############################################################################################
+ ############################################################################################
+ Section: General
+ ############################################################################################
+ ############################################################################################
+ -->
+
+ <!--
+ **********************************************
+ General- Skin Colour Scheme (Option not used by this skin)
+ **********************************************
+ -->
+
+ <!--
+ **********************************************
+ General- Main background picture
+ **********************************************
+ -->
+ <Background>
+ <Path>background1280x800.png</Path>
+ <BgColor>#FFFFFF</BgColor>
+ </Background>
+
+ <!--
+ **********************************************
+ General- Search and Library display
+ **********************************************
+ -->
+ <TableView>
+ <Style>QToolTip { font: 13px FreeSans, Arial, sans-serif;
+ background-color: #969696; color: #FFFFFF; border: 1px solid #505050; padding: 4px; }
+ QLabel { font: 13px/15px FreeSans, Arial, sans-serif;
+ background-color: transparent; color: #CCCCCC; text-align: left; padding-left: 1%; }
+ QTableView { font: 13px/15px FreeSans, Arial, sans-serif;
+ background: #ebebeb; alternate-background-color: #cfdee7; color: #000000; }
+ QHeaderView { font: 11px/13px FreeSans, Arial, sans-serif; }
+ QRadioButton { color: #000000; }
+ QTextBrowser { background: #ebebeb; color: #000000; }
+ WLibrarySidebar { background: #4889c3; color: #FFFFFF; }
+ WSearchLineEdit { background: #ebebeb; color: #000000; }
+ </Style>
+ <Pos>6,349</Pos>
+ <Size>1252,346</Size>
+ <BgColor>#FFFFFF</BgColor>
+ <FgColor>#333333</FgColor>
+ <BgColorRowEven>#ebebeb</BgColorRowEven>
+ <BgColorRowUneven>#cfdee7</BgColorRowUneven>
+ </TableView>
+
+ <!--
+ ############################################################################################
+ ############################################################################################
+ Section: Visual
+ ############################################################################################
+ ############################################################################################
+ -->
+
+ <!--
+ **********************************************
+ Visual- Waveform
+ **********************************************
+ -->
+ <Visual>
+ <Tooltip>Waveform display&#10;Shows the loaded tracks' waveforms near the playback position.&#10;Drag with mouse to control sound playback.&#10;Drop tracks from external file manager here.&#10;</Tooltip>
+ <Style>QToolTip { font: 13px FreeSans, Arial, sans-serif;
+ background-color: #969696; color: #FFFFFF; border: 1px solid #505050; padding: 4px; }
+ </Style>
+ <Channel>1</Channel>
+ <Pos>11,90</Pos>
+ <Size>404,102</Size>
+ <BgColor>#ffffff</BgColor>
+ <HfcColor>#000000</HfcColor>
+ <SignalColor>#4889c3</SignalColor>
+ <BeatColor>#e0ddd7</BeatColor>
+ <BeatHighlightColor>#00FF00</BeatHighlightColor>
+ <MarkerColor>#00FF00</MarkerColor>
+ <CueColor>#e20020</CueColor>
+ <MarkRange>
+ <StartControl>loop_start_position</StartControl>
+ <EndControl>loop_end_position</EndControl>
+ <EnabledControl>loop_enabled</EnabledControl>
+ <Color>#00FF00</Color>
+ <DisabledColor>#FFFFFF</DisabledColor>
+ </MarkRange>
+ <Mark>
+ <Control>loop_start_position</Control>
+ <Pixmap>marker_loopin1.png</Pixmap>
+ <Text>LOOP IN</Text>
+ <Align>bottom</Align>
+ <Color>#00FF00</Color>
+ <TextColor>#FFFFFF</TextColor>
+ </Mark>
+ <Mark>
+ <Control>loop_end_position</Control>
+ <Pixmap>marker_loopout1.png</Pixmap>
+ <Text>LOOP OUT</Text>
+ <Align>bottom</Align>
+ <Color>#00FF00</Color>
+ <TextColor>#FFFFFF</TextColor>
+ </Mark>
+ <!--
+ The hotcues not represented by a button in the current skin show only in the waveform under two circumstances:
+ - if a MIDI device which supports more hotcues than buttons are in the current skin has them activated
+ - if you change from a skin which supports more hotcues than buttons are in the current skin (and has them activated)
+ These "special" hotcues share the color #AE5CFF to make them distinguishable (and maintainable) from the hotcues
+ represented by a button in the current skin. Mixxx 1.8 supports up to 32 hotcue. Current skins uses up to 6 buttons per channel.
+ -->
+ <Mark>
+ <Control>hotcue_1_position</Control>
+ <Pixmap>marker_hotcue1_1.png</Pixmap>
+ <Text> HOTCUE 1 </Text>
+ <Align>bottom</Align>
+ <Color>#00FF00</Color>
+ <TextColor>#333333</TextColor>
+ </Mark>
+ <Mark>
+ <Control>hotcue_2_position</Control>
+ <Pixmap>marker_hotcue1_2.png</Pixmap>
+ <Text> HOTCUE 2 </Text>
+ <Align>bottom</Align>
+ <Color>#00FF00</Color>
+ <TextColor>#333333</TextColor>
+ </Mark>
+ <Mark>
+ <Control>hotcue_3_position</Control>
+ <Pixmap>marker_hotcue1_3.png</Pixmap>
+ <Text> HOTCUE 3 </Text>
+ <Align>bottom</Align>
+ <Color>#00FF00</Color>
+ <TextColor>#333333</TextColor>
+ </Mark>
+ <Mark>
+ <Control>hotcue_4_position</Control>
+ <Pixmap>marker_hotcue1_4.png</Pixmap>
+ <Text> HOTCUE 4 </Text>
+ <Align>bottom</Align>
+ <Color>#00FF00</Color>
+ <TextColor>#333333</TextColor>
+ </Mark>
+ <Mark>
+ <Control>hotcue_5_position</Control>
+ <Text> HOTCUE 5 </Text>
+ <Align>center</Align>
+ <Color>#AE5CFF</Color>
+ <TextColor>#333333</TextColor>
+ </Mark>
+ <Mark>
+ <Control>hotcue_6_position</Control>
+ <Text> HOTCUE 6 </Text>
+ <Align>center</Align>
+ <Color>#AE5CFF</Color>
+ <TextColor>#333333</TextColor>
+ </Mark>
+ <Mark>
+ <Control>hotcue_7_position</Control>
+ <Text> HOTCUE 7 </Text>
+ <Align>center</Align>
+ <Color>#AE5CFF</Color>
+ <TextColor>#333333</TextColor>
+ </Mark>
+ <Mark>
+ <Control>hotcue_8_position</Control>
+ <Text> HOTCUE 8 </Text>
+ <Align>center</Align>
+ <Color>#AE5CFF</Color>
+ <TextColor>#333333</TextColor>
+ </Mark>
+ <Mark>
+ <Control>hotcue_9_position</Control>
+ <Text> HOTCUE 9 </Text>
+ <Align>center</Align>
+ <Color>#AE5CFF</Color>
+ <TextColor>#333333</TextColor>
+ </Mark>
+ <Mark>
+ <Control>hotcue_10_position</Control>
+ <Text> HOTCUE 10 </Text>
+ <Align>center</Align>
+ <Color>#AE5CFF</Color>
+ <TextColor>#333333</TextColor>
+ </Mark>
+ <Mark>
+ <Control>hotcue_11_position</Control>
+ <Text> HOTCUE 11 </Text>
+ <Align>center</Align>
+ <Color>#AE5CFF</Color>
+ <TextColor>#333333</TextColor>
+ </Mark>
+ <Mark>
+ <Control>hotcue_12_position</Control>
+ <Text> HOTCUE 12 </Text>
+ <Align>center</Align>
+ <Color>#AE5CFF</Color>
+ <TextColor>#333333</TextColor>
+ </Mark>
+ <Mark>
+ <Control>hotcue_13_position</Control>
+ <Text> HOTCUE 13 </Text>
+ <Align>center</Align>
+ <Color>#AE5CFF</Color>
+ <TextColor>#333333</TextColor>
+ </Mark>
+ <Mark>
+ <Control>hotcue_14_position</Control>
+ <Text> HOTCUE 14 </Text>
+ <Align>center</Align>
+ <Color>#AE5CFF</Color>
+ <TextColor>#333333</TextColor>
+ </Mark>
+ <Mark>
+ <Control>hotcue_15_position</Control>
+ <Text> HOTCUE 15 </Text>
+ <Align>center</Align>
+ <Color>#AE5CFF</Color>
+ <TextColor>#333333</TextColor>
+ </Mark>
+ <Mark>
+ <Control>hotcue_16_position</Control>
+ <Text> HOTCUE 16 </Text>
+ <Align>center</Align>
+ <Color>#AE5CFF</Color>
+ <TextColor>#333333</TextColor>
+ </Mark>
+ <Mark>
+ <Control>hotcue_17_position</Control>
+ <Text> HOTCUE 17 </Text>
+ <Align>center</Align>
+ <Color>#AE5CFF</Color>
+ <TextColor>#333333</TextColor>
+ </Mark>
+ <Mark>
+ <Control>hotcue_18_position</Control>
+ <Text> HOTCUE 18 </Text>
+ <Align>center</Align>
+ <Color>#AE5CFF</Color>
+ <TextColor>#333333</TextColor>
+ </Mark>
+ <Mark>
+ <Control>hotcue_19_position</Control>
+ <Text> HOTCUE 19 </Text>
+ <Align>center</Align>
+ <Color>#AE5CFF</Color>
+ <TextColor>#333333</TextColor>
+ </Mark>
+ <Mark>
+ <Control>hotcue_20_position</Control>
+ <Text> HOTCUE 20 </Text>
+ <Align>center</Align>
+ <Color>#AE5CFF</Color>
+ <TextColor>#333333</TextColor>
+ </Mark>
+ <Mark>
+ <Control>hotcue_21_position</Control>
+ <Text> HOTCUE 21 </Text>
+ <Align>center</Align>
+ <Color>#AE5CFF</Color>
+ <TextColor>#333333</TextColor>
+ </Mark>
+ <Mark>
+ <Control>hotcue_22_position</Control>
+ <Text> HOTCUE 22 </Text>
+ <Align>center</Align>
+ <Color>#AE5CFF</Color>
+ <TextColor>#333333</TextColor>
+ </Mark>
+ <Mark>
+ <Control>hotcue_23_position</Control>
+ <Text> HOTCUE 23 </Text>
+ <Align>center</Align>
+ <Color>#AE5CFF</Color>
+ <TextColor>#333333</TextColor>
+ </Mark>
+ <Mark>
+ <Control>hotcue_24_position</Control>
+ <Text> HOTCUE 24 </Text>
+ <Align>center</Align>
+ <Color>#AE5CFF</Color>
+ <TextColor>#333333</TextColor>
+ </Mark>
+ <Mark>
+ <Control>hotcue_25_position</Control>
+ <Text> HOTCUE 25 </Text>
+ <Align>center</Align>
+ <Color>#AE5CFF</Color>
+ <TextColor>#333333</TextColor>
+ </Mark>
+ <Mark>
+ <Control>hotcue_26_position</Control>
+ <Text> HOTCUE 26 </Text>
+ <Align>center</Align>
+ <Color>#AE5CFF</Color>
+ <TextColor>#333333</TextColor>
+ </Mark>
+ <Mark>
+ <Control>hotcue_27_position</Control>
+ <Text> HOTCUE 27 </Text>
+ <Align>center</Align>
+ <Color>#AE5CFF</Color>
+ <TextColor>#333333</TextColor>
+ </Mark>
+ <Mark>
+ <Control>hotcue_28_position</Control>
+ <Text> HOTCUE 28 </Text>
+ <Align>center</Align>
+ <Color>#AE5CFF</Color>
+ <TextColor>#333333</TextColor>
+ </Mark>
+ <Mark>
+ <Control>hotcue_29_position</Control>
+ <Text> HOTCUE 29 </Text>
+ <Align>center</Align>
+ <Color>#AE5CFF</Color>
+ <TextColor>#333333</TextColor>
+ </Mark>
+ <Mark>
+ <Control>hotcue_30_position</Control>
+ <Text> HOTCUE 30 </Text>
+ <Align>center</Align>
+ <Color>#AE5CFF</Color>
+ <TextColor>#333333</TextColor>
+ </Mark>
+ <Mark>
+ <Control>hotcue_31_position</Control>
+ <Text> HOTCUE 31 </Text>
+ <Align>center</Align>
+ <Color>#AE5CFF</Color>
+ <TextColor>#333333</TextColor>
+ </Mark>
+ <Mark>
+ <Control>hotcue_32_position</Control>
+ <Text> HOTCUE 32 </Text>
+ <Align>center</Align>
+ <Color>#AE5CFF</Color>
+ <TextColor>#333333</TextColor>
+ </Mark>
+
+ <Mark>
+ <Control>cue_point</Control>
+ <Pixmap>marker_cue1.png</Pixmap>
+ <Text> CUE </Text>
+ <Align>bottom</Align>
+ <Color>#FF001C</Color>
+ <TextColor>#333333</TextColor>
+ </Mark>
+ </Visual>
+ <Visual>
+ <Tooltip>Waveform display&#10;Shows the loaded tracks' waveforms near the playback position.&#10;Drag with mouse to control sound playback.&#10;Drop tracks from external file manager here.&#10;</Tooltip>
+ <Style>QToolTip { font: 13px FreeSans, Arial, sans-serif;
+ background-color: #969696; color: #FFFFFF; border: 1px solid #505050; padding: 4px; }
+ </Style>
+ <Channel>2</Channel>
+ <Pos>850,90</Pos>
+ <Size>403,102</Size>
+ <BgColor>#ffffff</BgColor>
+ <HfcColor>#000000</HfcColor>
+ <SignalColor>#4889c3</SignalColor>
+ <BeatColor>#e0ddd7</BeatColor>
+ <BeatHighlightColor>#00FF00</BeatHighlightColor>
+ <MarkerColor>#00FF00</MarkerColor>
+ <CueColor>#e20020</CueColor>
+ <MarkRange>
+ <StartControl>loop_start_position</StartControl>
+ <EndControl>loop_end_position</EndControl>
+ <EnabledControl>loop_enabled</EnabledControl>
+ <Color>#00FF00</Color>
+ <DisabledColor>#FFFFFF</DisabledColor>
+ </MarkRange>
+ <Mark>
+ <Control>loop_start_position</Control>
+ <Pixmap>marker_loopin1.png</Pixmap>
+ <Text>LOOP IN</Text>
+ <Align>bottom</Align>
+ <Color>#00FF00</Color>
+ <TextColor>#FFFFFF</TextColor>
+ </Mark>
+ <Mark>
+ <Control>loop_end_position</Control>
+ <Pixmap>marker_loopout1.png</Pixmap>
+ <Text>LOOP OUT</Text>
+ <Align>bottom</Align>
+ <Color>#00FF00</Color>
+ <TextColor>#FFFFFF</TextColor>
+ </Mark>
+ <!--
+ The hotcues not represented by a button in the current skin show only in the waveform under two circumstances:
+ - if a MIDI device which supports more hotcues than buttons are in the current skin has them activated
+ - if you change from a skin which supports more hotcues than buttons are in the current skin (and has them activated)
+ These "special" hotcues share the color #AE5CFF to make them distinguishable (and maintainable) from the hotcues
+ represented by a button in the current skin. Mixxx 1.8 supports up to 32 hotcue. Current skins uses up to 6 buttons per channel.
+ -->
+ <Mark>
+ <Control>hotcue_1_position</Control>
+ <Pixmap>marker_hotcue1_1.png</Pixmap>
+ <Text> HOTCUE 1 </Text>
+ <Align>bottom</Align>
+ <Color>#00FF00</Color>
+ <TextColor>#333333</TextColor>
+ </Mark>
+ <Mark>
+ <Control>hotcue_2_position</Control>
+ <Pixmap>marker_hotcue1_2.png</Pixmap>
+ <Text> HOTCUE 2 </Text>
+ <Align>bottom</Align>
+ <Color>#00FF00</Color>
+ <TextColor>#333333</TextColor>
+ </Mark>
+ <Mark>
+ <Control>hotcue_3_position</Control>
+ <Pixmap>marker_hotcue1_3.png</Pixmap>
+ <Text> HOTCUE 3 </Text>
+ <Align>bottom</Align>
+ <Color>#00FF00</Color>
+ <TextColor>#333333</TextColor>
+ </Mark>
+ <Mark>
+ <Control>hotcue_4_position</Control>
+ <Pixmap>marker_hotcue1_4.png</Pixmap>
+ <Text> HOTCUE 4 </Text>
+ <Align>bottom</Align>
+ <Color>#00FF00</Color>
+ <TextColor>#333333</TextColor>
+ </Mark>
+ <Mark>
+ <Control>hotcue_5_position</Control>
+ <Text> HOTCUE 5 </Text>
+ <Align>center</Align>
+ <Color>#AE5CFF</Color>
+ <TextColor>#333333</TextColor>
+ </Mark>
+ <Mark>
+ <Control>hotcue_6_position</Control>
+ <Text> HOTCUE 6 </Text>
+ <Align>center</Align>
+ <Color>#AE5CFF</Color>
+ <TextColor>#333333</TextColor>
+ </Mark>
+ <Mark>
+ <Control>hotcue_7_position</Control>
+ <Text> HOTCUE 7 </Text>
+ <Align>center</Align>
+ <Color>#AE5CFF</Color>
+ <TextColor>#333333</TextColor>
+ </Mark>
+ <Mark>
+ <Control>hotcue_8_position</Control>
+ <Text> HOTCUE 8 </Text>
+ <Align>center</Align>
+ <Color>#AE5CFF</Color>
+ <TextColor>#333333</TextColor>
+ </Mark>
+ <Mark>
+ <Control>hotcue_9_position</Control>
+ <Text> HOTCUE 9 </Text>
+ <Align>center</Align>
+ <Color>#AE5CFF</Color>
+ <TextColor>#333333</TextColor>
+ </Mark>
+ <Mark>
+ <Control>hotcue_10_position</Control>
+ <Text> HOTCUE 10 </Text>
+ <Align>center</Align>
+ <Color>#AE5CFF</Color>
+ <TextColor>#333333</TextColor>
+ </Mark>
+ <Mark>
+ <Control>hotcue_11_position</Control>
+ <Text> HOTCUE 11 </Text>
+ <Align>center</Align>
+ <Color>#AE5CFF</Color>
+ <TextColor>#333333</TextColor>
+ </Mark>
+ <Mark>
+ <Control>hotcue_12_position</Control>
+ <Text> HOTCUE 12 </Text>
+ <Align>center</Align>
+ <Color>#AE5CFF</Color>
+ <TextColor>#333333</TextColor>
+ </Mark>
+ <Mark>
+ <Control>hotcue_13_position</Control>
+ <Text> HOTCUE 13 </Text>
+ <Align>center</Align>
+ <Color>#AE5CFF</Color>
+ <TextColor>#333333</TextColor>
+ </Mark>
+ <Mark>
+ <Control>hotcue_14_position</Control>
+ <Text> HOTCUE 14 </Text>
+ <Align>center</Align>
+ <Color>#AE5CFF</Color>
+ <TextColor>#333333</TextColor>
+ </Mark>
+ <Mark>
+ <Control>hotcue_15_position</Control>
+ <Text> HOTCUE 15 </Text>
+ <Align>center</Align>
+ <Color>#AE5CFF</Color>
+ <TextColor>#333333</TextColor>
+ </Mark>
+ <Mark>
+ <Control>hotcue_16_position</Control>
+ <Text> HOTCUE 16 </Text>
+ <Align>center</Align>
+ <Color>#AE5CFF</Color>
+ <TextColor>#333333</TextColor>
+ </Mark>
+ <Mark>
+ <Control>hotcue_17_position</Control>
+ <Text> HOTCUE 17 </Text>
+ <Align>center</Align>
+ <Color>#AE5CFF</Color>
+ <TextColor>#333333</TextColor>
+ </Mark>
+ <Mark>
+ <Control>hotcue_18_position</Control>
+ <Text> HOTCUE 18 </Text>
+ <Align>center</Align>
+ <Color>#AE5CFF</Color>
+ <TextColor>#333333</TextColor>
+ </Mark>
+ <Mark>
+ <Control>hotcue_19_position</Control>
+ <Text> HOTCUE 19 </Text>
+ <Align>center</Align>
+ <Color>#AE5CFF</Color>
+ <TextColor>#333333</TextColor>
+ </Mark>
+ <Mark>
+ <Control>hotcue_20_position</Control>
+ <Text> HOTCUE 20 </Text>
+ <Align>center</Align>
+ <Color>#AE5CFF</Color>
+ <TextColor>#333333</TextColor>
+ </Mark>
+ <Mark>
+ <Control>hotcue_21_position</Control>
+ <Text> HOTCUE 21 </Text>
+ <Align>center</Align>
+ <Color>#AE5CFF</Color>
+ <TextColor>#333333</TextColor>
+ </Mark>
+ <Mark>
+ <Control>hotcue_22_position</Control>
+ <Text> HOTCUE 22 </Text>
+ <Align>center</Align>
+ <Color>#AE5CFF</Color>
+ <TextColor>#333333</TextColor>
+ </Mark>
+ <Mark>
+ <Control>hotcue_23_position</Control>
+ <Text> HOTCUE 23 </Text>
+ <Align>center</Align>
+ <Color>#AE5CFF</Color>
+ <TextColor>#333333</TextColor>
+ </Mark>
+ <Mark>
+ <Control>hotcue_24_position</Control>
+ <Text> HOTCUE 24 </Text>
+ <Align>center</Align>
+ <Color>#AE5CFF</Color>
+ <TextColor>#333333</TextColor>
+ </Mark>
+ <Mark>
+ <Control>hotcue_25_position</Control>
+ <Text> HOTCUE 25 </Text>
+ <Align>center</Align>
+ <Color>#AE5CFF</Color>
+ <TextColor>#333333</TextColor>
+ </Mark>
+ <Mark>
+ <Control>hotcue_26_position</Control>
+ <Text> HOTCUE 26 </Text>
+ <Align>center</Align>
+ <Color>#AE5CFF</Color>
+ <TextColor>#333333</TextColor>
+ </Mark>
+ <Mark>
+ <Control>hotcue_27_position</Control>
+ <Text> HOTCUE 27 </Text>
+ <Align>center</Align>
+ <Color>#AE5CFF</Color>
+ <TextColor>#333333</TextColor>
+ </Mark>
+ <Mark>
+ <Control>hotcue_28_position</Control>
+ <Text> HOTCUE 28 </Text>
+ <Align>center</Align>
+ <Color>#AE5CFF</Color>
+ <TextColor>#333333</TextColor>
+ </Mark>
+ <Mark>
+ <Control>hotcue_29_position</Control>
+ <Text> HOTCUE 29 </Text>
+ <Align>center</Align>
+ <Color>#AE5CFF</Color>
+ <TextColor>#333333</TextColor>
+ </Mark>
+ <Mark>
+ <Control>hotcue_30_position</Control>
+ <Text> HOTCUE 30 </Text>
+ <Align>center</Align>
+ <Color>#AE5CFF</Color>
+ <TextColor>#333333</TextColor>
+ </Mark>
+ <Mark>
+ <Control>hotcue_31_position</Control>
+ <Text> HOTCUE 31 </Text>
+ <Align>center</Align>
+ <Color>#AE5CFF</Color>
+ <TextColor>#333333</TextColor>
+ </Mark>
+ <Mark>
+ <Control>hotcue_32_position</Control>
+ <Text> HOTCUE 32 </Text>
+ <Align>center</Align>
+ <Color>#AE5CFF</Color>
+ <TextColor>#333333</TextColor>
+ </Mark>
+
+ <Mark>
+ <Control>cue_point</Control>
+ <Pixmap>marker_cue1.png</Pixmap>
+ <Text> CUE </Text>
+ <Align>bottom</Align>
+ <Color>#FF001C</Color>
+ <TextColor>#333333</TextColor>
+ </Mark>
+ </Visual>
+
+ <!--
+ **********************************************
+ Visaul- Waveform overview
+ **********************************************
+ -->
+ <Overview>
+ <Tooltip>Waveform overview&#10;Shows information about the track currently loaded in this channel.&#10;Jump around in the track by clicking somewhere on the waveform.&#10;</Tooltip>
+ <Style>QToolTip { font: 13px FreeSans, Arial, sans-serif;
+ background-color: #969696; color: #FFFFFF; border: 1px solid #505050; padding: 4px; }
+ </Style>
+ <Channel>1</Channel>
+ <Pos>11,197</Pos>
+ <Size>207,40</Size>
+ <BgColor>#FFFFFF</BgColor>
+ <SignalColor>#4889c3</SignalColor>
+ <MarkerColor>#00FF00</MarkerColor>
+ <Connection>
+ <ConfigKey>[Channel1],playposition</ConfigKey>
+ <EmitOnDownPress>false</EmitOnDownPress>
+ </Connection>
+ </Overview>
+ <Overview>
+ <Tooltip>Waveform overview&#10;Shows information about the track currently loaded in this channel.&#10;Jump around in the track by clicking somewhere on the waveform.&#10;</Tooltip>
+ <Style>QToolTip { font: 13px FreeSans, Arial, sans-serif;
+ background-color: #969696; color: #FFFFFF; border: 1px solid #505050; padding: 4px; }
+ </Style>
+ <Channel>2</Channel>
+ <Pos>1045,197</Pos>
+ <Size>207,40</Size>
+ <BgColor>#FFFFFF</BgColor>
+ <SignalColor>#4889c3</SignalColor>
+ <MarkerColor>#00FF00</MarkerColor>
+ <Connection>
+ <ConfigKey>[Channel2],playposition</ConfigKey>
+ <EmitOnDownPress>false</EmitOnDownPress>
+ </Connection>
+ </Overview>
+
+ <!--
+ **********************************************
+ Visual - Volume level display
+ **********************************************
+ -->
+ <VuMeter>
+ <Tooltip>Channel volume meter&#10;Shows the current channel volume&#10;</Tooltip>
+ <Style>QToolTip { font: 13px FreeSans, Arial, sans-serif;
+ background-color: #969696; color: #FFFFFF; border: 1px solid #505050; padding: 4px; }
+ </Style>
+ <PathVu>btn_volume_display1_over.png</PathVu>
+ <PathBack>btn_volume_display1.png</PathBack>
+ <Pos>610,114</Pos>
+ <Horizontal>false</Horizontal>
+ <PeakHoldSize>5</PeakHoldSize>
+ <PeakHoldTime>500</PeakHoldTime>
+ <PeakFallTime>50</PeakFallTime>
+ <PeakFallStep>1</PeakFallStep>
+ <Connection>
+ <ConfigKey>[Channel1],VuMeter</ConfigKey>
+ </Connection>
+ </VuMeter>
+ <VuMeter>
+ <Tooltip>Channel volume meter&#10;Shows the current channel volume&#10;</Tooltip>
+ <Style>QToolTip { font: 13px FreeSans, Arial, sans-serif;
+ background-color: #969696; color: #FFFFFF; border: 1px solid #505050; padding: 4px; }
+ </Style>
+ <PathVu>btn_volume_display2_over.png</PathVu>
+ <PathBack>btn_volume_display2.png</PathBack>
+ <Pos>645,114</Pos>
+ <Horizontal>false</Horizontal>
+ <PeakHoldSize>5</PeakHoldSize>
+ <PeakHoldTime>500</PeakHoldTime>
+ <PeakFallTime>50</PeakFallTime>
+ <PeakFallStep>1</PeakFallStep>
+ <Connection>
+ <ConfigKey>[Channel2],VuMeter</ConfigKey>
+ </Connection>
+ </VuMeter>
+
+ <VuMeter>
+ <Tooltip>Master channel volume meter&#10;Outputs the current instantaneous master volume for the left channel.&#10;</Tooltip>
+ <Style>QToolTip { font: 13px FreeSans, Arial, sans-serif;
+ background-color: #969696; color: #FFFFFF; border: 1px solid #505050; padding: 4px; }
+ </Style>
+ <PathVu>btn_volume_display_master1_over.png</PathVu>
+ <PathBack>btn_volume_display_master1.png</PathBack>
+ <Pos>624,114</Pos>
+ <PeakHoldSize>5</PeakHoldSize>
+ <PeakHoldTime>500</PeakHoldTime>
+ <PeakFallTime>50</PeakFallTime>
+ <PeakFallStep>1</PeakFallStep>
+ <Connection>
+ <ConfigKey>[Master],VuMeterL</ConfigKey>
+ </Connection>
+ </VuMeter>
+ <VuMeter>
+ <Tooltip>Master channel volume meter&#10;Outputs the current instantaneous master volume for the right channel.&#10;</Tooltip>
+ <Style>QToolTip { font: 13px FreeSans, Arial, sans-serif;
+ background-color: #969696; color: #FFFFFF; border: 1px solid #505050; padding: 4px; }
+ </Style>
+ <PathVu>btn_volume_display_master2_over.png</PathVu>
+ <PathBack>btn_volume_display_master2.png</PathBack>
+ <Pos>632,114</Pos>
+ <PeakHoldSize>5</PeakHoldSize>
+ <PeakHoldTime>500</PeakHoldTime>
+ <PeakFallTime>50</PeakFallTime>
+ <PeakFallStep>1</PeakFallStep>
+ <Connection>
+ <ConfigKey>[Master],VuMeterR</ConfigKey>
+ </Connection>
+ </VuMeter>
+
+ <!--
+ **********************************************
+ Visual- Volume peak indicator
+ **********************************************
+ -->
+ <StatusLight>
+ <Tooltip>Peak Indicator&#10;Indicates when the signal on the channel is clipping,&#10;(too loud for the hardware and is being distorted).&#10;</Tooltip>
+ <Style>QToolTip { font: 13px FreeSans, Arial, sans-serif;
+ background-color: #969696; color: #FFFFFF; border: 1px solid #505050; padding: 4px; }
+ </Style>
+ <PathStatusLight>btn_clipping1_over.png</PathStatusLight>
+ <PathBack>btn_clipping1.png</PathBack>
+ <Pos>610,122</Pos>
+ <Connection>
+ <ConfigKey>[Channel1],PeakIndicator</ConfigKey>
+ </Connection>
+ </StatusLight>
+ <StatusLight>
+ <Tooltip>Peak Indicator&#10;Indicates when the signal on the channel is clipping,&#10;(too loud for the hardware and is being distorted).&#10;</Tooltip>
+ <Style>QToolTip { font: 13px FreeSans, Arial, sans-serif;
+ background-color: #969696; color: #FFFFFF; border: 1px solid #505050; padding: 4px; }
+ </Style>
+ <PathStatusLight>btn_clipping2_over.png</PathStatusLight>
+ <PathBack>btn_clipping2.png</PathBack>
+ <Pos>645,122</Pos>
+ <Connection>
+ <ConfigKey>[Channel2],PeakIndicator</ConfigKey>
+ </Connection>
+ </StatusLight>
+ <StatusLight>
+ <Tooltip>Master Peak Indicator&#10;Indicates when the signal on the Master output is clipping,&#10;(too loud for the hardware and is being distorted).&#10;</Tooltip>
+ <Style>QToolTip { font: 13px FreeSans, Arial, sans-serif;
+ background-color: #969696; color: #FFFFFF; border: 1px solid #505050; padding: 4px; }
+ </Style>
+ <PathStatusLight>btn_clipping_master_over.png</PathStatusLight>
+ <PathBack>btn_clipping_master.png</PathBack>
+ <Pos>624,122</Pos>
+ <Connection>
+ <ConfigKey>[Master],PeakIndicator</ConfigKey>
+ </Connection>
+ </StatusLight>
+
+ <!--
+ ############################################################################################
+ ############################################################################################
+ Section: Text
+ ############################################################################################
+ ############################################################################################
+ -->
+
+ <!--
+ **********************************************
+ Text- Track information
+ **********************************************
+ -->
+ <Text>
+ <Tooltip>Track information&#10;Displays the Name and Title of the loaded track.&#10;Informations are extracted from the tracks tags.&#10;</Tooltip>
+ <Style>QLabel { font: bold 16px/18px FreeSans, Arial, sans-serif;
+ background-color: transparent; color: #000000; text-align: left; padding-left: 1%; }
+ QToolTip { font: 13px FreeSans, Arial, sans-serif;
+ background-color: #969696; color: #FFFFFF; border: 1px solid #505050; padding: 4px; }
+ </Style>
+ <Channel>1</Channel>
+ <Pos>11,20</Pos>
+ <Size>506,28</Size>
+ </Text>
+ <Text>
+ <Tooltip>Track information&#10;Displays the Name and Title of the loaded track.&#10;Informations are extracted from the tracks tags.&#10;</Tooltip>
+ <Style>QLabel { font: bold 16px/18px FreeSans, Arial, sans-serif;
+ background-color: transparent; color: #000000; text-align: left;padding-left: 1%; }
+ QToolTip { font: 13px FreeSans, Arial, sans-serif;
+ background-color: #969696; color: #FFFFFF; border: 1px solid #505050; padding: 4px; }
+ </Style>
+ <Channel>2</Channel>
+ <Pos>751,20</Pos>
+ <Size>506,28</Size>
+ </Text>
+
+ <!--
+ **********************************************
+ Text- BPM number display DELETED (micz)
+ **********************************************
+ -->
+
+ <!--
+ **********************************************
+ Text- Playing position / Time remaining
+ **********************************************
+ -->
+ <NumberPos>
+ <Tooltip>Time information&#10;Displays the current playback position or remaining time of the loaded track.&#10;Depends on your settings in Preferences→Interface→Position display.&#10;</Tooltip>
+ <Style>QLabel { font: bold 16px/18px FreeSans, Arial, sans-serif;
+ background-color: transparent; color: #000000; text-align: left;padding-left: 1%; }
+ QToolTip { font: 13px FreeSans, Arial, sans-serif;
+ background-color: #969696; color: #FFFFFF; border: 1px solid #505050; padding: 4px; }
+ </Style>
+ <Channel>1</Channel>
+ <Pos>11,52</Pos>
+ <Size>506,28</Size>
+ <NumberOfDigits>6</NumberOfDigits>
+ <Connection>
+ <ConfigKey>[Channel1],playposition</ConfigKey>
+ </Connection>
+ </NumberPos>
+ <NumberPos>
+ <Tooltip>Time information&#10;Displays the current playback position or remaining time of the loaded track.&#10;Depends on your settings in Preferences→Interface→Position display.&#10;</Tooltip>
+ <Style>QLabel { font: bold 16px/18px FreeSans, Arial, sans-serif;
+ background-color: transparent; color: #000000; text-align: left;padding-left: 1%; }
+ QToolTip { font: 13px FreeSans, Arial, sans-serif;
+ background-color: #969696; color: #FFFFFF; border: 1px solid #505050; padding: 4px; }
+ </Style>
+ <Channel>2</Channel>
+ <Pos>751,52</Pos>
+ <Size>506,28</Size>
+ <NumberOfDigits>6</NumberOfDigits>
+ <Connection>
+ <ConfigKey>[Channel2],playposition</ConfigKey>
+ </Connection>
+ </NumberPos>
+
+ <!--
+ **********************************************
+ Text- Pitch rate display DELETED (micz)
+ **********************************************
+ -->
+
+ <!--
+ ############################################################################################
+ ############################################################################################
+ Section: Slider
+ ############################################################################################
+ ############################################################################################
+ -->
+
+ <!--
+ **********************************************
+ Slider- Channel Volume
+ **********************************************
+ -->
+ <SliderComposed>
+ <Tooltip>Volume control&#10;Adjust the volume of the selected channel.&#10;Right-click: Reset to default value&#10;</Tooltip>
+ <Style>QToolTip { font: 13px FreeSans, Arial, sans-serif;
+ background-color: #969696; color: #FFFFFF; border: 1px solid #505050; padding: 4px; }
+ </Style>
+ <Handle>knob_volume1.png</Handle>
+ <Slider>slider_volume1.png</Slider>
+ <Pos>550,83</Pos>
+ <Horizontal>false</Horizontal>
+ <Connection>
+ <ConfigKey>[Channel1],volume</ConfigKey>
+ <EmitOnDownPress>false</EmitOnDownPress>
+ </Connection>
+ </SliderComposed>
+ <SliderComposed>
+ <Tooltip>Volume control&#10;Adjust the volume of the selected channel.&#10;Right-click: Reset to default value&#10;</Tooltip>
+ <Style>QToolTip { font: 13px FreeSans, Arial, sans-serif;
+ background-color: #969696; color: #FFFFFF; border: 1px solid #505050; padding: 4px; }
+ </Style>
+ <Handle>knob_volume2.png</Handle>
+ <Slider>slider_volume2.png</Slider>
+ <Pos>664,83</Pos>
+ <Horizontal>false</Horizontal>
+ <Connection>
+ <ConfigKey>[Channel2],volume</ConfigKey>
+ <EmitOnDownPress>false</EmitOnDownPress>
+ </Connection>
+ </SliderComposed>
+
+ <!--
+ **********************************************
+ Slider- Crossfader
+ **********************************************
+ -->
+ <SliderComposed>
+ <Tooltip>Crossfader&#10;Fade between the channels and define what you hear through the master output.&#10;Right-click: Reset to default value&#10;Change the crossfader curve in Preferences→Crossfader&#10;</Tooltip>
+ <Style>QToolTip { font: 13px FreeSans, Arial, sans-serif;
+ background-color: #969696; color: #FFFFFF; border: 1px solid #505050; padding: 4px; }
+ </Style>
+ <Handle>knob_crossfader.png</Handle>
+ <Slider>slider_crossfader.png</Slider>
+ <Pos>538,270</Pos>
+ <Horizontal>true</Horizontal>
+ <Connection>
+ <ConfigKey>[Master],crossfader</ConfigKey>
+ <EmitOnDownPress>false</EmitOnDownPress>
+ </Connection>
+ </SliderComposed>
+
+ <!--
+ **********************************************
+ Slider- Pitch control DELETED (micz)
+ **********************************************
+ -->
+
+ <!--
+ ############################################################################################
+ ############################################################################################
+ Section: Buttons
+ ############################################################################################
+ ############################################################################################
+ -->
+
+ <!--
+ ****************************************
+ Button- Play
+ ****************************************
+ -->
+ <PushButton>
+ <Tooltip>Play/Pause&#10;Left-click: Toggles playing or pausing the track.&#10;Right-click: Places a Cue-point at the current position on the waveform.&#10;</Tooltip>
+ <Style>QToolTip { font: 13px FreeSans, Arial, sans-serif;
+ background-color: #969696; color: #FFFFFF; border: 1px solid #505050; padding: 4px; }
+ </Style>
+ <NumberStates>2</NumberStates>
+ <RightClickIsPushButton>true</RightClickIsPushButton>
+ <State>
+ <Number>0</Number>
+ <Pressed>btn_play1.png</Pressed>
+ <Unpressed>btn_play1.png</Unpressed>
+ </State>
+ <State>
+ <Number>1</Number>
+ <Pressed>btn_play1_over.png</Pressed>
+ <Unpressed>btn_play1_over.png</Unpressed>
+ </State>
+ <Pos>419,89</Pos>
+ <Connection>
+ <ConfigKey>[Channel1],play</ConfigKey>
+ <EmitOnDownPress>true</EmitOnDownPress>
+ <ButtonState>LeftButton</ButtonState>
+ </Connection>
+ <Connection>
+ <ConfigKey>[Channel1],cue_set</ConfigKey>
+ <EmitOnDownPress>true</EmitOnDownPress>
+ <ButtonState>RightButton</ButtonState>
+ <ConnectValueToWidget>false</ConnectValueToWidget>
+ </Connection>
+ </PushButton>
+ <PushButton>
+ <Tooltip>Play/Pause&#10;Left-click: Toggles playing or pausing the track.&#10;Right-click: Places a Cue-point at the current position on the waveform.&#10;</Tooltip>
+ <Style>QToolTip { font: 13px FreeSans, Arial, sans-serif;
+ background-color: #969696; color: #FFFFFF; border: 1px solid #505050; padding: 4px; }
+ </Style>
+ <NumberStates>2</NumberStates>
+ <RightClickIsPushButton>true</RightClickIsPushButton>
+ <State>
+ <Number>0</Number>
+ <Pressed>btn_play2.png</Pressed>
+ <Unpressed>btn_play2.png</Unpressed>
+ </State>
+ <State>
+ <Number>1</Number>
+ <Pressed>btn_play2_over.png</Pressed>
+ <Unpressed>btn_play2_over.png</Unpressed>
+ </State>
+ <Pos>750,89</Pos>
+ <Connection>
+ <ConfigKey>[Channel2],play</ConfigKey>
+ <EmitOnDownPress>true</EmitOnDownPress>
+ <ButtonState>LeftButton</ButtonState>
+ </Connection>
+ <Connection>
+ <ConfigKey>[Channel2],cue_set</ConfigKey>
+ <EmitOnDownPress>true</EmitOnDownPress>
+ <ButtonState>RightButton</ButtonState>
+ <ConnectValueToWidget>false</ConnectValueToWidget>
+ </Connection>
+ </PushButton>
+
+ <!--
+ **********************************************
+ Button- Cue
+ **********************************************
+ -->
+ <PushButton>
+ <Tooltip>Cue&#10;Left-click (while playing): The track will seek to the cue-point and stop (=CDJ) OR play (=simple).&#10;Change the default cue behaviour in Preferences→Interface.&#10;Left-click (while stopped): Places a cue-point at the current position on the waveform.&#10;Right-click: The track will seek to the cue-point and stop.&#10;</Tooltip>
+ <Style>QToolTip { font: 13px FreeSans, Arial, sans-serif;
+ background-color: #969696; color: #FFFFFF; border: 1px solid #505050; padding: 4px; }
+ </Style>
+ <NumberStates>1</NumberStates>
+ <State>
+ <Number>0</Number>
+ <Pressed>btn_cue1_over.png</Pressed>
+ <Unpressed>btn_cue1.png</Unpressed>
+ </State>
+ <Pos>468,196</Pos>
+ <Connection>
+ <ConfigKey>[Channel1],cue_default</ConfigKey>
+ <EmitOnDownPress>true</EmitOnDownPress>
+ <ButtonState>LeftButton</ButtonState>
+ </Connection>
+ <Connection>
+ <ConfigKey>[Channel1],cue_default</ConfigKey>
+ <EmitOnDownPress>false</EmitOnDownPress>
+ <ButtonState>LeftButton</ButtonState>
+ </Connection>
+ <Connection>
+ <ConfigKey>[Channel1],cue_gotoandstop</ConfigKey>
+ <EmitOnDownPress>true</EmitOnDownPress>
+ <ButtonState>RightButton</ButtonState>
+ </Connection>
+ <Connection>
+ <ConfigKey>[Channel1],cue_gotoandstop</ConfigKey>
+ <EmitOnDownPress>false</EmitOnDownPress>
+ <ButtonState>RightButton</ButtonState>
+ </Connection>
+ </PushButton>
+ <PushButton>
+ <Tooltip>Cue&#10;Left-click (while playing): The track will seek to the cue-point and stop (=CDJ) OR play (=simple).&#10;Change the default cue behaviour in Preferences→Interface.&#10;Left-click (while stopped): Places a cue-point at the current position on the waveform.&#10;Right-click: The track will seek to the cue-point and stop.&#10;</Tooltip>
+ <Style>QToolTip { font: 13px FreeSans, Arial, sans-serif;
+ background-color: #969696; color: #FFFFFF; border: 1px solid #505050; padding: 4px; }
+ </Style>
+ <NumberStates>1</NumberStates>
+ <State>
+ <Number>0</Number>
+ <Pressed>btn_cue2_over.png</Pressed>
+ <Unpressed>btn_cue2.png</Unpressed>
+ </State>
+ <Pos>750,196</Pos>
+ <Connection>
+ <ConfigKey>[Channel2],cue_default</ConfigKey>
+ <EmitOnDownPress>true</EmitOnDownPress>
+ <ButtonState>LeftButton</ButtonState>
+ </Connection>
+ <Connection>
+ <ConfigKey>[Channel2],cue_default</ConfigKey>
+ <EmitOnDownPress>false</EmitOnDownPress>
+ <ButtonState>LeftButton</ButtonState>
+ </Connection>
+ <Connection>
+ <ConfigKey>[Channel2],cue_gotoandstop</ConfigKey>
+ <EmitOnDownPress>true</EmitOnDownPress>
+ <ButtonState>RightButton</ButtonState>
+ </Connection>
+ <Connection>
+ <ConfigKey>[Channel2],cue_gotoandstop</ConfigKey>
+ <EmitOnDownPress>false</EmitOnDownPress>
+ <ButtonState>RightButton</ButtonState>
+ </Connection>
+ </PushButton>
+
+ <!--
+ **********************************************
+ Button- Hotcue
+ **********************************************
+ -->
+ <PushButton>
+ <Tooltip>Hotcue&#10;Left-click: If Hotcue is set, seeks the player to Hotcue position.&#10;If Hotcue is not set, sets Hotcue to the current play position.&#10;Right-click: If Hotcue is set, clears its hotcue status (delete).&#10;</Tooltip>
+ <Style>QToolTip { font: 13px FreeSans, Arial, sans-serif;
+ background-color: #969696; color: #FFFFFF; border: 1px solid #505050; padding: 4px; }
+ </Style>
+ <NumberStates>2</NumberStates>
+ <LeftClickIsPushButton>true</LeftClickIsPushButton>
+ <RightClickIsPushButton>true</RightClickIsPushButton>
+ <State>
+ <Number>0</Number>
+ <Pressed>btn_hotcue1_over.png</Pressed>
+ <Unpressed>btn_hotcue1.png</Unpressed>
+ </State>
+ <State>
+ <Number>1</Number>
+ <Pressed>btn_hotcue1.png</Pressed>
+ <Unpressed>btn_hotcue1_over.png</Unpressed>
+ </State>
+ <Pos>273,197</Pos>
+ <Connection>
+ <ConfigKey>[Channel1],hotcue_1_activate</ConfigKey>
+ <EmitOnDownPress>true</EmitOnDownPress>
+ <ButtonState>LeftButton</ButtonState>
+ <ConnectValueToWidget>false</ConnectValueToWidget>
+ </Connection>
+ <Connection>
+ <ConfigKey>[Channel1],hotcue_1_activate</ConfigKey>
+ <EmitOnDownPress>false</EmitOnDownPress>
+ <ButtonState>LeftButton</ButtonState>
+ <ConnectValueToWidget>false</ConnectValueToWidget>
+ </Connection>
+ <Connection>
+ <ConfigKey>[Channel1],hotcue_1_clear</ConfigKey>
+ <EmitOnDownPress>true</EmitOnDownPress>
+ <ButtonState>RightButton</ButtonState>
+ <ConnectValueToWidget>false</ConnectValueToWidget>
+ </Connection>
+ <Connection>
+ <ConfigKey>[Channel1],hotcue_1_clear</ConfigKey>
+ <EmitOnDownPress>false</EmitOnDownPress>
+ <ButtonState>RightButton</ButtonState>
+ <ConnectValueFromWidget>false</ConnectValueFromWidget>
+ </Connection>
+ <Connection>
+ <ConfigKey>[Channel1],hotcue_1_enabled</ConfigKey>
+ <ConnectValueFromWidget>false</ConnectValueFromWidget>
+ </Connection>
+ </PushButton>
+ <PushButton>
+ <Tooltip>Hotcue&#10;Left-click: If Hotcue is set, seeks the player to Hotcue position.&#10;If Hotcue is not set, sets Hotcue to the current play position.&#10;Right-click: If Hotcue is set, clears its hotcue status (delete).&#10;</Tooltip>
+ <Style>QToolTip { font: 13px FreeSans, Arial, sans-serif;
+ background-color: #969696; color: #FFFFFF; border: 1px solid #505050; padding: 4px; }
+ </Style>
+ <NumberStates>2</NumberStates>
+ <LeftClickIsPushButton>true</LeftClickIsPushButton>
+ <RightClickIsPushButton>true</RightClickIsPushButton>
+ <State>
+ <Number>0</Number>
+ <Pressed>btn_hotcue2_over.png</Pressed>
+ <Unpressed>btn_hotcue2.png</Unpressed>
+ </State>
+ <State>
+ <Number>1</Number>
+ <Pressed>btn_hotcue2.png</Pressed>
+ <Unpressed>btn_hotcue2_over.png</Unpressed>
+ </State>
+ <Pos>298,197</Pos>
+ <Connection>
+ <ConfigKey>[Channel1],hotcue_2_activate</ConfigKey>
+ <EmitOnDownPress>true</EmitOnDownPress>
+ <ButtonState>LeftButton</ButtonState>
+ <ConnectValueToWidget>false</ConnectValueToWidget>
+ </Connection>
+ <Connection>
+ <ConfigKey>[Channel1],hotcue_2_activate</ConfigKey>
+ <EmitOnDownPress>false</EmitOnDownPress>
+ <ButtonState>LeftButton</ButtonState>
+ <ConnectValueToWidget>false</ConnectValueToWidget>
+ </Connection>
+ <Connection>
+ <ConfigKey>[Channel1],hotcue_2_clear</ConfigKey>
+ <EmitOnDownPress>true</EmitOnDownPress>
+ <ButtonState>RightButton</ButtonState>
+ <ConnectValueToWidget>false</ConnectValueToWidget>
+ </Connection>
+ <Connection>
+ <ConfigKey>[Channel1],hotcue_2_clear</ConfigKey>
+ <EmitOnDownPress>false</EmitOnDownPress>
+ <ButtonState>RightButton</ButtonState>
+ <ConnectValueFromWidget>false</ConnectValueFromWidget>
+ </Connection>
+ <Connection>
+ <ConfigKey>[Channel1],hotcue_2_enabled</ConfigKey>
+ <ConnectValueFromWidget>false</ConnectValueFromWidget>
+ </Connection>
+ </PushButton>
+ <PushButton>
+ <Tooltip>Hotcue&#10;Left-click: If Hotcue is set, seeks the player to Hotcue position.&#10;If Hotcue is not set, sets Hotcue to the current play position.&#10;Right-click: If Hotcue is set, clears its hotcue status (delete).&#10;</Tooltip>
+ <Style>QToolTip { font: 13px FreeSans, Arial, sans-serif;
+ background-color: #969696; color: #FFFFFF; border: 1px solid #505050; padding: 4px; }
+ </Style>
+ <NumberStates>2</NumberStates>
+ <LeftClickIsPushButton>true</LeftClickIsPushButton>
+ <RightClickIsPushButton>true</RightClickIsPushButton>
+ <State>
+ <Number>0</Number>
+ <Pressed>btn_hotcue3_over.png</Pressed>
+ <Unpressed>btn_hotcue3.png</Unpressed>
+ </State>
+ <State>
+ <Number>1</Number>
+ <Pressed>btn_hotcue3.png</Pressed>
+ <Unpressed>btn_hotcue3_over.png</Unpressed>
+ </State>
+ <Pos>273,220</Pos>
+ <Connection>
+ <ConfigKey>[Channel1],hotcue_3_activate</ConfigKey>
+ <EmitOnDownPress>true</EmitOnDownPress>
+ <ButtonState>LeftButton</ButtonState>
+ <ConnectValueToWidget>false</ConnectValueToWidget>
+ </Connection>
+ <Connection>
+ <ConfigKey>[Channel1],hotcue_3_activate</ConfigKey>
+ <EmitOnDownPress>false</EmitOnDownPress>
+ <ButtonState>LeftButton</ButtonState>
+ <ConnectValueToWidget>false</ConnectValueToWidget>
+ </Connection>
+ <Connection>
+ <ConfigKey>[Channel1],hotcue_3_clear</ConfigKey>
+ <EmitOnDownPress>true</EmitOnDownPress>
+ <ButtonState>RightButton</ButtonState>
+ <ConnectValueToWidget>false</ConnectValueToWidget>
+ </Connection>
+ <Connection>
+ <ConfigKey>[Channel1],hotcue_3_clear</ConfigKey>
+ <EmitOnDownPress>false</EmitOnDownPress>
+ <ButtonState>RightButton</ButtonState>
+ <ConnectValueFromWidget>false</ConnectValueFromWidget>
+ </Connection>
+ <Connection>
+ <ConfigKey>[Channel1],hotcue_3_enabled</ConfigKey>
+ <ConnectValueFromWidget>false</ConnectValueFromWidget>
+ </Connection>
+ </PushButton>
+ <PushButton>
+ <Tooltip>Hotcue&#10;Left-click: If Hotcue is set, seeks the player to Hotcue position.&#10;If Hotcue is not set, sets Hotcue to the current play position.&#10;Right-click: If Hotcue is set, clears its hotcue status (delete).&#10;</Tooltip>
+ <Style>QToolTip { font: 13px FreeSans, Arial, sans-serif;
+ background-color: #969696; color: #FFFFFF; border: 1px solid #505050; padding: 4px; }
+ </Style>
+ <NumberStates>2</NumberStates>
+ <LeftClickIsPushButton>true</LeftClickIsPushButton>
+ <RightClickIsPushButton>true</RightClickIsPushButton>
+ <State>
+ <Number>0</Number>
+ <Pressed>btn_hotcue4_over.png</Pressed>
+ <Unpressed>btn_hotcue4.png</Unpressed>
+ </State>
+ <State>
+ <Number>1</Number>
+ <Pressed>btn_hotcue4.png</Pressed>
+ <Unpressed>btn_hotcue4_over.png</Unpressed>
+ </State>
+ <Pos>298,220</Pos>
+ <Connection>
+ <ConfigKey>[Channel1],hotcue_4_activate</ConfigKey>
+ <EmitOnDownPress>true</EmitOnDownPress>
+ <ButtonState>LeftButton</ButtonState>
+ <ConnectValueToWidget>false</ConnectValueToWidget>
+ </Connection>
+ <Connection>
+ <ConfigKey>[Channel1],hotcue_4_activate</ConfigKey>
+ <EmitOnDownPress>false</EmitOnDownPress>
+ <ButtonState>LeftButton</ButtonState>
+ <ConnectValueToWidget>false</ConnectValueToWidget>
+ </Connection>
+ <Connection>
+ <ConfigKey>[Channel1],hotcue_4_clear</ConfigKey>
+ <EmitOnDownPress>true</EmitOnDownPress>
+ <ButtonState>RightButton</ButtonState>
+ <ConnectValueToWidget>false</ConnectValueToWidget>
+ </Connection>
+ <Connection>
+ <ConfigKey>[Channel1],hotcue_4_clear</ConfigKey>
+ <EmitOnDownPress>false</EmitOnDownPress>
+ <ButtonState>RightButton</ButtonState>
+ <ConnectValueFromWidget>false</ConnectValueFromWidget>
+ </Connection>
+ <Connection>
+ <ConfigKey>[Channel1],hotcue_4_enabled</ConfigKey>
+ <ConnectValueFromWidget>false</ConnectValueFromWidget>
+ </Connection>
+ </PushButton>
+ <PushButton>
+ <Tooltip>Hotcue&#10;Left-click: If Hotcue is set, seeks the player to Hotcue position.&#10;If Hotcue is not set, sets Hotcue to the current play position.&#10;Right-click: If Hotcue is set, clears its hotcue status (delete).&#10;</Tooltip>
+ <Style>QToolTip { font: 13px FreeSans, Arial, sans-serif;
+ background-color: #969696; color: #FFFFFF; border: 1px solid #505050; padding: 4px; }
+ </Style>
+ <NumberStates>2</NumberStates>
+ <LeftClickIsPushButton>true</LeftClickIsPushButton>
+ <RightClickIsPushButton>true</RightClickIsPushButton>
+ <State>
+ <Number>0</Number>
+ <Pressed>btn_hotcue1_over.png</Pressed>
+ <Unpressed>btn_hotcue1.png</Unpressed>
+ </State>
+ <State>
+ <Number>1</Number>
+ <Pressed>btn_hotcue1.png</Pressed>
+ <Unpressed>btn_hotcue1_over.png</Unpressed>
+ </State>
+ <Pos>947,197</Pos>
+ <Connection>
+ <ConfigKey>[Channel2],hotcue_1_activate</ConfigKey>
+ <EmitOnDownPress>true</EmitOnDownPress>
+ <ButtonState>LeftButton</ButtonState>
+ <ConnectValueToWidget>false</ConnectValueToWidget>
+ </Connection>
+ <Connection>
+ <ConfigKey>[Channel2],hotcue_1_activate</ConfigKey>
+ <EmitOnDownPress>false</EmitOnDownPress>
+ <ButtonState>LeftButton</ButtonState>
+ <ConnectValueToWidget>false</ConnectValueToWidget>
+ </Connection>
+ <Connection>
+ <ConfigKey>[Channel2],hotcue_1_clear</ConfigKey>
+ <EmitOnDownPress>true</EmitOnDownPress>
+ <ButtonState>RightButton</ButtonState>
+ <ConnectValueToWidget>false</ConnectValueToWidget>
+ </Connection>
+ <Connection>
+ <ConfigKey>[Channel2],hotcue_1_clear</ConfigKey>
+ <EmitOnDownPress>false</EmitOnDownPress>
+ <ButtonState>RightButton</ButtonState>
+ <ConnectValueFromWidget>false</ConnectValueFromWidget>
+ </Connection>
+ <Connection>
+ <ConfigKey>[Channel2],hotcue_1_enabled</ConfigKey>
+ <ConnectValueFromWidget>false</ConnectValueFromWidget>
+ </Connection>
+ </PushButton>
+ <PushButton>
+ <Tooltip>Hotcue&#10;Left-click: If Hotcue is set, seeks the player to Hotcue position.&#10;If Hotcue is not set, sets Hotcue to the current play position.&#10;Right-click: If Hotcue is set, clears its hotcue status (delete).&#10;</Tooltip>
+ <Style>QToolTip { font: 13px FreeSans, Arial, sans-serif;
+ background-color: #969696; color: #FFFFFF; border: 1px solid #505050; padding: 4px; }
+ </Style>
+ <NumberStates>2</NumberStates>
+ <LeftClickIsPushButton>true</LeftClickIsPushButton>
+ <RightClickIsPushButton>true</RightClickIsPushButton>
+ <State>
+ <Number>0</Number>
+ <Pressed>btn_hotcue2_over.png</Pressed>
+ <Unpressed>btn_hotcue2.png</Unpressed>
+ </State>
+ <State>
+ <Number>1</Number>
+ <Pressed>btn_hotcue2.png</Pressed>
+ <Unpressed>btn_hotcue2_over.png</Unpressed>
+ </State>
+ <Pos>972,197</Pos>
+ <Connection>
+ <ConfigKey>[Channel2],hotcue_2_activate</ConfigKey>
+ <EmitOnDownPress>true</EmitOnDownPress>
+ <ButtonState>LeftButton</ButtonState>
+ <ConnectValueToWidget>false</ConnectValueToWidget>
+ </Connection>
+ <Connection>
+ <ConfigKey>[Channel2],hotcue_2_activate</ConfigKey>
+ <EmitOnDownPress>false</EmitOnDownPress>
+ <ButtonState>LeftButton</ButtonState>
+ <ConnectValueToWidget>false</ConnectValueToWidget>
+ </Connection>
+ <Connection>
+ <ConfigKey>[Channel2],hotcue_2_clear</ConfigKey>
+ <EmitOnDownPress>true</EmitOnDownPress>
+ <ButtonState>RightButton</ButtonState>
+ <ConnectValueToWidget>false</ConnectValueToWidget>
+ </Connection>
+ <Connection>
+ <ConfigKey>[Channel2],hotcue_2_clear</ConfigKey>
+ <EmitOnDownPress>false</EmitOnDownPress>
+ <ButtonState>RightButton</ButtonState>
+ <ConnectValueFromWidget>false</ConnectValueFromWidget>
+ </Connection>
+ <Connection>
+ <ConfigKey>[Channel2],hotcue_2_enabled</ConfigKey>
+ <ConnectValueFromWidget>false</ConnectValueFromWidget>
+ </Connection>
+ </PushButton>
+ <PushButton>
+ <Tooltip>Hotcue&#10;Left-click: If Hotcue is set, seeks the player to Hotcue position.&#10;If Hotcue is not set, sets Hotcue to the current play position.&#10;Right-click: If Hotcue is set, clears its hotcue status (delete).&#10;</Tooltip>
+ <Style>QToolTip { font: 13px FreeSans, Arial, sans-serif;
+ background-color: #969696; color: #FFFFFF; border: 1px solid #505050; padding: 4px; }
+ </Style>
+ <NumberStates>2</NumberStates>
+ <LeftClickIsPushButton>true</LeftClickIsPushButton>
+ <RightClickIsPushButton>true</RightClickIsPushButton>
+ <State>
+ <Number>0</Number>
+ <Pressed>btn_hotcue3_over.png</Pressed>
+ <Unpressed>btn_hotcue3.png</Unpressed>
+ </State>
+ <State>
+ <Number>1</Number>
+ <Pressed>btn_hotcue3.png</Pressed>
+ <Unpressed>btn_hotcue3_over.png</Unpressed>
+ </State>
+ <Pos>947,220</Pos>
+ <Connection>
+ <ConfigKey>[Channel2],hotcue_3_activate</ConfigKey>
+ <EmitOnDownPress>true</EmitOnDownPress>
+ <ButtonState>LeftButton</ButtonState>
+ <ConnectValueToWidget>false</ConnectValueToWidget>
+ </Connection>
+ <Connection>
+ <ConfigKey>[Channel2],hotcue_3_activate</ConfigKey>
+ <EmitOnDownPress>false</EmitOnDownPress>
+ <ButtonState>LeftButton</ButtonState>
+ <ConnectValueToWidget>false</ConnectValueToWidget>
+ </Connection>
+ <Connection>
+ <ConfigKey>[Channel2],hotcue_3_clear</ConfigKey>
+ <EmitOnDownPress>true</EmitOnDownPress>
+ <ButtonState>RightButton</ButtonState>
+ <ConnectValueToWidget>false</ConnectValueToWidget>
+ </Connection>
+ <Connection>
+ <ConfigKey>[Channel2],hotcue_3_clear</ConfigKey>
+ <EmitOnDownPress>false</EmitOnDownPress>
+ <ButtonState>RightButton</ButtonState>
+ <ConnectValueFromWidget>false</ConnectValueFromWidget>
+ </Connection>
+ <Connection>
+ <ConfigKey>[Channel2],hotcue_3_enabled</ConfigKey>
+ <ConnectValueFromWidget>false</ConnectValueFromWidget>
+ </Connection>
+ </PushButton>
+ <PushButton>
+ <Tooltip>Hotcue&#10;Left-click: If Hotcue is set, seeks the player to Hotcue position.&#10;If Hotcue is not set, sets Hotcue to the current play position.&#10;Right-click: If Hotcue is set, clears its hotcue status (delete).&#10;</Tooltip>
+ <Style>QToolTip { font: 13px FreeSans, Arial, sans-serif;
+ background-color: #969696; color: #FFFFFF; border: 1px solid #505050; padding: 4px; }
+ </Style>
+ <NumberStates>2</NumberStates>
+ <LeftClickIsPushButton>true</LeftClickIsPushButton>
+ <RightClickIsPushButton>true</RightClickIsPushButton>
+ <State>
+ <Number>0</Number>
+ <Pressed>btn_hotcue4_over.png</Pressed>
+ <Unpressed>btn_hotcue4.png</Unpressed>
+ </State>
+ <State>
+ <Number>1</Number>
+ <Pressed>btn_hotcue4.png</Pressed>
+ <Unpressed>btn_hotcue4_over.png</Unpressed>
+ </State>
+ <Pos>972,220</Pos>
+ <Connection>
+ <ConfigKey>[Channel2],hotcue_4_activate</ConfigKey>
+ <EmitOnDownPress>true</EmitOnDownPress>
+ <ButtonState>LeftButton</ButtonState>
+ <ConnectValueToWidget>false</ConnectValueToWidget>
+ </Connection>
+ <Connection>
+ <ConfigKey>[Channel2],hotcue_4_activate</ConfigKey>
+ <EmitOnDownPress>false</EmitOnDownPress>
+ <ButtonState>LeftButton</ButtonState>
+ <ConnectValueToWidget>false</ConnectValueToWidget>
+ </Connection>
+ <Connection>
+ <ConfigKey>[Channel2],hotcue_4_clear</ConfigKey>
+ <EmitOnDownPress>true</EmitOnDownPress>
+ <ButtonState>RightButton</ButtonState>
+ <ConnectValueToWidget>false</ConnectValueToWidget>
+ </Connection>
+ <Connection>
+ <ConfigKey>[Channel2],hotcue_4_clear</ConfigKey>
+ <EmitOnDownPress>false</EmitOnDownPress>
+ <ButtonState>RightButton</ButtonState>
+ <ConnectValueFromWidget>false</ConnectValueFromWidget>
+ </Connection>
+ <Connection>
+ <ConfigKey>[Channel2],hotcue_4_enabled</ConfigKey>
+ <ConnectValueFromWidget>false</ConnectValueFromWidget>
+ </Connection>
+ </PushButton>
+
+ <!--
+ **********************************************
+ Button- Looping DELETED (micz)
+ **********************************************
+ -->
+
+ <!--
+ ****************************************
+ Button- Reverse playback DELETED (micz)
+ ****************************************
+ -->
+
+ <!--
+ **********************************************
+ Button- Fast forward and rewind
+ **********************************************
+ -->
+ <PushButton>
+ <Tooltip>Fast Forward&#10;Left-click: Fast forward through the track.&#10;Right-click: Jumps to the end of the track.&#10;</Tooltip>
+ <Style>QToolTip { font: 11px Lucida Grande, Lucida Sans Unicode, Arial, Verdana, sans-serif;
+ background-color: #191919; color: #CCCCCC; border: 1px solid #CCCCCC; padding: 4px; }
+ </Style>
+ <NumberStates>1</NumberStates>
+ <State>
+ <Number>0</Number>
+ <Pressed>btn_forward1_over.png</Pressed>
+ <Unpressed>btn_forward1.png</Unpressed>
+ </State>
+ <Pos>370,196</Pos>
+ <Connection>
+ <ConfigKey>[Channel1],fwd</ConfigKey>
+ <EmitOnDownPress>true</EmitOnDownPress>
+ <ButtonState>LeftButton</ButtonState>
+ </Connection>
+ <Connection>
+ <ConfigKey>[Channel1],fwd</ConfigKey>
+ <EmitOnDownPress>false</EmitOnDownPress>
+ <ButtonState>LeftButton</ButtonState>
+ </Connection>
+ <Connection>
+ <ConfigKey>[Channel1],end</ConfigKey>
+ <EmitOnDownPress>true</EmitOnDownPress>
+ <ButtonState>RightButton</ButtonState>
+ </Connection>
+ <Connection>
+ <ConfigKey>[Channel1],end</ConfigKey>
+ <EmitOnDownPress>false</EmitOnDownPress>
+ <ButtonState>RightButton</ButtonState>
+ </Connection>
+ </PushButton>
+ <PushButton>
+ <Tooltip>Fast Rewind&#10;Left-click: Fast rewind through the track.&#10;Right-click: Jumps to the beginning of the track.&#10;</Tooltip>
+ <Style>QToolTip { font: 11px Lucida Grande, Lucida Sans Unicode, Arial, Verdana, sans-serif;
+ background-color: #191919; color: #CCCCCC; border: 1px solid #CCCCCC; padding: 4px; }
+ </Style>
+ <NumberStates>1</NumberStates>
+ <State>
+ <Number>0</Number>
+ <Pressed>btn_rewind1_over.png</Pressed>
+ <Unpressed>btn_rewind1.png</Unpressed>
+ </State>
+ <Pos>321,196</Pos>
+ <Connection>
+ <ConfigKey>[Channel1],back</ConfigKey>
+ <EmitOnDownPress>true</EmitOnDownPress>
+ <ButtonState>LeftButton</ButtonState>
+ </Connection>
+ <Connection>
+ <ConfigKey>[Channel1],back</ConfigKey>
+ <EmitOnDownPress>false</EmitOnDownPress>
+ <ButtonState>LeftButton</ButtonState>
+ </Connection>
+ <Connection>
+ <ConfigKey>[Channel1],start</ConfigKey>
+ <EmitOnDownPress>true</EmitOnDownPress>
+ <ButtonState>RightButton</ButtonState>
+ </Connection>
+ <Connection>
+ <ConfigKey>[Channel1],start</ConfigKey>
+ <EmitOnDownPress>false</EmitOnDownPress>
+ <ButtonState>RightButton</ButtonState>
+ </Connection>
+ </PushButton>
+ <PushButton>
+ <Tooltip>Fast Forward&#10;Left-click: Fast forward through the track.&#10;Right-click: Jumps to the end of the track.&#10;</Tooltip>
+ <Style>QToolTip { font: 11px Lucida Grande, Lucida Sans Unicode, Arial, Verdana, sans-serif;
+ background-color: #191919; color: #CCCCCC; border: 1px solid #CCCCCC; padding: 4px; }
+ </Style>
+ <NumberStates>1</NumberStates>
+ <State>
+ <Number>0</Number>
+ <Pressed>btn_forward2_over.png</Pressed>
+ <Unpressed>btn_forward2.png</Unpressed>
+ </State>
+ <Pos>897,196</Pos>
+ <Connection>
+ <ConfigKey>[Channel2],fwd</ConfigKey>
+ <EmitOnDownPress>true</EmitOnDownPress>
+ <ButtonState>LeftButton</ButtonState>
+ </Connection>
+ <Connection>
+ <ConfigKey>[Channel2],fwd</ConfigKey>
+ <EmitOnDownPress>false</EmitOnDownPress>
+ <ButtonState>LeftButton</ButtonState>
+ </Connection>
+ <Connection>
+ <ConfigKey>[Channel2],end</ConfigKey>
+ <EmitOnDownPress>true</EmitOnDownPress>
+ <ButtonState>RightButton</ButtonState>
+ </Connection>
+ <Connection>
+ <ConfigKey>[Channel2],end</ConfigKey>
+ <EmitOnDownPress>false</EmitOnDownPress>
+ <ButtonState>RightButton</ButtonState>
+ </Connection>
+ </PushButton>
+ <PushButton>
+ <Tooltip>Fast Rewind&#10;Left-click: Fast rewind through the track.&#10;Right-click: Jumps to the beginning of the track.&#10;</Tooltip>
+ <Style>QToolTip { font: 11px Lucida Grande, Lucida Sans Unicode, Arial, Verdana, sans-serif;
+ background-color: #191919; color: #CCCCCC; border: 1px solid #CCCCCC; padding: 4px; }
+ </Style>
+ <NumberStates>1</NumberStates>
+ <State>
+ <Number>0</Number>
+ <Pressed>btn_rewind2_over.png</Pressed>
+ <Unpressed>btn_rewind2.png</Unpressed>
+ </State>
+ <Pos>848,196</Pos>
+ <Connection>
+ <ConfigKey>[Channel2],back</ConfigKey>
+ <EmitOnDownPress>true</EmitOnDownPress>
+ <ButtonState>LeftButton</ButtonState>
+ </Connection>
+ <Connection>
+ <ConfigKey>[Channel2],back</ConfigKey>
+ <EmitOnDownPress>false</EmitOnDownPress>
+ <ButtonState>LeftButton</ButtonState>
+ </Connection>
+ <Connection>
+ <ConfigKey>[Channel2],start</ConfigKey>
+ <EmitOnDownPress>true</EmitOnDownPress>
+ <ButtonState>RightButton</ButtonState>
+ </Connection>
+ <Connection>
+ <ConfigKey>[Channel2],start</ConfigKey>
+ <EmitOnDownPress>false</EmitOnDownPress>
+ <ButtonState>RightButton</ButtonState>
+ </Connection>
+ </PushButton>
+
+ <!--
+ **********************************************
+ Button- Beat sync DELETED (micz)
+ **********************************************
+ -->
+
+
+ <!--
+ **********************************************
+ Button- Pitch control DELETED (micz)
+ **********************************************
+ -->
+ <!--
+ **********************************************
+ Button- Pitch bend (Nudge) DELETED (micz)
+ **********************************************
+ -->
+
+ <!--
+ **********************************************
+ Button- Prelisten / Monitoring
+ **********************************************
+ -->
+ <PushButton>
+ <Tooltip>Headphone&#10;Sends the selected channel's audio to the Headphones output audio device&#10;selected in Preferences→Sound Hardware.&#10;</Tooltip>
+ <Style>QToolTip { font: 11px Lucida Grande, Lucida Sans Unicode, Arial, Verdana, sans-serif;
+ background-color: #191919; color: #CCCCCC; border: 1px solid #CCCCCC; padding: 4px; }
+ </Style>
+ <NumberStates>2</NumberStates>
+ <State>
+ <Number>0</Number>
+ <Pressed>btn_pfl1.png</Pressed>
+ <Unpressed>btn_pfl1.png</Unpressed>
+ </State>
+ <State>
+ <Number>1</Number>
+ <Pressed>btn_pfl1_over.png</Pressed>
+ <Unpressed>btn_pfl1_over.png</Unpressed>
+ </State>
+ <Pos>419,196</Pos>
+ <Connection>
+ <ConfigKey>[Channel1],pfl</ConfigKey>
+ </Connection>
+ </PushButton>
+ <PushButton>
+ <Tooltip>Headphone&#10;Sends the selected channel's audio to the Headphones output audio device&#10;selected in Preferences→Sound Hardware.&#10;</Tooltip>
+ <Style>QToolTip { font: 11px Lucida Grande, Lucida Sans Unicode, Arial, Verdana, sans-serif;
+ background-color: #191919; color: #CCCCCC; border: 1px solid #CCCCCC; padding: 4px; }
+ </Style>
+ <NumberStates>2</NumberStates>
+ <State>
+ <Number>0</Number>
+ <Pressed>btn_pfl2.png</Pressed>
+ <Unpressed>btn_pfl2.png</Unpressed>
+ </State>
+ <State>
+ <Number>1</Number>
+ <Pressed>btn_pfl2_over.png</Pressed>
+ <Unpressed>btn_pfl2_over.png</Unpressed>
+ </State>
+ <Pos>800,196</Pos>
+ <Connection>
+ <ConfigKey>[Channel2],pfl</ConfigKey>
+ </Connection>
+ </PushButton>
+
+ <!--
+ **********************************************
+ Button- End of track mode
+ **********************************************
+ -->
+ <PushButton>
+ <Tooltip>End of track mode&#10;Determines Mixxx's behaviour when it reaches the end of the track.&#10;</Tooltip>
+ <Style>QToolTip { font: 13px FreeSans, Arial, sans-serif;
+ background-color: #969696; color: #FFFFFF; border: 1px solid #505050; padding: 4px; }
+ </Style>
+ <NumberStates>3</NumberStates>
+ <State>
+ <Number>0</Number>
+ <Pressed>btn_trackmode_stop.png</Pressed>
+ <Unpressed>btn_trackmode_stop.png</Unpressed>
+ </State>
+ <State>
+ <Number>1</Number>
+ <Pressed>btn_trackmode_next.png</Pressed>
+ <Unpressed>btn_trackmode_next.png</Unpressed>
+ </State>
+ <State>
+ <Number>2</Number>
+ <Pressed>btn_trackmode_loop.png</Pressed>
+ <Unpressed>btn_trackmode_loop.png</Unpressed>
+ </State>
+ <Pos>224,197</Pos>
+ <Connection>
+ <ConfigKey>[Channel1],TrackEndMode</ConfigKey>
+ </Connection>
+ </PushButton>
+ <PushButton>
+ <Tooltip>End of track mode&#10;Determines Mixxx's behaviour when it reaches the end of the track.&#10;</Tooltip>
+ <Style>QToolTip { font: 13px FreeSans, Arial, sans-serif;
+ background-color: #969696; color: #FFFFFF; border: 1px solid #505050; padding: 4px; }
+ </Style>
+ <NumberStates>3</NumberStates>
+ <State>
+ <Number>0</Number>
+ <Pressed>btn_trackmode_stop.png</Pressed>
+ <Unpressed>btn_trackmode_stop.png</Unpressed>
+ </State>
+ <State>
+ <Number>1</Number>
+ <Pressed>btn_trackmode_next.png</Pressed>
+ <Unpressed>btn_trackmode_next.png</Unpressed>
+ </State>
+ <State>
+ <Number>2</Number>
+ <Pressed>btn_trackmode_loop.png</Pressed>
+ <Unpressed>btn_trackmode_loop.png</Unpressed>
+ </State>
+ <Pos>996,197</Pos>
+ <Connection>
+ <ConfigKey>[Channel2],TrackEndMode</ConfigKey>
+ </Connection>
+ </PushButton>
+
+ <!--
+ **********************************************
+ Button- FX (Flanger) DELETED (micz)
+ **********************************************
+ -->
+
+ <!--
+ **********************************************
+ Button- Frequency Kill DELETED (micz)
+ **********************************************
+ -->
+ <!--
+ ############################################################################################
+ ############################################################################################
+ Section: RotaryFader
+ ############################################################################################
+ ############################################################################################
+ -->
+
+ <!--
+ **********************************************
+ RotaryFader- Master volume & balance
+ **********************************************
+ -->
+ <Knob>
+ <Tooltip>Master volume&#10;Adjusts the Master output volume.&#10;Right-click: Reset to default value&#10;</Tooltip>
+ <Style>QToolTip { font: 13px FreeSans, Arial, sans-serif;
+ background-color: #969696; color: #FFFFFF; border: 1px solid #505050; padding: 4px; }
+ </Style>
+ <NumberStates>40</NumberStates>
+ <Path>knob_rotary_s%1.png</Path>
+ <Pos>1210,270</Pos>
+ <Connection>
+ <ConfigKey>[Master],volume</ConfigKey>
+ </Connection>
+ </Knob>
+ <Knob>
+ <Tooltip>Balance&#10;Adjusts the left/right channel balance on the Master output.&#10;Right-click: Reset to default value&#10;</Tooltip>
+ <Style>QToolTip { font: 13px FreeSans, Arial, sans-serif;
+ background-color: #969696; color: #FFFFFF; border: 1px solid #505050; padding: 4px; }
+ </Style>
+ <NumberStates>39</NumberStates>
+ <Path>knob_rotary_s%1.png</Path>
+ <Pos>1125,270</Pos>
+ <Connection>
+ <ConfigKey>[Master],balance</ConfigKey>
+ </Connection>
+ </Knob>
+
+ <!--
+ **********************************************
+ RotaryFader- Flanger (FX) setting DELETED (micz)
+ **********************************************
+ -->
+ <!--
+ **********************************************
+ RotaryFader- Headphone volume and mix
+ **********************************************
+ -->
+ <Knob>
+ <Tooltip>Headphone volume&#10;Adjusts the headphone output volume.&#10;Right-click: Reset to default value&#10;</Tooltip>
+ <Style>QToolTip { font: 13px FreeSans, Arial, sans-serif;
+ background-color: #969696; color: #FFFFFF; border: 1px solid #505050; padding: 4px; }
+ </Style>
+ <NumberStates>40</NumberStates>
+ <Path>knob_rotary_s%1.png</Path>
+ <Pos>955,270</Pos>
+ <Connection>
+ <ConfigKey>[Master],headVolume</ConfigKey>
+ </Connection>
+ </Knob>
+ <Knob>
+ <Tooltip>Headphone mix&#10;Controls what you hear on the headphone output.&#10;Right-click: Reset to default value&#10;</Tooltip>
+ <Style>QToolTip { font: 13px FreeSans, Arial, sans-serif;
+ background-color: #969696; color: #FFFFFF; border: 1px solid #505050; padding: 4px; }
+ </Style>
+ <NumberStates>40</NumberStates>
+ <Path>knob_rotary_s%1.png</Path>
+ <Pos>1040,270</Pos>
+ <Connection>
+ <ConfigKey>[Master],headMix</ConfigKey>
+ </Connection>
+ </Knob>
+
+ <!--
+ **********************************************
+ RotaryFader- Channel filter and gain DELETED (micz)
+ **********************************************
+ -->
+
+</skin>