summaryrefslogtreecommitdiff
path: root/skins/RHMixxx1280x800/skin.xml
diff options
context:
space:
mode:
Diffstat (limited to 'skins/RHMixxx1280x800/skin.xml')
-rwxr-xr-xskins/RHMixxx1280x800/skin.xml2777
1 files changed, 2777 insertions, 0 deletions
diff --git a/skins/RHMixxx1280x800/skin.xml b/skins/RHMixxx1280x800/skin.xml
new file mode 100755
index 0000000..9e39586
--- /dev/null
+++ b/skins/RHMixxx1280x800/skin.xml
@@ -0,0 +1,2777 @@
+ <!--
+ RH Skin, for Mixxx 1.11.0
+ helsinki.at
+
+ Based upon the "Campcaster" skin for Mixxx, by SourceFabric as licensed under the Creative Commons Attribution-ShareAlike 3.0 Unported license.
+ http://creativecommons.org/licenses/by-sa/3.0/
+ which in turn was based on the "Deere" Skin for Mixxx 1.8.x by jus
+
+ 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.
+ -->
+
+ <!--
+ Currently set at 1280x800.
+
+ CHANGELOG
+
+ v.12.1. Radio Helsinki
+
+ v1.11.0.2 (1/02/2014) - ooobo
+ * fix colours of current position indicator from white to green
+ v1.11.0.1 (21/07/2013) - ooobo
+ * Major rewrite
+ * Reconfigured to work with Mixxx 1.11.0
+ * New background img
+ * Rewrote with WidgetGroups meaning new Pos values for easier updating/changes
+ * Added manifest tag
+ * Album and year tag data for both decks
+ * Background for waveform overview
+ * Fixed tooltips
+ * Clock
+ * New VU meters
+ * New font
+ * Added Preview deck stolen from Deere
+
+ v1.0(1/11/2010)
+ * Initial port of Parsons School design to Mixxx
+ -->
+
+<!DOCTYPE skin>
+
+<skin>
+ <manifest>
+ <title>RH 1280x800 2-deck</title>
+ <author>Radio Helsinki</author>
+ <version>1.11.0.1</version>
+ <description>A 2-deck split-waveform for radio broadcasting, no DJ tools, but additional samplers</description>
+ <language>en</language>
+ <license>Creative Commons Attribution, Share-Alike 3.0 Unported</license>
+ <attributes>
+ <attribute config_key="[Master],num_decks">2</attribute>
+ <attribute config_key="[Master],num_samplers">12</attribute>
+ <attribute config_key="[Master],num_preview_decks">0</attribute>
+ <attribute config_key="[PreviewDeck],show_previewdeck">0</attribute>
+ <attribute config_key="[Samplers],show_samplers">10</attribute>
+ </attributes>
+ </manifest>
+
+ <!--
+ ############################################################################################
+ ############################################################################################
+ Section: General
+ ############################################################################################
+ ############################################################################################
+ -->
+ <Style>
+ QToolTip { font: 11px Geneva, 'Trebuchet MS',Trebuchet,Verdana,Sans-serif;
+ background-color: #000000; color: #FFFFFF; border: 1px solid #505050; padding: 4px; }
+ QLabel {font-family: Geneva, 'Trebuchet MS',Trebuchet,Verdana,Sans-serif;
+ text-align: left;}
+ </Style>
+ <!--
+ **********************************************
+ General- Main background picture
+ **********************************************
+ -->
+ <Background>
+ <Path>background1280x1024.png</Path>
+ <BgColor>#e9e9e9</BgColor>
+ </Background>
+
+ <!--
+**********************************************
+General- Search and Library display
+**********************************************
+-->
+<WidgetGroup>
+<Pos>15,250</Pos>
+<Size>1240,320</Size>
+<Layout>horizontal</Layout>
+<Children>
+<TableView>
+<Style>
+QTableView, QTextBrowser, QTreeView, QLabel, QHeaderView {
+font: 15px/17px Geneva, 'Trebuchet MS',Trebuchet,Verdana,Sans-serif;
+}
+QLabel { background-color: transparent; color: #000000; padding-left: 1%; }
+QTableView { background: #ebebeb; alternate-background-color: #cfdee7; color: #000000; }
+QRadioButton { color: #000000; }
+QTextBrowser { background: #ebebeb; color: #000000; }
+WLibrarySidebar { background: #cfdee7; color: #000000; }
+WSearchLineEdit { background: #cfdee7; color: #000000; }
+</Style>
+<BgColor>#FFFFFF</BgColor>
+<FgColor>#333333</FgColor>
+<BgColorRowEven>#ebebeb</BgColorRowEven>
+<BgColorRowUneven>#cfdee7</BgColorRowUneven>
+</TableView>
+
+</Children>
+</WidgetGroup>
+
+
+
+ <!--
+ ############################################################################################
+ ############################################################################################
+ Section: Text
+ ############################################################################################
+ ############################################################################################
+ -->
+
+ <!--
+ **********************************************
+ CHANNEL 1
+ **********************************************
+ -->
+ <WidgetGroup>
+ <Pos>25,48</Pos>
+ <Style>QGroupBox { border: 0px solid red; }</Style>
+ <Children>
+ <!--
+ **********************************************
+ Text- Track Title
+ **********************************************
+ -->
+ <TrackProperty>
+ <TooltipId>track_title</TooltipId>
+ <Style>QLabel { font: bold 30px/32px Lucida Grande, Lucida Sans Unicode, Arial, Verdana, sans-serif;
+ background-color: transparent; color: #000000; text-align: left; padding-left: 1px; }
+ </Style>
+ <Property>title</Property>
+ <Channel>1</Channel>
+ <Pos>0,1</Pos>
+ <Size>460,30</Size>
+ </TrackProperty>
+
+ <!--
+ **********************************************
+ Text- Track Artist
+ **********************************************
+ -->
+ <TrackProperty>
+ <TooltipId>track_artist</TooltipId>
+ <Style>QLabel { font: bold 22px/24px Lucida Grande, Lucida Sans Unicode, Arial, Verdana, sans-serif;
+ background-color: transparent; color: #000000; text-align: left; padding-left: 1px; }
+ </Style>
+ <Property>artist</Property>
+ <Channel>1</Channel>
+ <Pos>3,40</Pos>
+ <Size>245,23</Size>
+ </TrackProperty>
+
+ <!-- CHANNEL 1
+ <Text>
+ <Style>QLabel { font: bold 20px;
+ background-color: transparent; color: #000000; }
+ </Style>
+ <Channel>1</Channel>
+ <Pos>0,0</Pos>
+ <Size>495,28</Size>
+ </Text>-->
+
+ <NumberPos>
+ <Style>QLabel { font: bold 30px;
+ background-color: transparent; color: #FF0000; }
+ </Style>
+ <Channel>1</Channel>
+ <Pos>260,38</Pos>
+ <Size>150,32</Size>
+ <NumberOfDigits>6</NumberOfDigits>
+ <Connection>
+ <ConfigKey>[Channel1],playposition</ConfigKey>
+ </Connection>
+ </NumberPos>
+
+ <!--Channel 1: Album Year
+ <TrackProperty>
+ <TooltipId>track_year</TooltipId>
+ <Style>QLabel { font-size: 14px;
+ background-color: transparent; color: #444444; padding-left: 1%; }
+ </Style>
+ <Property>year</Property>
+ <Channel>1</Channel>
+ <Pos>145,42</Pos>
+ <Size>40,28</Size>
+ </TrackProperty>-->
+
+ <!--Channel 1: Album Title <TrackProperty>
+ <TooltipId>track_album</TooltipId>
+ <Style>QLabel { font-size: 14px;
+ background-color: transparent; color: #444444; padding-left: 1%; }
+ </Style>
+ <Property>album</Property>
+ <Channel>1</Channel>
+ <Pos>205,42</Pos>
+ <Size>280,28</Size>
+ </TrackProperty>-->
+
+ </Children>
+ </WidgetGroup>
+ <!--
+ **********************************************
+ CHANNEL 2
+ **********************************************
+ -->
+ <WidgetGroup>
+ <Pos>785,48</Pos>
+ <Style>QGroupBox { border: 0px solid red; }</Style>
+ <Children>
+ <!--
+ **********************************************
+ Text- Track Title
+ **********************************************
+ -->
+ <TrackProperty>
+ <TooltipId>track_title</TooltipId>
+ <Style>QLabel { font: bold 30px/32px Lucida Grande, Lucida Sans Unicode, Arial, Verdana, sans-serif;
+ background-color: transparent; color: #000000; text-align: left; padding-left: 1px; }
+ </Style>
+ <Property>title</Property>
+ <Channel>2</Channel>
+ <Pos>0,1</Pos>
+ <Size>460,30</Size>
+ </TrackProperty>
+
+ <!--
+ **********************************************
+ Text- Track Artist
+ **********************************************
+ -->
+ <TrackProperty>
+ <TooltipId>track_artist</TooltipId>
+ <Style>QLabel { font: bold 22px/24px Lucida Grande, Lucida Sans Unicode, Arial, Verdana, sans-serif;
+ background-color: transparent; color: #000000; text-align: left; padding-left: 1px; }
+ </Style>
+ <Property>artist</Property>
+ <Channel>2</Channel>
+ <Pos>3,40</Pos>
+ <Size>245,23</Size>
+ </TrackProperty>
+
+ <!-- CHANNEL 1
+ <Text>
+ <Style>QLabel { font: bold 20px;
+ background-color: transparent; color: #000000; }
+ </Style>
+ <Channel>1</Channel>
+ <Pos>0,0</Pos>
+ <Size>495,28</Size>
+ </Text>-->
+
+ <NumberPos>
+ <Style>QLabel { font: bold 30px;
+ background-color: transparent; color: #0000FF; }
+ </Style>
+ <Channel>2</Channel>
+ <Pos>260,38</Pos>
+ <Size>150,32</Size>
+ <NumberOfDigits>6</NumberOfDigits>
+ <Connection>
+ <ConfigKey>[Channel2],playposition</ConfigKey>
+ </Connection>
+ </NumberPos>
+
+ <!--Channel 1: Album Year
+ <TrackProperty>
+ <TooltipId>track_year</TooltipId>
+ <Style>QLabel { font-size: 14px;
+ background-color: transparent; color: #444444; padding-left: 1%; }
+ </Style>
+ <Property>year</Property>
+ <Channel>1</Channel>
+ <Pos>145,42</Pos>
+ <Size>40,28</Size>
+ </TrackProperty>-->
+
+ <!--Channel 1: Album Title <TrackProperty>
+ <TooltipId>track_album</TooltipId>
+ <Style>QLabel { font-size: 14px;
+ background-color: transparent; color: #444444; padding-left: 1%; }
+ </Style>
+ <Property>album</Property>
+ <Channel>1</Channel>
+ <Pos>205,42</Pos>
+ <Size>280,28</Size>
+ </TrackProperty>-->
+
+ </Children>
+ </WidgetGroup>
+
+
+
+
+ <!--
+ ############################################################################################
+ ############################################################################################
+ Section: Visual
+ ############################################################################################
+ ############################################################################################
+ -->
+
+ <!--
+ **********************************************
+ CHANNEL 1
+ **********************************************
+ -->
+ <WidgetGroup>
+ <Pos>20,129</Pos>
+ <Style>QGroupBox { border: 0px solid red; }</Style>
+ <Children>
+ <Visual>
+ <TooltipId>waveform_display</TooltipId>
+ <Style>
+ </Style>
+ <Channel>1</Channel>
+ <Pos>10,1</Pos>
+ <Size>310,50</Size>
+ <BgColor>#ffffff</BgColor>
+ <!--<HfcColor>#000000</HfcColor>-->
+ <SignalColor>#CC0000</SignalColor>
+ <!--<SignalLowColor>#CC0000</SignalLowColor>
+ <SignalMidColor>#CC0000</SignalMidColor>
+ <SignalHighColor>#ff8900</SignalHighColor>
+ <BeatColor>#e0ddd7</BeatColor>
+ <BeatHighlightColor>#00FF00</BeatHighlightColor>
+ <MarkerColor>#00FF00</MarkerColor>
+ <CueColor>#e19820</CueColor>-->
+ <EndOfTrackColor>#ffff00</EndOfTrackColor>
+ <PlayPosColor>#000000</PlayPosColor>
+ <!--<Mark>
+ <Control>cue_point</Control>
+ <Pixmap>marker_cue.png</Pixmap>
+ <Text> CUE </Text>
+ <Align>bottom</Align>
+ <Color>#FF001C</Color>
+ <TextColor>#333333</TextColor>
+ </Mark>
+ <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_loopin.png</Pixmap>
+ <Text>LOOP IN</Text>
+ <Align>bottom</Align>
+ <Color>#00FF00</Color>
+ <TextColor>#FFFFFF</TextColor>
+ </Mark>
+ <Mark>
+ <Control>loop_end_position</Control>
+ <Pixmap>marker_loopout.png</Pixmap>
+ <Text>LOOP OUT</Text>
+ <Align>bottom</Align>
+ <Color>#00FF00</Color>
+ <TextColor>#FFFFFF</TextColor>
+ </Mark>-->
+ </Visual>
+
+ <!--Channel 1: Waveform Overview -->
+ <Overview>
+ <TooltipId>waveform_overview</TooltipId>
+ <Channel>1</Channel>
+ <Pos>10,60</Pos>
+ <Size>254,40</Size>
+ <BgColor>#061319</BgColor>
+ <BgPixmap></BgPixmap>
+ <SignalColor>#CC0000</SignalColor>
+ <PlayPosColor>#000000</PlayPosColor>
+ <EndOfTrackColor>#000000</EndOfTrackColor>
+ <Connection>
+ <ConfigKey>[Channel1],playposition</ConfigKey>
+ <EmitOnDownPress>false</EmitOnDownPress>
+ </Connection>
+ </Overview>
+
+ <!-- Channel 1: 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 point in the track.&#10;</Tooltip>
+ <Style></Style>
+ <NumberStates>2</NumberStates>
+ <RightClickIsPushButton>true</RightClickIsPushButton>
+ <State>
+ <Number>0</Number>
+ <Pressed>btn_play.png</Pressed>
+ <Unpressed>btn_play.png</Unpressed>
+ </State>
+ <State>
+ <Number>1</Number>
+ <Pressed>btn_play_over.png</Pressed>
+ <Unpressed>btn_play_over.png</Unpressed>
+ </State>
+ <Pos>330,0</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>
+
+
+ <!--Channel 1: Button- Repeat (End of track mode)
+ <PushButton>
+ <TooltipId>repeat</TooltipId>
+ <Style></Style>
+ <NumberStates>2</NumberStates>
+ <State>
+ <Number>0</Number>
+ <Pressed>btn_repeat1.png</Pressed>
+ <Unpressed>btn_repeat1.png</Unpressed>
+ </State>
+ <State>
+ <Number>1</Number>
+ <Pressed>btn_repeat1_over.png</Pressed>
+ <Unpressed>btn_repeat1_over.png</Unpressed>
+ </State>
+ <Pos>210,60</Pos>
+ <Connection>
+ <ConfigKey>[Channel1],repeat</ConfigKey>
+ </Connection>
+ </PushButton>-->
+
+ <!--Channel 1: Button- Stop-->
+ <PushButton>
+ <TooltipId>cue_default_cue_gotoandstop</TooltipId>
+ <Style></Style>
+ <NumberStates>1</NumberStates>
+ <State>
+ <Number>0</Number>
+ <Pressed>btn_stop_red.png</Pressed>
+ <Unpressed>btn_stop.png</Unpressed>
+ </State>
+ <Pos>274,60</Pos>
+ <Connection>
+ <ConfigKey>[Channel1],start_stop</ConfigKey>
+ <EmitOnPressAndRelease>true</EmitOnPressAndRelease>
+ <ButtonState>LeftButton</ButtonState>
+ </Connection>
+ <Connection>
+ <ConfigKey>[Channel1],start_stop</ConfigKey>
+ <EmitOnPressAndRelease>true</EmitOnPressAndRelease>
+ <ButtonState>RightButton</ButtonState>
+ </Connection>
+ </PushButton>
+
+
+ </Children>
+ </WidgetGroup>
+
+<!--
+ **********************************************
+ CHANNEL 2
+ **********************************************
+ -->
+ <WidgetGroup>
+ <Pos>780,129</Pos>
+ <Style>QGroupBox { border: 0px solid red; }</Style>
+ <Children>
+ <Visual>
+ <TooltipId>waveform_display</TooltipId>
+ <Style>
+ </Style>
+ <Channel>2</Channel>
+ <Pos>10,1</Pos>
+ <Size>310,50</Size>
+ <BgColor>#ffffff</BgColor>
+ <!--<HfcColor>#000000</HfcColor>-->
+ <SignalColor>#0000CC</SignalColor>
+ <!--<SignalLowColor>#CC0000</SignalLowColor>
+ <SignalMidColor>#CC0000</SignalMidColor>
+ <SignalHighColor>#ff8900</SignalHighColor>
+ <BeatColor>#e0ddd7</BeatColor>
+ <BeatHighlightColor>#00FF00</BeatHighlightColor>
+ <MarkerColor>#00FF00</MarkerColor>
+ <CueColor>#e19820</CueColor>-->
+ <EndOfTrackColor>#ffff00</EndOfTrackColor>
+ <PlayPosColor>#000000</PlayPosColor>
+ <!--<Mark>
+ <Control>cue_point</Control>
+ <Pixmap>marker_cue.png</Pixmap>
+ <Text> CUE </Text>
+ <Align>bottom</Align>
+ <Color>#FF001C</Color>
+ <TextColor>#333333</TextColor>
+ </Mark>
+ <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_loopin.png</Pixmap>
+ <Text>LOOP IN</Text>
+ <Align>bottom</Align>
+ <Color>#00FF00</Color>
+ <TextColor>#FFFFFF</TextColor>
+ </Mark>
+ <Mark>
+ <Control>loop_end_position</Control>
+ <Pixmap>marker_loopout.png</Pixmap>
+ <Text>LOOP OUT</Text>
+ <Align>bottom</Align>
+ <Color>#00FF00</Color>
+ <TextColor>#FFFFFF</TextColor>
+ </Mark>-->
+ </Visual>
+
+ <!--Channel 2: Waveform Overview -->
+ <Overview>
+ <TooltipId>waveform_overview</TooltipId>
+ <Channel>2</Channel>
+ <Pos>10,60</Pos>
+ <Size>254,40</Size>
+ <BgColor>#061319</BgColor>
+ <BgPixmap></BgPixmap>
+ <SignalColor>#0000CC</SignalColor>
+ <PlayPosColor>#000000</PlayPosColor>
+ <EndOfTrackColor>#000000</EndOfTrackColor>
+ <Connection>
+ <ConfigKey>[Channel2],playposition</ConfigKey>
+ <EmitOnDownPress>false</EmitOnDownPress>
+ </Connection>
+ </Overview>
+
+ <!-- Channel 2: 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 point in the track.&#10;</Tooltip>
+ <Style></Style>
+ <NumberStates>2</NumberStates>
+ <RightClickIsPushButton>true</RightClickIsPushButton>
+ <State>
+ <Number>0</Number>
+ <Pressed>btn_play.png</Pressed>
+ <Unpressed>btn_play.png</Unpressed>
+ </State>
+ <State>
+ <Number>1</Number>
+ <Pressed>btn_play_over.png</Pressed>
+ <Unpressed>btn_play_over.png</Unpressed>
+ </State>
+ <Pos>330,0</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>
+
+
+ <!--Channel 1: Button- Repeat (End of track mode)
+ <PushButton>
+ <TooltipId>repeat</TooltipId>
+ <Style></Style>
+ <NumberStates>2</NumberStates>
+ <State>
+ <Number>0</Number>
+ <Pressed>btn_repeat1.png</Pressed>
+ <Unpressed>btn_repeat1.png</Unpressed>
+ </State>
+ <State>
+ <Number>1</Number>
+ <Pressed>btn_repeat1_over.png</Pressed>
+ <Unpressed>btn_repeat1_over.png</Unpressed>
+ </State>
+ <Pos>210,60</Pos>
+ <Connection>
+ <ConfigKey>[Channel2],repeat</ConfigKey>
+ </Connection>
+ </PushButton>-->
+
+ <!--Channel 1: Button- Stop-->
+ <PushButton>
+ <TooltipId>cue_default_cue_gotoandstop</TooltipId>
+ <Style></Style>
+ <NumberStates>1</NumberStates>
+ <State>
+ <Number>0</Number>
+ <Pressed>btn_stop_red.png</Pressed>
+ <Unpressed>btn_stop.png</Unpressed>
+ </State>
+ <Pos>274,60</Pos>
+ <Connection>
+ <ConfigKey>[Channel2],start_stop</ConfigKey>
+ <EmitOnPressAndRelease>true</EmitOnPressAndRelease>
+ <ButtonState>LeftButton</ButtonState>
+ </Connection>
+ <Connection>
+ <ConfigKey>[Channel2],start_stop</ConfigKey>
+ <EmitOnPressAndRelease>true</EmitOnPressAndRelease>
+ <ButtonState>RightButton</ButtonState>
+ </Connection>
+ </PushButton>
+
+
+ </Children>
+ </WidgetGroup>
+
+
+ <!--
+ **********************************************
+ Visual - Volume level display
+ **********************************************
+ -->
+
+ <WidgetGroup>
+ <Pos>1197,623</Pos>
+ <Style>QGroupBox { border: 0px solid red; }</Style>
+ <Children>
+ <!-- MASTER CHANNEL -->
+ <VuMeter>
+ <Tooltip>Master channel volume meter&#10;Shows the current master volume for the left channel.&#10;</Tooltip>
+ <Style></Style>
+ <PathVu>Volume_long_over.png</PathVu>
+ <PathBack>Volume_long.png</PathBack>
+ <Pos>0,40</Pos>
+ <PeakHoldSize>10</PeakHoldSize>
+ <PeakHoldTime>50</PeakHoldTime>
+ <PeakFallTime>5</PeakFallTime>
+ <PeakFallStep>1</PeakFallStep>
+ <Connection>
+ <ConfigKey>[Master],VuMeterL</ConfigKey>
+ </Connection>
+ </VuMeter>
+ <VuMeter>
+ <Tooltip>Master channel volume meter&#10;Shows the current master volume for the right channel.&#10;</Tooltip>
+ <Style></Style>
+ <PathVu>Volume_long_over.png</PathVu>
+ <PathBack>Volume_long.png</PathBack>
+ <Pos>30,40</Pos>
+ <PeakHoldSize>10</PeakHoldSize>
+ <PeakHoldTime>50</PeakHoldTime>
+ <PeakFallTime>5</PeakFallTime>
+ <PeakFallStep>1</PeakFallStep>
+ <Connection>
+ <ConfigKey>[Master],VuMeterR</ConfigKey>
+ </Connection>
+ </VuMeter>
+ <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></Style>
+ <PathStatusLight>clipping_long_over.png</PathStatusLight>
+ <PathBack>clipping_long.png</PathBack>
+ <Pos>0,0</Pos>
+ <Connection>
+ <ConfigKey>[Master],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></Style>
+ <PathStatusLight>clipping_long_over.png</PathStatusLight>
+ <PathBack>clipping_long.png</PathBack>
+ <Pos>30,0</Pos>
+ <Connection>
+ <ConfigKey>[Master],PeakIndicatorR</ConfigKey>
+ </Connection>
+ </StatusLight>
+ </Children>
+ </WidgetGroup>
+
+
+
+ <!--Channel 1: VU-Meter Players-->
+ <WidgetGroup>
+ <Pos>455,91</Pos>
+ <Style>QGroupBox { border: 0px solid red; }</Style>
+ <Children>
+ <VuMeter>
+ <Tooltip>Channel volume meter&#10;Shows the left channel of player 1 volume&#10;</Tooltip>
+ <Style></Style>
+ <PathVu>Volume_long_over_player.png</PathVu>
+ <PathBack>Volume_long_player.png</PathBack>
+ <Pos>0,30</Pos>
+ <Horizontal>false</Horizontal>
+ <PeakHoldSize>5</PeakHoldSize>
+ <PeakHoldTime>500</PeakHoldTime>
+ <PeakFallTime>50</PeakFallTime>
+ <PeakFallStep>1</PeakFallStep>
+ <Connection>
+ <ConfigKey>[Channel1],VuMeterL</ConfigKey>
+ </Connection>
+ </VuMeter>
+
+ <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></Style>
+ <PathStatusLight>clipping_long_over_player.png</PathStatusLight>
+ <PathBack>clipping_long_player.png</PathBack>
+ <Pos>0,0</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></Style>
+ <PathStatusLight>clipping_long_over_player.png</PathStatusLight>
+ <PathBack>clipping_long_player.png</PathBack>
+ <Pos>20,0</Pos>
+ <Connection>
+ <ConfigKey>[Channel1],PeakIndicator</ConfigKey>
+ </Connection>
+ </StatusLight>
+
+
+ <VuMeter>
+ <Tooltip>Channel volume meter&#10;Shows the right channel (1) volume&#10;</Tooltip>
+ <Style></Style>
+ <PathVu>Volume_long_over_player.png</PathVu>
+ <PathBack>Volume_long_player.png</PathBack>
+ <Pos>20,30</Pos>
+ <Horizontal>false</Horizontal>
+ <PeakHoldSize>5</PeakHoldSize>
+ <PeakHoldTime>500</PeakHoldTime>
+ <PeakFallTime>50</PeakFallTime>
+ <PeakFallStep>1</PeakFallStep>
+ <Connection>
+ <ConfigKey>[Channel1],VuMeterR</ConfigKey>
+ </Connection>
+ </VuMeter>
+ </Children>
+ </WidgetGroup>
+
+
+
+ <!--Channel 2: VU-Meter Players-->
+ <WidgetGroup>
+ <Pos>1215,91</Pos>
+ <Style>QGroupBox { border: 0px solid red; }</Style>
+ <Children>
+ <VuMeter>
+ <Tooltip>Channel volume meter&#10;Shows the left channel of player 2 volume&#10;</Tooltip>
+ <Style></Style>
+ <PathVu>Volume_long_over_player.png</PathVu>
+ <PathBack>Volume_long_player.png</PathBack>
+ <Pos>0,30</Pos>
+ <Horizontal>false</Horizontal>
+ <PeakHoldSize>5</PeakHoldSize>
+ <PeakHoldTime>500</PeakHoldTime>
+ <PeakFallTime>50</PeakFallTime>
+ <PeakFallStep>1</PeakFallStep>
+ <Connection>
+ <ConfigKey>[Channel2],VuMeterL</ConfigKey>
+ </Connection>
+ </VuMeter>
+
+ <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></Style>
+ <PathStatusLight>clipping_long_over_player.png</PathStatusLight>
+ <PathBack>clipping_long_player.png</PathBack>
+ <Pos>0,0</Pos>
+ <Connection>
+ <ConfigKey>[Channel2],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></Style>
+ <PathStatusLight>clipping_long_over_player.png</PathStatusLight>
+ <PathBack>clipping_long_player.png</PathBack>
+ <Pos>20,0</Pos>
+ <Connection>
+ <ConfigKey>[Channel2],PeakIndicator</ConfigKey>
+ </Connection>
+ </StatusLight>
+
+
+ <VuMeter>
+ <Tooltip>Channel volume meter&#10;Shows the right channel (1) volume&#10;</Tooltip>
+ <Style></Style>
+ <PathVu>Volume_long_over_player.png</PathVu>
+ <PathBack>Volume_long_player.png</PathBack>
+ <Pos>20,30</Pos>
+ <Horizontal>false</Horizontal>
+ <PeakHoldSize>5</PeakHoldSize>
+ <PeakHoldTime>500</PeakHoldTime>
+ <PeakFallTime>50</PeakFallTime>
+ <PeakFallStep>1</PeakFallStep>
+ <Connection>
+ <ConfigKey>[Channel2],VuMeterR</ConfigKey>
+ </Connection>
+ </VuMeter>
+ </Children>
+ </WidgetGroup>
+
+ <!--Channel 2: VU-Meter
+
+ <VuMeter>
+ <Tooltip>Channel volume meter&#10;Shows the left channel of player 1 volume&#10;</Tooltip>
+ <Style></Style>
+ <PathVu>btn_volume_display_small_over.png</PathVu>
+ <PathBack>btn_volume_display_small.png</PathBack>
+ <Pos>440,27</Pos>
+ <Horizontal>true</Horizontal>
+ <PeakHoldSize>5</PeakHoldSize>
+ <PeakHoldTime>500</PeakHoldTime>
+ <PeakFallTime>50</PeakFallTime>
+ <PeakFallStep>1</PeakFallStep>
+ <Connection>
+ <ConfigKey>[Channel2],VuMeterL</ConfigKey>
+ </Connection>
+ </VuMeter>
+
+ <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></Style>
+ <PathStatusLight>btn_clipping_master_over.png</PathStatusLight>
+ <PathBack>btn_clipping_master.png</PathBack>
+ <Pos>440,10</Pos>
+ <Connection>
+ <ConfigKey>[Channel2],PeakIndicator</ConfigKey>
+ </Connection>
+ </StatusLight>
+
+
+ <VuMeter>
+ <Tooltip>Channel volume meter&#10;Shows the right channel (1) volume&#10;</Tooltip>
+ <Style></Style>
+ <PathVu>btn_volume_display_small_over.png</PathVu>
+ <PathBack>btn_volume_display_small.png</PathBack>
+ <Pos>454,27</Pos>
+ <Horizontal>false</Horizontal>
+ <PeakHoldSize>5</PeakHoldSize>
+ <PeakHoldTime>500</PeakHoldTime>
+ <PeakFallTime>50</PeakFallTime>
+ <PeakFallStep>1</PeakFallStep>
+ <Connection>
+ <ConfigKey>[Channel2],VuMeter</ConfigKey>
+ </Connection>
+ </VuMeter>-->
+
+
+
+ **********************************************
+ Visual - Clock
+ **********************************************
+
+ <Time>
+ <TooltipId>time</TooltipId>
+ <Style>QLabel { font: bold 50px/47px Arial; color: #00000; }</Style>
+ <Pos>512,100</Pos>
+ <Size>150,50</Size>
+ <ShowSeconds>true</ShowSeconds>
+ <ClockFormat>24</ClockFormat>
+ </Time>
+
+<!--
+***********************************************************
+Sampler
+***********************************************************
+-->
+
+ <WidgetGroup>
+ <Pos>38,635</Pos>
+ <!--<Size>500,339</Size>-->
+ <!--<Layout>horizontal</Layout>-->
+ <Style>QGroupBox { border: 0px solid red; }</Style>
+ <Children>
+ <!-- Sampler Bank sub-widget-->
+ <!--<WidgetGroup>
+ <Pos>0,0</Pos>
+ <Size>1,1</Size>
+ <Layout>vertical</Layout>
+ <Style>QGroupBox { border: 0px solid yellow; margin: 0px 0px 4px 0px;} </Style>
+ <Children>-->
+ <!-- all sub-widgets for the sampler decks -->
+<!--
+ **********************************************
+ Sampler 1
+ **********************************************
+ -->
+ <WidgetGroup>
+ <Pos>0,0</Pos>
+ <Size>276,103</Size>
+ <Style>QGroupBox { border: 0px solid green; margin: -0px 0px 0px 0px; background: url(skin:/style/style_sampler.png); } </Style>
+ <Children>
+
+ <!--
+ **********************************************
+ Sampler1: Text- Track Title
+ **********************************************
+
+ <Text>
+ <TooltipId>text</TooltipId>
+ <Style>QLabel { font: bold 13px/17px Lucida Grande, Lucida Sans Unicode, Arial, Verdana, sans-serif;
+ background-color: transparent; color: #3087BF; text-align: left; padding-left: 1px; }
+ </Style>
+ <Group>[Sampler1]</Group>
+ <Pos>5,5</Pos>
+ <Size>250,21</Size>
+ </Text>-->
+
+
+ <!--
+ **********************************************
+ Sampler1: Text- Artist
+ **********************************************
+ -->
+
+ <TrackProperty>
+ <TooltipId>artist</TooltipId>
+ <Style>QLabel { font: bold 14px/16px Lucida Grande, Lucida Sans Unicode, Arial, Verdana, sans-serif;
+ background-color: transparent; color: #000000; text-align: left; padding-left: 1px; }
+ </Style>
+ <Property>artist</Property>
+ <Group>[Sampler1]</Group>
+ <Pos>4,4</Pos>
+ <Size>258f,20</Size>
+ </TrackProperty>
+
+
+ Alternative "TITLE ONLY" display
+ <TrackProperty>
+ <TooltipId>track_title</TooltipId>
+ <Style>QLabel { font: bold 14px/16px Lucida Grande, Lucida Sans Unicode, Arial, Verdana, sans-serif;
+ background-color: transparent; color: #000000; text-align: left; padding-left: 1px; }
+ </Style>
+ <Property>title</Property>
+ <Group>[Sampler1]</Group>
+ <Pos>4,25</Pos>
+ <Size>258f,20</Size>
+ </TrackProperty>
+
+
+
+
+ <!--
+ **********************************************
+ Sampler1: Visual- Waveform overview
+ **********************************************
+ -->
+ <Overview>
+ <TooltipId>waveform_overview</TooltipId>
+ <Style></Style>
+ <Group>[Sampler1]</Group>
+ <Pos>6,55</Pos>
+ <Size>150,42</Size>
+ <BgColor></BgColor>
+ <SignalHighColor></SignalHighColor>
+ <SignalMidColor></SignalMidColor>
+ <SignalLowColor></SignalLowColor>
+ <SignalColor>##CC0000</SignalColor>
+ <PlayPosColor>#000000</PlayPosColor>
+ <DefaultMark>
+ <Align>bottom</Align>
+ <Color>#00FF00</Color>
+ <TextColor>#FFFFFF</TextColor>
+ <Text> %1 </Text>
+ </DefaultMark>
+ <Connection>
+ <ConfigKey>[Sampler1],playposition</ConfigKey>
+ <EmitOnDownPress>false</EmitOnDownPress>
+ </Connection>
+ </Overview>
+
+
+ <!--
+ ****************************************
+ Sampler1: Button- Play
+ ****************************************
+ -->
+ <PushButton>
+ <TooltipId>play_start</TooltipId>
+
+ <Style></Style>
+ <NumberStates>2</NumberStates>
+ <RightClickIsPushButton>true</RightClickIsPushButton>
+ <State>
+ <Number>0</Number>
+ <Pressed>btn_play_over_sampler.png</Pressed>
+ <Unpressed>btn_play_sampler.png</Unpressed>
+ </State>
+ <State>
+ <Number>1</Number>
+ <Pressed>btn_play_sampler.png</Pressed>
+ <Unpressed>btn_play_over_sampler.png</Unpressed>
+ </State>
+ <Pos>212,55</Pos>
+ <Connection>
+ <ConfigKey>[Sampler1],play</ConfigKey>
+ <EmitOnDownPress>true</EmitOnDownPress>
+ <ButtonState>LeftButton</ButtonState>
+ </Connection>
+ <Connection>
+ <ConfigKey>[Sampler1],start</ConfigKey>
+ <EmitOnDownPress>true</EmitOnDownPress>
+ <ButtonState>RightButton</ButtonState>
+ <ConnectValueToWidget>false</ConnectValueToWidget>
+ </Connection>
+ </PushButton>
+
+
+ <!--
+ **********************************************
+ Sampler1: Button- STOP
+ **********************************************
+ -->
+ <PushButton>
+ <TooltipId>cue_default_cue_gotoandstop</TooltipId>
+ <Style></Style>
+ <NumberStates>1</NumberStates>
+ <State>
+ <Number>0</Number>
+ <Pressed>btn_stop_red.png</Pressed>
+ <Unpressed>btn_stop.png</Unpressed>
+ </State>
+ <Pos>162,55</Pos>
+ <Connection>
+ <ConfigKey>[Sampler1],start_stop</ConfigKey>
+ <EmitOnPressAndRelease>true</EmitOnPressAndRelease>
+ <ButtonState>LeftButton</ButtonState>
+ </Connection>
+ <Connection>
+ <ConfigKey>[Sampler1],start_stop</ConfigKey>
+ <EmitOnPressAndRelease>true</EmitOnPressAndRelease>
+ <ButtonState>RightButton</ButtonState>
+ </Connection>
+ </PushButton>
+
+
+ </Children>
+ </WidgetGroup>
+
+ <!--
+ **********************************************
+ Sampler 2
+ **********************************************
+ -->
+ <WidgetGroup>
+ <Pos>287,0</Pos>
+ <Size>276,103</Size>
+ <Style>QGroupBox { border: 0px solid green; margin: -0px 0px 0px 0px; background: url(skin:/style/style_sampler.png); } </Style>
+ <Children>
+
+ <!--
+ **********************************************
+ Sampler2: Text- Track Title
+ **********************************************
+
+ <Text>
+ <TooltipId>text</TooltipId>
+ <Style>QLabel { font: bold 13px/17px Lucida Grande, Lucida Sans Unicode, Arial, Verdana, sans-serif;
+ background-color: transparent; color: #3087BF; text-align: left; padding-left: 1px; }
+ </Style>
+ <Group>[Sampler2]</Group>
+ <Pos>5,5</Pos>
+ <Size>250,21</Size>
+ </Text>-->
+
+
+ <!--
+ **********************************************
+ Sampler2: Text- Artist
+ **********************************************
+ -->
+
+ <TrackProperty>
+ <TooltipId>artist</TooltipId>
+ <Style>QLabel { font: bold 14px/16px Lucida Grande, Lucida Sans Unicode, Arial, Verdana, sans-serif;
+ background-color: transparent; color: #000000; text-align: left; padding-left: 1px; }
+ </Style>
+ <Property>artist</Property>
+ <Group>[Sampler2]</Group>
+ <Pos>4,4</Pos>
+ <Size>258f,20</Size>
+ </TrackProperty>
+
+
+ Alternative "TITLE ONLY" display
+ <TrackProperty>
+ <TooltipId>track_title</TooltipId>
+ <Style>QLabel { font: bold 14px/16px Lucida Grande, Lucida Sans Unicode, Arial, Verdana, sans-serif;
+ background-color: transparent; color: #000000; text-align: left; padding-left: 1px; }
+ </Style>
+ <Property>title</Property>
+ <Group>[Sampler2]</Group>
+ <Pos>4,25</Pos>
+ <Size>258f,20</Size>
+ </TrackProperty>
+
+
+
+
+ <!--
+ **********************************************
+ Sampler2: Visual- Waveform overview
+ **********************************************
+ -->
+ <Overview>
+ <TooltipId>waveform_overview</TooltipId>
+ <Style></Style>
+ <Group>[Sampler2]</Group>
+ <Pos>6,55</Pos>
+ <Size>150,42</Size>
+ <BgColor></BgColor>
+ <SignalHighColor></SignalHighColor>
+ <SignalMidColor></SignalMidColor>
+ <SignalLowColor></SignalLowColor>
+ <SignalColor>##CC0000</SignalColor>
+ <PlayPosColor>#000000</PlayPosColor>
+ <DefaultMark>
+ <Align>bottom</Align>
+ <Color>#00FF00</Color>
+ <TextColor>#FFFFFF</TextColor>
+ <Text> %1 </Text>
+ </DefaultMark>
+ <Connection>
+ <ConfigKey>[Sampler2],playposition</ConfigKey>
+ <EmitOnDownPress>false</EmitOnDownPress>
+ </Connection>
+ </Overview>
+
+
+ <!--
+ ****************************************
+ Sampler2: Button- Play
+ ****************************************
+ -->
+ <PushButton>
+ <TooltipId>play_start</TooltipId>
+
+ <Style></Style>
+ <NumberStates>2</NumberStates>
+ <RightClickIsPushButton>true</RightClickIsPushButton>
+ <State>
+ <Number>0</Number>
+ <Pressed>btn_play_over_sampler.png</Pressed>
+ <Unpressed>btn_play_sampler.png</Unpressed>
+ </State>
+ <State>
+ <Number>1</Number>
+ <Pressed>btn_play_sampler.png</Pressed>
+ <Unpressed>btn_play_over_sampler.png</Unpressed>
+ </State>
+ <Pos>212,55</Pos>
+ <Connection>
+ <ConfigKey>[Sampler2],play</ConfigKey>
+ <EmitOnDownPress>true</EmitOnDownPress>
+ <ButtonState>LeftButton</ButtonState>
+ </Connection>
+ <Connection>
+ <ConfigKey>[Sampler2],start</ConfigKey>
+ <EmitOnDownPress>true</EmitOnDownPress>
+ <ButtonState>RightButton</ButtonState>
+ <ConnectValueToWidget>false</ConnectValueToWidget>
+ </Connection>
+ </PushButton>
+
+
+ <!--
+ **********************************************
+ Sampler2: Button- STOP
+ **********************************************
+ -->
+ <PushButton>
+ <TooltipId>cue_default_cue_gotoandstop</TooltipId>
+ <Style></Style>
+ <NumberStates>1</NumberStates>
+ <State>
+ <Number>0</Number>
+ <Pressed>btn_stop_red.png</Pressed>
+ <Unpressed>btn_stop.png</Unpressed>
+ </State>
+ <Pos>162,55</Pos>
+ <Connection>
+ <ConfigKey>[Sampler2],start_stop</ConfigKey>
+ <EmitOnPressAndRelease>true</EmitOnPressAndRelease>
+ <ButtonState>LeftButton</ButtonState>
+ </Connection>
+ <Connection>
+ <ConfigKey>[Sampler2],start_stop</ConfigKey>
+ <EmitOnPressAndRelease>true</EmitOnPressAndRelease>
+ <ButtonState>RightButton</ButtonState>
+ </Connection>
+ </PushButton>
+
+
+ </Children>
+ </WidgetGroup>
+ <!--
+ **********************************************
+ Sampler 3
+ **********************************************
+ -->
+ <WidgetGroup>
+ <Pos>574,0</Pos>
+ <Size>276,103</Size>
+ <Style>QGroupBox { border: 0px solid green; margin: -0px 0px 0px 0px; background: url(skin:/style/style_sampler.png); } </Style>
+ <Children>
+
+ <!--
+ **********************************************
+ Sampler3: Text- Track Title
+ **********************************************
+
+ <Text>
+ <TooltipId>text</TooltipId>
+ <Style>QLabel { font: bold 13px/17px Lucida Grande, Lucida Sans Unicode, Arial, Verdana, sans-serif;
+ background-color: transparent; color: #3087BF; text-align: left; padding-left: 1px; }
+ </Style>
+ <Group>[Sampler3]</Group>
+ <Pos>5,5</Pos>
+ <Size>250,21</Size>
+ </Text>-->
+
+
+ <!--
+ **********************************************
+ Sampler3: Text- Artist
+ **********************************************
+ -->
+
+ <TrackProperty>
+ <TooltipId>artist</TooltipId>
+ <Style>QLabel { font: bold 14px/16px Lucida Grande, Lucida Sans Unicode, Arial, Verdana, sans-serif;
+ background-color: transparent; color: #000000; text-align: left; padding-left: 1px; }
+ </Style>
+ <Property>artist</Property>
+ <Group>[Sampler3]</Group>
+ <Pos>4,4</Pos>
+ <Size>258f,20</Size>
+ </TrackProperty>
+
+
+ Alternative "TITLE ONLY" display
+ <TrackProperty>
+ <TooltipId>track_title</TooltipId>
+ <Style>QLabel { font: bold 14px/16px Lucida Grande, Lucida Sans Unicode, Arial, Verdana, sans-serif;
+ background-color: transparent; color: #000000; text-align: left; padding-left: 1px; }
+ </Style>
+ <Property>title</Property>
+ <Group>[Sampler3]</Group>
+ <Pos>4,25</Pos>
+ <Size>258f,20</Size>
+ </TrackProperty>
+
+
+
+
+ <!--
+ **********************************************
+ Sampler3: Visual- Waveform overview
+ **********************************************
+ -->
+ <Overview>
+ <TooltipId>waveform_overview</TooltipId>
+ <Style></Style>
+ <Group>[Sampler3]</Group>
+ <Pos>6,55</Pos>
+ <Size>150,42</Size>
+ <BgColor></BgColor>
+ <SignalHighColor></SignalHighColor>
+ <SignalMidColor></SignalMidColor>
+ <SignalLowColor></SignalLowColor>
+ <SignalColor>##CC0000</SignalColor>
+ <PlayPosColor>#000000</PlayPosColor>
+ <DefaultMark>
+ <Align>bottom</Align>
+ <Color>#00FF00</Color>
+ <TextColor>#FFFFFF</TextColor>
+ <Text> %1 </Text>
+ </DefaultMark>
+ <Connection>
+ <ConfigKey>[Sampler3],playposition</ConfigKey>
+ <EmitOnDownPress>false</EmitOnDownPress>
+ </Connection>
+ </Overview>
+
+
+ <!--
+ ****************************************
+ Sampler3: Button- Play
+ ****************************************
+ -->
+ <PushButton>
+ <TooltipId>play_start</TooltipId>
+
+ <Style></Style>
+ <NumberStates>2</NumberStates>
+ <RightClickIsPushButton>true</RightClickIsPushButton>
+ <State>
+ <Number>0</Number>
+ <Pressed>btn_play_over_sampler.png</Pressed>
+ <Unpressed>btn_play_sampler.png</Unpressed>
+ </State>
+ <State>
+ <Number>1</Number>
+ <Pressed>btn_play_sampler.png</Pressed>
+ <Unpressed>btn_play_over_sampler.png</Unpressed>
+ </State>
+ <Pos>212,55</Pos>
+ <Connection>
+ <ConfigKey>[Sampler3],play</ConfigKey>
+ <EmitOnDownPress>true</EmitOnDownPress>
+ <ButtonState>LeftButton</ButtonState>
+ </Connection>
+ <Connection>
+ <ConfigKey>[Sampler3],start</ConfigKey>
+ <EmitOnDownPress>true</EmitOnDownPress>
+ <ButtonState>RightButton</ButtonState>
+ <ConnectValueToWidget>false</ConnectValueToWidget>
+ </Connection>
+ </PushButton>
+
+
+ <!--
+ **********************************************
+ Sampler3: Button- STOP
+ **********************************************
+ -->
+ <PushButton>
+ <TooltipId>cue_default_cue_gotoandstop</TooltipId>
+ <Style></Style>
+ <NumberStates>1</NumberStates>
+ <State>
+ <Number>0</Number>
+ <Pressed>btn_stop_red.png</Pressed>
+ <Unpressed>btn_stop.png</Unpressed>
+ </State>
+ <Pos>162,55</Pos>
+ <Connection>
+ <ConfigKey>[Sampler3],start_stop</ConfigKey>
+ <EmitOnPressAndRelease>true</EmitOnPressAndRelease>
+ <ButtonState>LeftButton</ButtonState>
+ </Connection>
+ <Connection>
+ <ConfigKey>[Sampler3],start_stop</ConfigKey>
+ <EmitOnPressAndRelease>true</EmitOnPressAndRelease>
+ <ButtonState>RightButton</ButtonState>
+ </Connection>
+ </PushButton>
+
+
+ </Children>
+ </WidgetGroup>
+
+ <!--
+ **********************************************
+ Sampler 4
+ **********************************************
+ -->
+ <WidgetGroup>
+ <Pos>861,0</Pos>
+ <Size>276,103</Size>
+ <Style>QGroupBox { border: 0px solid green; margin: -0px 0px 0px 0px; background: url(skin:/style/style_sampler.png); } </Style>
+ <Children>
+
+ <!--
+ **********************************************
+ Sampler4: Text- Track Title
+ **********************************************
+
+ <Text>
+ <TooltipId>text</TooltipId>
+ <Style>QLabel { font: bold 13px/17px Lucida Grande, Lucida Sans Unicode, Arial, Verdana, sans-serif;
+ background-color: transparent; color: #3087BF; text-align: left; padding-left: 1px; }
+ </Style>
+ <Group>[Sampler4]</Group>
+ <Pos>5,5</Pos>
+ <Size>250,21</Size>
+ </Text>-->
+
+
+ <!--
+ **********************************************
+ Sampler4: Text- Artist
+ **********************************************
+ -->
+
+ <TrackProperty>
+ <TooltipId>artist</TooltipId>
+ <Style>QLabel { font: bold 14px/16px Lucida Grande, Lucida Sans Unicode, Arial, Verdana, sans-serif;
+ background-color: transparent; color: #000000; text-align: left; padding-left: 1px; }
+ </Style>
+ <Property>artist</Property>
+ <Group>[Sampler4]</Group>
+ <Pos>4,4</Pos>
+ <Size>258f,20</Size>
+ </TrackProperty>
+
+
+ Alternative "TITLE ONLY" display
+ <TrackProperty>
+ <TooltipId>track_title</TooltipId>
+ <Style>QLabel { font: bold 14px/16px Lucida Grande, Lucida Sans Unicode, Arial, Verdana, sans-serif;
+ background-color: transparent; color: #000000; text-align: left; padding-left: 1px; }
+ </Style>
+ <Property>title</Property>
+ <Group>[Sampler4]</Group>
+ <Pos>4,25</Pos>
+ <Size>258f,20</Size>
+ </TrackProperty>
+
+
+
+
+ <!--
+ **********************************************
+ Sampler4: Visual- Waveform overview
+ **********************************************
+ -->
+ <Overview>
+ <TooltipId>waveform_overview</TooltipId>
+ <Style></Style>
+ <Group>[Sampler4]</Group>
+ <Pos>6,55</Pos>
+ <Size>150,42</Size>
+ <BgColor></BgColor>
+ <SignalHighColor></SignalHighColor>
+ <SignalMidColor></SignalMidColor>
+ <SignalLowColor></SignalLowColor>
+ <SignalColor>##CC0000</SignalColor>
+ <PlayPosColor>#000000</PlayPosColor>
+ <DefaultMark>
+ <Align>bottom</Align>
+ <Color>#00FF00</Color>
+ <TextColor>#FFFFFF</TextColor>
+ <Text> %1 </Text>
+ </DefaultMark>
+ <Connection>
+ <ConfigKey>[Sampler4],playposition</ConfigKey>
+ <EmitOnDownPress>false</EmitOnDownPress>
+ </Connection>
+ </Overview>
+
+
+ <!--
+ ****************************************
+ Sampler4: Button- Play
+ ****************************************
+ -->
+ <PushButton>
+ <TooltipId>play_start</TooltipId>
+
+ <Style></Style>
+ <NumberStates>2</NumberStates>
+ <RightClickIsPushButton>true</RightClickIsPushButton>
+ <State>
+ <Number>0</Number>
+ <Pressed>btn_play_over_sampler.png</Pressed>
+ <Unpressed>btn_play_sampler.png</Unpressed>
+ </State>
+ <State>
+ <Number>1</Number>
+ <Pressed>btn_play_sampler.png</Pressed>
+ <Unpressed>btn_play_over_sampler.png</Unpressed>
+ </State>
+ <Pos>212,55</Pos>
+ <Connection>
+ <ConfigKey>[Sampler4],play</ConfigKey>
+ <EmitOnDownPress>true</EmitOnDownPress>
+ <ButtonState>LeftButton</ButtonState>
+ </Connection>
+ <Connection>
+ <ConfigKey>[Sampler4],start</ConfigKey>
+ <EmitOnDownPress>true</EmitOnDownPress>
+ <ButtonState>RightButton</ButtonState>
+ <ConnectValueToWidget>false</ConnectValueToWidget>
+ </Connection>
+ </PushButton>
+
+
+ <!--
+ **********************************************
+ Sampler4: Button- STOP
+ **********************************************
+ -->
+ <PushButton>
+ <TooltipId>cue_default_cue_gotoandstop</TooltipId>
+ <Style></Style>
+ <NumberStates>1</NumberStates>
+ <State>
+ <Number>0</Number>
+ <Pressed>btn_stop_red.png</Pressed>
+ <Unpressed>btn_stop.png</Unpressed>
+ </State>
+ <Pos>162,55</Pos>
+ <Connection>
+ <ConfigKey>[Sampler4],start_stop</ConfigKey>
+ <EmitOnPressAndRelease>true</EmitOnPressAndRelease>
+ <ButtonState>LeftButton</ButtonState>
+ </Connection>
+ <Connection>
+ <ConfigKey>[Sampler4],start_stop</ConfigKey>
+ <EmitOnPressAndRelease>true</EmitOnPressAndRelease>
+ <ButtonState>RightButton</ButtonState>
+ </Connection>
+ </PushButton>
+ </Children>
+ </WidgetGroup>
+
+
+ <!--
+ **********************************************
+ Sampler 5
+ **********************************************
+ -->
+ <WidgetGroup>
+ <Pos>0,115</Pos>
+ <Size>276,103</Size>
+ <Style>QGroupBox { border: 0px solid green; margin: -0px 0px 0px 0px; background: url(skin:/style/style_sampler.png); } </Style>
+ <Children>
+
+ <!--
+ **********************************************
+ Sampler5: Text- Track Title
+ **********************************************
+
+ <Text>
+ <TooltipId>text</TooltipId>
+ <Style>QLabel { font: bold 13px/17px Lucida Grande, Lucida Sans Unicode, Arial, Verdana, sans-serif;
+ background-color: transparent; color: #3087BF; text-align: left; padding-left: 1px; }
+ </Style>
+ <Group>[Sampler5]</Group>
+ <Pos>5,5</Pos>
+ <Size>250,21</Size>
+ </Text>-->
+
+
+ <!--
+ **********************************************
+ Sampler5: Text- Artist
+ **********************************************
+ -->
+
+ <TrackProperty>
+ <TooltipId>artist</TooltipId>
+ <Style>QLabel { font: bold 14px/16px Lucida Grande, Lucida Sans Unicode, Arial, Verdana, sans-serif;
+ background-color: transparent; color: #000000; text-align: left; padding-left: 1px; }
+ </Style>
+ <Property>artist</Property>
+ <Group>[Sampler5]</Group>
+ <Pos>4,4</Pos>
+ <Size>258f,20</Size>
+ </TrackProperty>
+
+
+ Alternative "TITLE ONLY" display
+ <TrackProperty>
+ <TooltipId>track_title</TooltipId>
+ <Style>QLabel { font: bold 14px/16px Lucida Grande, Lucida Sans Unicode, Arial, Verdana, sans-serif;
+ background-color: transparent; color: #000000; text-align: left; padding-left: 1px; }
+ </Style>
+ <Property>title</Property>
+ <Group>[Sampler5]</Group>
+ <Pos>4,25</Pos>
+ <Size>258f,20</Size>
+ </TrackProperty>
+
+
+
+
+ <!--
+ **********************************************
+ Sampler5: Visual- Waveform overview
+ **********************************************
+ -->
+ <Overview>
+ <TooltipId>waveform_overview</TooltipId>
+ <Style></Style>
+ <Group>[Sampler5]</Group>
+ <Pos>6,55</Pos>
+ <Size>150,42</Size>
+ <BgColor></BgColor>
+ <SignalHighColor></SignalHighColor>
+ <SignalMidColor></SignalMidColor>
+ <SignalLowColor></SignalLowColor>
+ <SignalColor>##CC0000</SignalColor>
+ <PlayPosColor>#000000</PlayPosColor>
+ <DefaultMark>
+ <Align>bottom</Align>
+ <Color>#00FF00</Color>
+ <TextColor>#FFFFFF</TextColor>
+ <Text> %1 </Text>
+ </DefaultMark>
+ <Connection>
+ <ConfigKey>[Sampler5],playposition</ConfigKey>
+ <EmitOnDownPress>false</EmitOnDownPress>
+ </Connection>
+ </Overview>
+
+
+ <!--
+ ****************************************
+ Sampler5: Button- Play
+ ****************************************
+ -->
+ <PushButton>
+ <TooltipId>play_start</TooltipId>
+
+ <Style></Style>
+ <NumberStates>2</NumberStates>
+ <RightClickIsPushButton>true</RightClickIsPushButton>
+ <State>
+ <Number>0</Number>
+ <Pressed>btn_play_over_sampler.png</Pressed>
+ <Unpressed>btn_play_sampler.png</Unpressed>
+ </State>
+ <State>
+ <Number>1</Number>
+ <Pressed>btn_play_sampler.png</Pressed>
+ <Unpressed>btn_play_over_sampler.png</Unpressed>
+ </State>
+ <Pos>212,55</Pos>
+ <Connection>
+ <ConfigKey>[Sampler5],play</ConfigKey>
+ <EmitOnDownPress>true</EmitOnDownPress>
+ <ButtonState>LeftButton</ButtonState>
+ </Connection>
+ <Connection>
+ <ConfigKey>[Sampler5],start</ConfigKey>
+ <EmitOnDownPress>true</EmitOnDownPress>
+ <ButtonState>RightButton</ButtonState>
+ <ConnectValueToWidget>false</ConnectValueToWidget>
+ </Connection>
+ </PushButton>
+
+
+ <!--
+ **********************************************
+ Sampler5: Button- STOP
+ **********************************************
+ -->
+ <PushButton>
+ <TooltipId>cue_default_cue_gotoandstop</TooltipId>
+ <Style></Style>
+ <NumberStates>1</NumberStates>
+ <State>
+ <Number>0</Number>
+ <Pressed>btn_stop_red.png</Pressed>
+ <Unpressed>btn_stop.png</Unpressed>
+ </State>
+ <Pos>162,55</Pos>
+ <Connection>
+ <ConfigKey>[Sampler5],start_stop</ConfigKey>
+ <EmitOnPressAndRelease>true</EmitOnPressAndRelease>
+ <ButtonState>LeftButton</ButtonState>
+ </Connection>
+ <Connection>
+ <ConfigKey>[Sampler5],start_stop</ConfigKey>
+ <EmitOnPressAndRelease>true</EmitOnPressAndRelease>
+ <ButtonState>RightButton</ButtonState>
+ </Connection>
+ </PushButton>
+ </Children>
+ </WidgetGroup>
+
+
+ <!--
+ **********************************************
+ Sampler 6
+ **********************************************
+ -->
+ <WidgetGroup>
+ <Pos>287,115</Pos>
+ <Size>276,103</Size>
+ <Style>QGroupBox { border: 0px solid green; margin: -0px 0px 0px 0px; background: url(skin:/style/style_sampler.png); } </Style>
+ <Children>
+
+ <!--
+ **********************************************
+ Sampler6: Text- Track Title
+ **********************************************
+
+ <Text>
+ <TooltipId>text</TooltipId>
+ <Style>QLabel { font: bold 13px/17px Lucida Grande, Lucida Sans Unicode, Arial, Verdana, sans-serif;
+ background-color: transparent; color: #3087BF; text-align: left; padding-left: 1px; }
+ </Style>
+ <Group>[Sampler6]</Group>
+ <Pos>5,5</Pos>
+ <Size>250,21</Size>
+ </Text>-->
+
+
+ <!--
+ **********************************************
+ Sampler6: Text- Artist
+ **********************************************
+ -->
+
+ <TrackProperty>
+ <TooltipId>artist</TooltipId>
+ <Style>QLabel { font: bold 14px/16px Lucida Grande, Lucida Sans Unicode, Arial, Verdana, sans-serif;
+ background-color: transparent; color: #000000; text-align: left; padding-left: 1px; }
+ </Style>
+ <Property>artist</Property>
+ <Group>[Sampler6]</Group>
+ <Pos>4,4</Pos>
+ <Size>258f,20</Size>
+ </TrackProperty>
+
+
+ Alternative "TITLE ONLY" display
+ <TrackProperty>
+ <TooltipId>track_title</TooltipId>
+ <Style>QLabel { font: bold 14px/16px Lucida Grande, Lucida Sans Unicode, Arial, Verdana, sans-serif;
+ background-color: transparent; color: #000000; text-align: left; padding-left: 1px; }
+ </Style>
+ <Property>title</Property>
+ <Group>[Sampler6]</Group>
+ <Pos>4,25</Pos>
+ <Size>258f,20</Size>
+ </TrackProperty>
+
+
+
+
+ <!--
+ **********************************************
+ Sampler6: Visual- Waveform overview
+ **********************************************
+ -->
+ <Overview>
+ <TooltipId>waveform_overview</TooltipId>
+ <Style></Style>
+ <Group>[Sampler6]</Group>
+ <Pos>6,55</Pos>
+ <Size>150,42</Size>
+ <BgColor></BgColor>
+ <SignalHighColor></SignalHighColor>
+ <SignalMidColor></SignalMidColor>
+ <SignalLowColor></SignalLowColor>
+ <SignalColor>##CC0000</SignalColor>
+ <PlayPosColor>#000000</PlayPosColor>
+ <DefaultMark>
+ <Align>bottom</Align>
+ <Color>#00FF00</Color>
+ <TextColor>#FFFFFF</TextColor>
+ <Text> %1 </Text>
+ </DefaultMark>
+ <Connection>
+ <ConfigKey>[Sampler6],playposition</ConfigKey>
+ <EmitOnDownPress>false</EmitOnDownPress>
+ </Connection>
+ </Overview>
+
+
+ <!--
+ ****************************************
+ Sampler6: Button- Play
+ ****************************************
+ -->
+ <PushButton>
+ <TooltipId>play_start</TooltipId>
+
+ <Style></Style>
+ <NumberStates>2</NumberStates>
+ <RightClickIsPushButton>true</RightClickIsPushButton>
+ <State>
+ <Number>0</Number>
+ <Pressed>btn_play_over_sampler.png</Pressed>
+ <Unpressed>btn_play_sampler.png</Unpressed>
+ </State>
+ <State>
+ <Number>1</Number>
+ <Pressed>btn_play_sampler.png</Pressed>
+ <Unpressed>btn_play_over_sampler.png</Unpressed>
+ </State>
+ <Pos>212,55</Pos>
+ <Connection>
+ <ConfigKey>[Sampler6],play</ConfigKey>
+ <EmitOnDownPress>true</EmitOnDownPress>
+ <ButtonState>LeftButton</ButtonState>
+ </Connection>
+ <Connection>
+ <ConfigKey>[Sampler6],start</ConfigKey>
+ <EmitOnDownPress>true</EmitOnDownPress>
+ <ButtonState>RightButton</ButtonState>
+ <ConnectValueToWidget>false</ConnectValueToWidget>
+ </Connection>
+ </PushButton>
+
+
+ <!--
+ **********************************************
+ Sampler6: Button- STOP
+ **********************************************
+ -->
+ <PushButton>
+ <TooltipId>cue_default_cue_gotoandstop</TooltipId>
+ <Style></Style>
+ <NumberStates>1</NumberStates>
+ <State>
+ <Number>0</Number>
+ <Pressed>btn_stop_red.png</Pressed>
+ <Unpressed>btn_stop.png</Unpressed>
+ </State>
+ <Pos>162,55</Pos>
+ <Connection>
+ <ConfigKey>[Sampler6],start_stop</ConfigKey>
+ <EmitOnPressAndRelease>true</EmitOnPressAndRelease>
+ <ButtonState>LeftButton</ButtonState>
+ </Connection>
+ <Connection>
+ <ConfigKey>[Sampler6],start_stop</ConfigKey>
+ <EmitOnPressAndRelease>true</EmitOnPressAndRelease>
+ <ButtonState>RightButton</ButtonState>
+ </Connection>
+ </PushButton>
+ </Children>
+ </WidgetGroup>
+
+ <!--
+ **********************************************
+ Sampler 7
+ **********************************************
+ -->
+ <WidgetGroup>
+ <Pos>574,115</Pos>
+ <Size>276,103</Size>
+ <Style>QGroupBox { border: 0px solid green; margin: -0px 0px 0px 0px; background: url(skin:/style/style_sampler.png); } </Style>
+ <Children>
+
+ <!--
+ **********************************************
+ Sampler7: Text- Track Title
+ **********************************************
+
+ <Text>
+ <TooltipId>text</TooltipId>
+ <Style>QLabel { font: bold 13px/17px Lucida Grande, Lucida Sans Unicode, Arial, Verdana, sans-serif;
+ background-color: transparent; color: #3087BF; text-align: left; padding-left: 1px; }
+ </Style>
+ <Group>[Sampler7]</Group>
+ <Pos>5,5</Pos>
+ <Size>250,21</Size>
+ </Text>-->
+
+
+ <!--
+ **********************************************
+ Sampler7: Text- Artist
+ **********************************************
+ -->
+
+ <TrackProperty>
+ <TooltipId>artist</TooltipId>
+ <Style>QLabel { font: bold 14px/16px Lucida Grande, Lucida Sans Unicode, Arial, Verdana, sans-serif;
+ background-color: transparent; color: #000000; text-align: left; padding-left: 1px; }
+ </Style>
+ <Property>artist</Property>
+ <Group>[Sampler7]</Group>
+ <Pos>4,4</Pos>
+ <Size>258f,20</Size>
+ </TrackProperty>
+
+
+ Alternative "TITLE ONLY" display
+ <TrackProperty>
+ <TooltipId>track_title</TooltipId>
+ <Style>QLabel { font: bold 14px/16px Lucida Grande, Lucida Sans Unicode, Arial, Verdana, sans-serif;
+ background-color: transparent; color: #000000; text-align: left; padding-left: 1px; }
+ </Style>
+ <Property>title</Property>
+ <Group>[Sampler7]</Group>
+ <Pos>4,25</Pos>
+ <Size>258f,20</Size>
+ </TrackProperty>
+
+
+
+
+ <!--
+ **********************************************
+ Sampler7: Visual- Waveform overview
+ **********************************************
+ -->
+ <Overview>
+ <TooltipId>waveform_overview</TooltipId>
+ <Style></Style>
+ <Group>[Sampler7]</Group>
+ <Pos>6,55</Pos>
+ <Size>150,42</Size>
+ <BgColor></BgColor>
+ <SignalHighColor></SignalHighColor>
+ <SignalMidColor></SignalMidColor>
+ <SignalLowColor></SignalLowColor>
+ <SignalColor>##CC0000</SignalColor>
+ <PlayPosColor>#000000</PlayPosColor>
+ <DefaultMark>
+ <Align>bottom</Align>
+ <Color>#00FF00</Color>
+ <TextColor>#FFFFFF</TextColor>
+ <Text> %1 </Text>
+ </DefaultMark>
+ <Connection>
+ <ConfigKey>[Sampler7],playposition</ConfigKey>
+ <EmitOnDownPress>false</EmitOnDownPress>
+ </Connection>
+ </Overview>
+
+
+ <!--
+ ****************************************
+ Sampler7: Button- Play
+ ****************************************
+ -->
+ <PushButton>
+ <TooltipId>play_start</TooltipId>
+
+ <Style></Style>
+ <NumberStates>2</NumberStates>
+ <RightClickIsPushButton>true</RightClickIsPushButton>
+ <State>
+ <Number>0</Number>
+ <Pressed>btn_play_over_sampler.png</Pressed>
+ <Unpressed>btn_play_sampler.png</Unpressed>
+ </State>
+ <State>
+ <Number>1</Number>
+ <Pressed>btn_play_sampler.png</Pressed>
+ <Unpressed>btn_play_over_sampler.png</Unpressed>
+ </State>
+ <Pos>212,55</Pos>
+ <Connection>
+ <ConfigKey>[Sampler7],play</ConfigKey>
+ <EmitOnDownPress>true</EmitOnDownPress>
+ <ButtonState>LeftButton</ButtonState>
+ </Connection>
+ <Connection>
+ <ConfigKey>[Sampler7],start</ConfigKey>
+ <EmitOnDownPress>true</EmitOnDownPress>
+ <ButtonState>RightButton</ButtonState>
+ <ConnectValueToWidget>false</ConnectValueToWidget>
+ </Connection>
+ </PushButton>
+
+
+ <!--
+ **********************************************
+ Sampler7: Button- STOP
+ **********************************************
+ -->
+ <PushButton>
+ <TooltipId>cue_default_cue_gotoandstop</TooltipId>
+ <Style></Style>
+ <NumberStates>1</NumberStates>
+ <State>
+ <Number>0</Number>
+ <Pressed>btn_stop_red.png</Pressed>
+ <Unpressed>btn_stop.png</Unpressed>
+ </State>
+ <Pos>162,55</Pos>
+ <Connection>
+ <ConfigKey>[Sampler7],start_stop</ConfigKey>
+ <EmitOnPressAndRelease>true</EmitOnPressAndRelease>
+ <ButtonState>LeftButton</ButtonState>
+ </Connection>
+ <Connection>
+ <ConfigKey>[Sampler7],start_stop</ConfigKey>
+ <EmitOnPressAndRelease>true</EmitOnPressAndRelease>
+ <ButtonState>RightButton</ButtonState>
+ </Connection>
+ </PushButton>
+ </Children>
+ </WidgetGroup>
+
+ <!--
+ **********************************************
+ Sampler 8
+ **********************************************
+ -->
+ <WidgetGroup>
+ <Pos>861,115</Pos>
+ <Size>276,103</Size>
+ <Style>QGroupBox { border: 0px solid green; margin: -0px 0px 0px 0px; background: url(skin:/style/style_sampler.png); } </Style>
+ <Children>
+
+ <!--
+ **********************************************
+ Sampler8: Text- Track Title
+ **********************************************
+
+ <Text>
+ <TooltipId>text</TooltipId>
+ <Style>QLabel { font: bold 13px/17px Lucida Grande, Lucida Sans Unicode, Arial, Verdana, sans-serif;
+ background-color: transparent; color: #3087BF; text-align: left; padding-left: 1px; }
+ </Style>
+ <Group>[Sampler8]</Group>
+ <Pos>5,5</Pos>
+ <Size>250,21</Size>
+ </Text>-->
+
+
+ <!--
+ **********************************************
+ Sampler8: Text- Artist
+ **********************************************
+ -->
+
+ <TrackProperty>
+ <TooltipId>artist</TooltipId>
+ <Style>QLabel { font: bold 14px/16px Lucida Grande, Lucida Sans Unicode, Arial, Verdana, sans-serif;
+ background-color: transparent; color: #000000; text-align: left; padding-left: 1px; }
+ </Style>
+ <Property>artist</Property>
+ <Group>[Sampler8]</Group>
+ <Pos>4,4</Pos>
+ <Size>258f,20</Size>
+ </TrackProperty>
+
+
+ Alternative "TITLE ONLY" display
+ <TrackProperty>
+ <TooltipId>track_title</TooltipId>
+ <Style>QLabel { font: bold 14px/16px Lucida Grande, Lucida Sans Unicode, Arial, Verdana, sans-serif;
+ background-color: transparent; color: #000000; text-align: left; padding-left: 1px; }
+ </Style>
+ <Property>title</Property>
+ <Group>[Sampler8]</Group>
+ <Pos>4,25</Pos>
+ <Size>258f,20</Size>
+ </TrackProperty>
+
+
+
+
+ <!--
+ **********************************************
+ Sampler8: Visual- Waveform overview
+ **********************************************
+ -->
+ <Overview>
+ <TooltipId>waveform_overview</TooltipId>
+ <Style></Style>
+ <Group>[Sampler8]</Group>
+ <Pos>6,55</Pos>
+ <Size>150,42</Size>
+ <BgColor></BgColor>
+ <SignalHighColor></SignalHighColor>
+ <SignalMidColor></SignalMidColor>
+ <SignalLowColor></SignalLowColor>
+ <SignalColor>##CC0000</SignalColor>
+ <PlayPosColor>#000000</PlayPosColor>
+ <DefaultMark>
+ <Align>bottom</Align>
+ <Color>#00FF00</Color>
+ <TextColor>#FFFFFF</TextColor>
+ <Text> %1 </Text>
+ </DefaultMark>
+ <Connection>
+ <ConfigKey>[Sampler8],playposition</ConfigKey>
+ <EmitOnDownPress>false</EmitOnDownPress>
+ </Connection>
+ </Overview>
+
+
+ <!--
+ ****************************************
+ Sampler8: Button- Play
+ ****************************************
+ -->
+ <PushButton>
+ <TooltipId>play_start</TooltipId>
+
+ <Style></Style>
+ <NumberStates>2</NumberStates>
+ <RightClickIsPushButton>true</RightClickIsPushButton>
+ <State>
+ <Number>0</Number>
+ <Pressed>btn_play_over_sampler.png</Pressed>
+ <Unpressed>btn_play_sampler.png</Unpressed>
+ </State>
+ <State>
+ <Number>1</Number>
+ <Pressed>btn_play_sampler.png</Pressed>
+ <Unpressed>btn_play_over_sampler.png</Unpressed>
+ </State>
+ <Pos>212,55</Pos>
+ <Connection>
+ <ConfigKey>[Sampler8],play</ConfigKey>
+ <EmitOnDownPress>true</EmitOnDownPress>
+ <ButtonState>LeftButton</ButtonState>
+ </Connection>
+ <Connection>
+ <ConfigKey>[Sampler8],start</ConfigKey>
+ <EmitOnDownPress>true</EmitOnDownPress>
+ <ButtonState>RightButton</ButtonState>
+ <ConnectValueToWidget>false</ConnectValueToWidget>
+ </Connection>
+ </PushButton>
+
+
+ <!--
+ **********************************************
+ Sampler8: Button- STOP
+ **********************************************
+ -->
+ <PushButton>
+ <TooltipId>cue_default_cue_gotoandstop</TooltipId>
+ <Style></Style>
+ <NumberStates>1</NumberStates>
+ <State>
+ <Number>0</Number>
+ <Pressed>btn_stop_red.png</Pressed>
+ <Unpressed>btn_stop.png</Unpressed>
+ </State>
+ <Pos>162,55</Pos>
+ <Connection>
+ <ConfigKey>[Sampler8],start_stop</ConfigKey>
+ <EmitOnPressAndRelease>true</EmitOnPressAndRelease>
+ <ButtonState>LeftButton</ButtonState>
+ </Connection>
+ <Connection>
+ <ConfigKey>[Sampler8],start_stop</ConfigKey>
+ <EmitOnPressAndRelease>true</EmitOnPressAndRelease>
+ <ButtonState>RightButton</ButtonState>
+ </Connection>
+ </PushButton>
+ </Children>
+ </WidgetGroup>
+
+ <!--
+ **********************************************
+ Sampler 9
+ **********************************************
+ -->
+ <WidgetGroup>
+ <Pos>0,230</Pos>
+ <Size>276,103</Size>
+ <Style>QGroupBox { border: 0px solid green; margin: -0px 0px 0px 0px; background: url(skin:/style/style_sampler.png); } </Style>
+ <Children>
+
+ <!--
+ **********************************************
+ Sampler9: Text- Track Title
+ **********************************************
+
+ <Text>
+ <TooltipId>text</TooltipId>
+ <Style>QLabel { font: bold 13px/17px Lucida Grande, Lucida Sans Unicode, Arial, Verdana, sans-serif;
+ background-color: transparent; color: #3087BF; text-align: left; padding-left: 1px; }
+ </Style>
+ <Group>[Sampler9]</Group>
+ <Pos>5,5</Pos>
+ <Size>250,21</Size>
+ </Text>-->
+
+
+ <!--
+ **********************************************
+ Sampler9: Text- Artist
+ **********************************************
+ -->
+
+ <TrackProperty>
+ <TooltipId>artist</TooltipId>
+ <Style>QLabel { font: bold 14px/16px Lucida Grande, Lucida Sans Unicode, Arial, Verdana, sans-serif;
+ background-color: transparent; color: #000000; text-align: left; padding-left: 1px; }
+ </Style>
+ <Property>artist</Property>
+ <Group>[Sampler9]</Group>
+ <Pos>4,4</Pos>
+ <Size>258f,20</Size>
+ </TrackProperty>
+
+
+ Alternative "TITLE ONLY" display
+ <TrackProperty>
+ <TooltipId>track_title</TooltipId>
+ <Style>QLabel { font: bold 14px/16px Lucida Grande, Lucida Sans Unicode, Arial, Verdana, sans-serif;
+ background-color: transparent; color: #000000; text-align: left; padding-left: 1px; }
+ </Style>
+ <Property>title</Property>
+ <Group>[Sampler9]</Group>
+ <Pos>4,25</Pos>
+ <Size>258f,20</Size>
+ </TrackProperty>
+
+
+
+
+ <!--
+ **********************************************
+ Sampler9: Visual- Waveform overview
+ **********************************************
+ -->
+ <Overview>
+ <TooltipId>waveform_overview</TooltipId>
+ <Style></Style>
+ <Group>[Sampler9]</Group>
+ <Pos>6,55</Pos>
+ <Size>150,42</Size>
+ <BgColor></BgColor>
+ <SignalHighColor></SignalHighColor>
+ <SignalMidColor></SignalMidColor>
+ <SignalLowColor></SignalLowColor>
+ <SignalColor>##CC0000</SignalColor>
+ <PlayPosColor>#000000</PlayPosColor>
+ <DefaultMark>
+ <Align>bottom</Align>
+ <Color>#00FF00</Color>
+ <TextColor>#FFFFFF</TextColor>
+ <Text> %1 </Text>
+ </DefaultMark>
+ <Connection>
+ <ConfigKey>[Sampler9],playposition</ConfigKey>
+ <EmitOnDownPress>false</EmitOnDownPress>
+ </Connection>
+ </Overview>
+
+
+ <!--
+ ****************************************
+ Sampler9: Button- Play
+ ****************************************
+ -->
+ <PushButton>
+ <TooltipId>play_start</TooltipId>
+
+ <Style></Style>
+ <NumberStates>2</NumberStates>
+ <RightClickIsPushButton>true</RightClickIsPushButton>
+ <State>
+ <Number>0</Number>
+ <Pressed>btn_play_over_sampler.png</Pressed>
+ <Unpressed>btn_play_sampler.png</Unpressed>
+ </State>
+ <State>
+ <Number>1</Number>
+ <Pressed>btn_play_sampler.png</Pressed>
+ <Unpressed>btn_play_over_sampler.png</Unpressed>
+ </State>
+ <Pos>212,55</Pos>
+ <Connection>
+ <ConfigKey>[Sampler9],play</ConfigKey>
+ <EmitOnDownPress>true</EmitOnDownPress>
+ <ButtonState>LeftButton</ButtonState>
+ </Connection>
+ <Connection>
+ <ConfigKey>[Sampler9],start</ConfigKey>
+ <EmitOnDownPress>true</EmitOnDownPress>
+ <ButtonState>RightButton</ButtonState>
+ <ConnectValueToWidget>false</ConnectValueToWidget>
+ </Connection>
+ </PushButton>
+
+
+ <!--
+ **********************************************
+ Sampler9: Button- STOP
+ **********************************************
+ -->
+ <PushButton>
+ <TooltipId>cue_default_cue_gotoandstop</TooltipId>
+ <Style></Style>
+ <NumberStates>1</NumberStates>
+ <State>
+ <Number>0</Number>
+ <Pressed>btn_stop_red.png</Pressed>
+ <Unpressed>btn_stop.png</Unpressed>
+ </State>
+ <Pos>162,55</Pos>
+ <Connection>
+ <ConfigKey>[Sampler9],start_stop</ConfigKey>
+ <EmitOnPressAndRelease>true</EmitOnPressAndRelease>
+ <ButtonState>LeftButton</ButtonState>
+ </Connection>
+ <Connection>
+ <ConfigKey>[Sampler9],start_stop</ConfigKey>
+ <EmitOnPressAndRelease>true</EmitOnPressAndRelease>
+ <ButtonState>RightButton</ButtonState>
+ </Connection>
+ </PushButton>
+ </Children>
+ </WidgetGroup>
+
+ <!--
+ **********************************************
+ Sampler 10
+ **********************************************
+ -->
+ <WidgetGroup>
+ <Pos>287,230</Pos>
+ <Size>276,103</Size>
+ <Style>QGroupBox { border: 0px solid green; margin: -0px 0px 0px 0px; background: url(skin:/style/style_sampler.png); } </Style>
+ <Children>
+
+ <!--
+ **********************************************
+ Sampler10: Text- Track Title
+ **********************************************
+
+ <Text>
+ <TooltipId>text</TooltipId>
+ <Style>QLabel { font: bold 13px/17px Lucida Grande, Lucida Sans Unicode, Arial, Verdana, sans-serif;
+ background-color: transparent; color: #3087BF; text-align: left; padding-left: 1px; }
+ </Style>
+ <Group>[Sampler10]</Group>
+ <Pos>5,5</Pos>
+ <Size>250,21</Size>
+ </Text>-->
+
+
+ <!--
+ **********************************************
+ Sampler10: Text- Artist
+ **********************************************
+ -->
+
+ <TrackProperty>
+ <TooltipId>artist</TooltipId>
+ <Style>QLabel { font: bold 14px/16px Lucida Grande, Lucida Sans Unicode, Arial, Verdana, sans-serif;
+ background-color: transparent; color: #000000; text-align: left; padding-left: 1px; }
+ </Style>
+ <Property>artist</Property>
+ <Group>[Sampler10]</Group>
+ <Pos>4,4</Pos>
+ <Size>258f,20</Size>
+ </TrackProperty>
+
+
+ Alternative "TITLE ONLY" display
+ <TrackProperty>
+ <TooltipId>track_title</TooltipId>
+ <Style>QLabel { font: bold 14px/16px Lucida Grande, Lucida Sans Unicode, Arial, Verdana, sans-serif;
+ background-color: transparent; color: #000000; text-align: left; padding-left: 1px; }
+ </Style>
+ <Property>title</Property>
+ <Group>[Sampler10]</Group>
+ <Pos>4,25</Pos>
+ <Size>258f,20</Size>
+ </TrackProperty>
+
+
+
+
+ <!--
+ **********************************************
+ Sampler10: Visual- Waveform overview
+ **********************************************
+ -->
+ <Overview>
+ <TooltipId>waveform_overview</TooltipId>
+ <Style></Style>
+ <Group>[Sampler10]</Group>
+ <Pos>6,55</Pos>
+ <Size>150,42</Size>
+ <BgColor></BgColor>
+ <SignalHighColor></SignalHighColor>
+ <SignalMidColor></SignalMidColor>
+ <SignalLowColor></SignalLowColor>
+ <SignalColor>##CC0000</SignalColor>
+ <PlayPosColor>#000000</PlayPosColor>
+ <DefaultMark>
+ <Align>bottom</Align>
+ <Color>#00FF00</Color>
+ <TextColor>#FFFFFF</TextColor>
+ <Text> %1 </Text>
+ </DefaultMark>
+ <Connection>
+ <ConfigKey>[Sampler10],playposition</ConfigKey>
+ <EmitOnDownPress>false</EmitOnDownPress>
+ </Connection>
+ </Overview>
+
+
+ <!--
+ ****************************************
+ Sampler10: Button- Play
+ ****************************************
+ -->
+ <PushButton>
+ <TooltipId>play_start</TooltipId>
+
+ <Style></Style>
+ <NumberStates>2</NumberStates>
+ <RightClickIsPushButton>true</RightClickIsPushButton>
+ <State>
+ <Number>0</Number>
+ <Pressed>btn_play_over_sampler.png</Pressed>
+ <Unpressed>btn_play_sampler.png</Unpressed>
+ </State>
+ <State>
+ <Number>1</Number>
+ <Pressed>btn_play_sampler.png</Pressed>
+ <Unpressed>btn_play_over_sampler.png</Unpressed>
+ </State>
+ <Pos>212,55</Pos>
+ <Connection>
+ <ConfigKey>[Sampler10],play</ConfigKey>
+ <EmitOnDownPress>true</EmitOnDownPress>
+ <ButtonState>LeftButton</ButtonState>
+ </Connection>
+ <Connection>
+ <ConfigKey>[Sampler10],start</ConfigKey>
+ <EmitOnDownPress>true</EmitOnDownPress>
+ <ButtonState>RightButton</ButtonState>
+ <ConnectValueToWidget>false</ConnectValueToWidget>
+ </Connection>
+ </PushButton>
+
+
+ <!--
+ **********************************************
+ Sampler10: Button- STOP
+ **********************************************
+ -->
+ <PushButton>
+ <TooltipId>cue_default_cue_gotoandstop</TooltipId>
+ <Style></Style>
+ <NumberStates>1</NumberStates>
+ <State>
+ <Number>0</Number>
+ <Pressed>btn_stop_red.png</Pressed>
+ <Unpressed>btn_stop.png</Unpressed>
+ </State>
+ <Pos>162,55</Pos>
+ <Connection>
+ <ConfigKey>[Sampler10],start_stop</ConfigKey>
+ <EmitOnPressAndRelease>true</EmitOnPressAndRelease>
+ <ButtonState>LeftButton</ButtonState>
+ </Connection>
+ <Connection>
+ <ConfigKey>[Sampler10],start_stop</ConfigKey>
+ <EmitOnPressAndRelease>true</EmitOnPressAndRelease>
+ <ButtonState>RightButton</ButtonState>
+ </Connection>
+ </PushButton>
+ </Children>
+ </WidgetGroup>
+
+ <!--
+ **********************************************
+ Sampler 11
+ **********************************************
+ -->
+ <WidgetGroup>
+ <Pos>574,230</Pos>
+ <Size>276,103</Size>
+ <Style>QGroupBox { border: 0px solid green; margin: -0px 0px 0px 0px; background: url(skin:/style/style_sampler.png); } </Style>
+ <Children>
+
+ <!--
+ **********************************************
+ Sampler11: Text- Track Title
+ **********************************************
+
+ <Text>
+ <TooltipId>text</TooltipId>
+ <Style>QLabel { font: bold 13px/17px Lucida Grande, Lucida Sans Unicode, Arial, Verdana, sans-serif;
+ background-color: transparent; color: #3087BF; text-align: left; padding-left: 1px; }
+ </Style>
+ <Group>[Sampler11]</Group>
+ <Pos>5,5</Pos>
+ <Size>250,21</Size>
+ </Text>-->
+
+
+ <!--
+ **********************************************
+ Sampler11: Text- Artist
+ **********************************************
+ -->
+
+ <TrackProperty>
+ <TooltipId>artist</TooltipId>
+ <Style>QLabel { font: bold 14px/16px Lucida Grande, Lucida Sans Unicode, Arial, Verdana, sans-serif;
+ background-color: transparent; color: #000000; text-align: left; padding-left: 1px; }
+ </Style>
+ <Property>artist</Property>
+ <Group>[Sampler11]</Group>
+ <Pos>4,4</Pos>
+ <Size>258f,20</Size>
+ </TrackProperty>
+
+
+ Alternative "TITLE ONLY" display
+ <TrackProperty>
+ <TooltipId>track_title</TooltipId>
+ <Style>QLabel { font: bold 14px/16px Lucida Grande, Lucida Sans Unicode, Arial, Verdana, sans-serif;
+ background-color: transparent; color: #000000; text-align: left; padding-left: 1px; }
+ </Style>
+ <Property>title</Property>
+ <Group>[Sampler11]</Group>
+ <Pos>4,25</Pos>
+ <Size>258f,20</Size>
+ </TrackProperty>
+
+
+
+
+ <!--
+ **********************************************
+ Sampler11: Visual- Waveform overview
+ **********************************************
+ -->
+ <Overview>
+ <TooltipId>waveform_overview</TooltipId>
+ <Style></Style>
+ <Group>[Sampler11]</Group>
+ <Pos>6,55</Pos>
+ <Size>150,42</Size>
+ <BgColor></BgColor>
+ <SignalHighColor></SignalHighColor>
+ <SignalMidColor></SignalMidColor>
+ <SignalLowColor></SignalLowColor>
+ <SignalColor>##CC0000</SignalColor>
+ <PlayPosColor>#000000</PlayPosColor>
+ <DefaultMark>
+ <Align>bottom</Align>
+ <Color>#00FF00</Color>
+ <TextColor>#FFFFFF</TextColor>
+ <Text> %1 </Text>
+ </DefaultMark>
+ <Connection>
+ <ConfigKey>[Sampler11],playposition</ConfigKey>
+ <EmitOnDownPress>false</EmitOnDownPress>
+ </Connection>
+ </Overview>
+
+
+ <!--
+ ****************************************
+ Sampler11: Button- Play
+ ****************************************
+ -->
+ <PushButton>
+ <TooltipId>play_start</TooltipId>
+
+ <Style></Style>
+ <NumberStates>2</NumberStates>
+ <RightClickIsPushButton>true</RightClickIsPushButton>
+ <State>
+ <Number>0</Number>
+ <Pressed>btn_play_over_sampler.png</Pressed>
+ <Unpressed>btn_play_sampler.png</Unpressed>
+ </State>
+ <State>
+ <Number>1</Number>
+ <Pressed>btn_play_sampler.png</Pressed>
+ <Unpressed>btn_play_over_sampler.png</Unpressed>
+ </State>
+ <Pos>212,55</Pos>
+ <Connection>
+ <ConfigKey>[Sampler11],play</ConfigKey>
+ <EmitOnDownPress>true</EmitOnDownPress>
+ <ButtonState>LeftButton</ButtonState>
+ </Connection>
+ <Connection>
+ <ConfigKey>[Sampler11],start</ConfigKey>
+ <EmitOnDownPress>true</EmitOnDownPress>
+ <ButtonState>RightButton</ButtonState>
+ <ConnectValueToWidget>false</ConnectValueToWidget>
+ </Connection>
+ </PushButton>
+
+
+ <!--
+ **********************************************
+ Sampler11: Button- STOP
+ **********************************************
+ -->
+ <PushButton>
+ <TooltipId>cue_default_cue_gotoandstop</TooltipId>
+ <Style></Style>
+ <NumberStates>1</NumberStates>
+ <State>
+ <Number>0</Number>
+ <Pressed>btn_stop_red.png</Pressed>
+ <Unpressed>btn_stop.png</Unpressed>
+ </State>
+ <Pos>162,55</Pos>
+ <Connection>
+ <ConfigKey>[Sampler11],start_stop</ConfigKey>
+ <EmitOnPressAndRelease>true</EmitOnPressAndRelease>
+ <ButtonState>LeftButton</ButtonState>
+ </Connection>
+ <Connection>
+ <ConfigKey>[Sampler11],start_stop</ConfigKey>
+ <EmitOnPressAndRelease>true</EmitOnPressAndRelease>
+ <ButtonState>RightButton</ButtonState>
+ </Connection>
+ </PushButton>
+ </Children>
+ </WidgetGroup>
+
+ <!--
+ **********************************************
+ Sampler 12
+ **********************************************
+ -->
+ <WidgetGroup>
+ <Pos>861,230</Pos>
+ <Size>276,103</Size>
+ <Style>QGroupBox { border: 0px solid green; margin: -0px 0px 0px 0px; background: url(skin:/style/style_sampler.png); } </Style>
+ <Children>
+
+ <!--
+ **********************************************
+ Sampler12: Text- Track Title
+ **********************************************
+
+ <Text>
+ <TooltipId>text</TooltipId>
+ <Style>QLabel { font: bold 13px/17px Lucida Grande, Lucida Sans Unicode, Arial, Verdana, sans-serif;
+ background-color: transparent; color: #3087BF; text-align: left; padding-left: 1px; }
+ </Style>
+ <Group>[Sampler12]</Group>
+ <Pos>5,5</Pos>
+ <Size>250,21</Size>
+ </Text>-->
+
+
+ <!--
+ **********************************************
+ Sampler12: Text- Artist
+ **********************************************
+ -->
+
+ <TrackProperty>
+ <TooltipId>artist</TooltipId>
+ <Style>QLabel { font: bold 14px/16px Lucida Grande, Lucida Sans Unicode, Arial, Verdana, sans-serif;
+ background-color: transparent; color: #000000; text-align: left; padding-left: 1px; }
+ </Style>
+ <Property>artist</Property>
+ <Group>[Sampler12]</Group>
+ <Pos>4,4</Pos>
+ <Size>258f,20</Size>
+ </TrackProperty>
+
+
+ Alternative "TITLE ONLY" display
+ <TrackProperty>
+ <TooltipId>track_title</TooltipId>
+ <Style>QLabel { font: bold 14px/16px Lucida Grande, Lucida Sans Unicode, Arial, Verdana, sans-serif;
+ background-color: transparent; color: #000000; text-align: left; padding-left: 1px; }
+ </Style>
+ <Property>title</Property>
+ <Group>[Sampler12]</Group>
+ <Pos>4,25</Pos>
+ <Size>258f,20</Size>
+ </TrackProperty>
+
+
+
+
+ <!--
+ **********************************************
+ Sampler12: Visual- Waveform overview
+ **********************************************
+ -->
+ <Overview>
+ <TooltipId>waveform_overview</TooltipId>
+ <Style></Style>
+ <Group>[Sampler12]</Group>
+ <Pos>6,55</Pos>
+ <Size>150,42</Size>
+ <BgColor></BgColor>
+ <SignalHighColor></SignalHighColor>
+ <SignalMidColor></SignalMidColor>
+ <SignalLowColor></SignalLowColor>
+ <SignalColor>##CC0000</SignalColor>
+ <PlayPosColor>#000000</PlayPosColor>
+ <DefaultMark>
+ <Align>bottom</Align>
+ <Color>#00FF00</Color>
+ <TextColor>#FFFFFF</TextColor>
+ <Text> %1 </Text>
+ </DefaultMark>
+ <Connection>
+ <ConfigKey>[Sampler12],playposition</ConfigKey>
+ <EmitOnDownPress>false</EmitOnDownPress>
+ </Connection>
+ </Overview>
+
+
+ <!--
+ ****************************************
+ Sampler12: Button- Play
+ ****************************************
+ -->
+ <PushButton>
+ <TooltipId>play_start</TooltipId>
+
+ <Style></Style>
+ <NumberStates>2</NumberStates>
+ <RightClickIsPushButton>true</RightClickIsPushButton>
+ <State>
+ <Number>0</Number>
+ <Pressed>btn_play_over_sampler.png</Pressed>
+ <Unpressed>btn_play_sampler.png</Unpressed>
+ </State>
+ <State>
+ <Number>1</Number>
+ <Pressed>btn_play_sampler.png</Pressed>
+ <Unpressed>btn_play_over_sampler.png</Unpressed>
+ </State>
+ <Pos>212,55</Pos>
+ <Connection>
+ <ConfigKey>[Sampler12],play</ConfigKey>
+ <EmitOnDownPress>true</EmitOnDownPress>
+ <ButtonState>LeftButton</ButtonState>
+ </Connection>
+ <Connection>
+ <ConfigKey>[Sampler12],start</ConfigKey>
+ <EmitOnDownPress>true</EmitOnDownPress>
+ <ButtonState>RightButton</ButtonState>
+ <ConnectValueToWidget>false</ConnectValueToWidget>
+ </Connection>
+ </PushButton>
+
+
+ <!--
+ **********************************************
+ Sampler12: Button- STOP
+ **********************************************
+ -->
+ <PushButton>
+ <TooltipId>cue_default_cue_gotoandstop</TooltipId>
+ <Style></Style>
+ <NumberStates>1</NumberStates>
+ <State>
+ <Number>0</Number>
+ <Pressed>btn_stop_red.png</Pressed>
+ <Unpressed>btn_stop.png</Unpressed>
+ </State>
+ <Pos>162,55</Pos>
+ <Connection>
+ <ConfigKey>[Sampler12],start_stop</ConfigKey>
+ <EmitOnPressAndRelease>true</EmitOnPressAndRelease>
+ <ButtonState>LeftButton</ButtonState>
+ </Connection>
+ <Connection>
+ <ConfigKey>[Sampler12],start_stop</ConfigKey>
+ <EmitOnPressAndRelease>true</EmitOnPressAndRelease>
+ <ButtonState>RightButton</ButtonState>
+ </Connection>
+ </PushButton>
+ </Children>
+ </WidgetGroup>
+
+ </Children>
+ </WidgetGroup>
+
+</skin>