home *** CD-ROM | disk | FTP | other *** search
/ Chip 2011 November / CHIP_2011_11.iso / Programy / Narzedzia / Aplikacje_64-bitowe / Mixxx / mixxx-1.9.0-win64.exe / skins / Outline800x480-WVGA / skin.xml < prev    next >
Text File  |  2011-02-04  |  107KB  |  2,951 lines

  1.     <!--
  2.     Outline, Skin for Mixxx 1.9.x
  3.     www.mixxx.org
  4.     Copyright (C) 2010 Mixxx
  5.     
  6.     This program is free software: you can redistribute it and/or modify
  7.     it under the terms of the GNU General Public License as published by
  8.     the Free Software Foundation, either version 2 of the License, or
  9.     (at your option) any later version.
  10.     
  11.     This program is distributed in the hope that it will be useful,
  12.     but WITHOUT ANY WARRANTY; without even the implied warranty of
  13.     MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
  14.     GNU General Public License for more details.
  15.     
  16.     You should have received a copy of the GNU General Public License
  17.     along with this program.  If not, see http://www.gnu.org/licenses
  18.     -->
  19.  
  20.     <!--
  21.     CHANGELOG
  22.     v1.4    (14/12/2010)
  23.     * Added custom images for splitter in library
  24.     * Added custom images for branch triangle in treeview
  25.  
  26.     v1.3    (12/12/2010)
  27.     * Added BPM Tap button
  28.     * Added visual feedback when searchbox has focus
  29.     * Updated text alignments
  30.  
  31.     v1.2    (02/12/2010)
  32.     * Added custom images for checkboxes in library
  33.     * Updated styles
  34.  
  35.     v1.1    (11/22/2010)
  36.     * Redraw skin, using png's from svg template now
  37.     * Complete XML re-organisation, on par with other skins now
  38.     * Added Mixxx 1.9 features: Keylock & Repeat buttons
  39.     * Slightly graphics re-organisation & alignment
  40.     * Deleted end-of-track mode buttons
  41.  
  42.     -->
  43.  
  44. <!DOCTYPE skin>
  45. <skin>
  46.     <!--
  47.     ############################################################################################
  48.     ############################################################################################
  49.     Section: General
  50.     ############################################################################################
  51.     ############################################################################################
  52.     -->
  53.  
  54.     <!--
  55.     **********************************************
  56.     General- Skin Colour Scheme
  57.     **********************************************
  58.     -->
  59.     <Schemes>
  60.         <Scheme>
  61.             <Name>11pm (Dark Mixxx)</Name>
  62.             <Filters>
  63.                 <Invert/>
  64.                 <HueInv/>
  65.                 <Add>
  66.                     <Amount>50</Amount>
  67.                 </Add>
  68.                 <ScaleWhite>
  69.                     <Amount>1.5</Amount>
  70.                 </ScaleWhite>
  71.                 <Add>
  72.                     <Amount>-50</Amount>
  73.                 </Add>
  74.             </Filters>
  75.         </Scheme>
  76.         <Scheme>
  77.             <Name>5pm (Classic Mixxx)</Name>
  78.             <Filters/>
  79.         </Scheme>
  80.         <Scheme>
  81.             <Name>8pm (Summer Sunset Mixxx)</Name>
  82.             <Filters>
  83.                 <HSVTweak>
  84.                     <SMin>100</SMin>
  85.                     <VFact>0.7</VFact>
  86.                     <HFact>0.3</HFact>
  87.                 </HSVTweak>
  88.                 <HSVTweak>
  89.                     <SMax>50</SMax>
  90.                     <HFact>0</HFact>
  91.                     <HConst>50</HConst>
  92.                     <SConst>120</SConst>
  93.                     <VConst>-10</VConst>
  94.                 </HSVTweak>
  95.             </Filters>
  96.         </Scheme>
  97.         <Scheme>
  98.             <Name>3am (Still Awake Mixxx)</Name>
  99.             <Filters>
  100.                 <Invert/>
  101.                 <Add>
  102.                     <Amount>50</Amount>
  103.                 </Add>
  104.                 <ScaleWhite>
  105.                     <Amount>1.5</Amount>
  106.                 </ScaleWhite>
  107.                 <Add>
  108.                     <Amount>-50</Amount>
  109.                 </Add>
  110.             </Filters>
  111.         </Scheme>
  112.     </Schemes>
  113.  
  114.     <!--
  115.     **********************************************
  116.     General- Main background picture
  117.     **********************************************
  118.     -->
  119.     <Background>
  120.         <Path>background800x480.png</Path>
  121.         <BgColor>#ffffff</BgColor>
  122.     </Background>
  123.  
  124.     <!--
  125.     **********************************************
  126.     General- Search and Library display
  127.     **********************************************
  128.     -->
  129.     <TableView>
  130.         <Style>
  131.         QToolTip { font: 11px Lucida Grande, Lucida Sans Unicode, Arial, Verdana, sans-serif;
  132.         background-color: #191919; color: #CCCCCC; border: 1px solid #CCCCCC; padding: 4px; }
  133.  
  134.         <!-- No use of colour CSS colour propertys here, this breaks the colour schemes as of QT 4.7.1-->
  135.  
  136.         QTableView, QTextBrowser, QTreeView { font: 12px/14px Lucida Grande, Lucida Sans Unicode, Arial, Verdana, sans-serif; }
  137.         QTableView::indicator { width: 12px; height: 12px;}
  138.         QTableView::indicator:checked { background: url(skin:/style_checkbox_checked.png);}
  139.         QTableView::indicator:unchecked { background: url(skin:/style_checkbox_unchecked.png);}
  140.  
  141.         QHeaderView { font: 11px/13px Lucida Grande, Lucida Sans Unicode, Arial, Verdana, sans-serif; }
  142.  
  143.         WSearchLineEdit { padding: 1px; font: 12px/14px Lucida Grande, Lucida Sans Unicode, Arial, Verdana, sans-serif; }
  144.         WSearchLineEdit:focus {padding: 1px; border: 2px solid #FF6600; font: 12px/14px Lucida Grande, Lucida Sans Unicode, Arial, Verdana, sans-serif;}
  145.  
  146.         QSplitter::handle { image: url(skin:/style_handle_unchecked.png); background: none; }
  147.         QSplitter::handle:pressed { image: url(skin:/style_handle_checked.png); background: none; }
  148.         QSplitter::handle:horizontal { width: 6px; }
  149.         QSplitter::handle:vertical { height: 6px; }
  150.  
  151.         QLabel, QPushButton { font: 12px/14px Lucida Grande, Lucida Sans Unicode, Arial, Verdana, sans-serif; }
  152.         <!--Extra declaration for QRadionButton otherwise it shows up with wrong colors in Linux with Gnome -->
  153.         QRadioButton { font: 12px/14px Lucida Grande, Lucida Sans Unicode, Arial, Verdana, sans-serif; background: transparent; }
  154.  
  155.         <!--Workaround for QT4.7.0 background color bug in Linux with Gnome https://bugs.launchpad.net/mixxx/+bug/690280-->
  156.         QTreeView::branch:has-children:!has-siblings:closed,
  157.         QTreeView::branch:closed:has-children:has-siblings { border-image: none; image: url(skin:/style_branch_closed.png);}
  158.         QTreeView::branch:open:has-children:!has-siblings,
  159.         QTreeView::branch:open:has-children:has-siblings { border-image: none; image: url(skin:/style_branch_open.png);}
  160.         </Style>
  161.         <Pos>80,178</Pos>
  162.         <Size>630,272</Size>
  163.         <BgColor>#FFFFFF</BgColor>
  164.         <FgColor>#191919</FgColor>
  165.         <BgColorRowEven>#FFFFFF</BgColorRowEven>
  166.         <BgColorRowUneven>#FFFFFF</BgColorRowUneven>
  167.     </TableView>
  168.  
  169.     <!--
  170.     ############################################################################################
  171.     ############################################################################################
  172.     Section: Visual
  173.     ############################################################################################
  174.     ############################################################################################
  175.     -->
  176.  
  177.     <!--
  178.     **********************************************
  179.     Visual- Waveform
  180.     **********************************************
  181.     -->
  182.     <Visual>
  183.         <Tooltip>Waveform display Shows the loaded tracks' waveforms near the playback position. Drag with mouse to control sound playback. Drop tracks from external file manager here. </Tooltip>
  184.         <Style>QToolTip { font: 11px Lucida Grande, Lucida Sans Unicode, Arial, Verdana, sans-serif;
  185.         background-color: #191919; color: #CCCCCC; border: 1px solid #CCCCCC; padding: 4px; }
  186.         </Style>
  187.         <Channel>1</Channel>
  188.         <Pos>80,18</Pos>
  189.         <Size>629,46</Size>
  190.         <BgColor>#FFFFFF</BgColor>
  191.         <HfcColor>#1b1b1b</HfcColor>
  192.         <SignalColor>#00ff00</SignalColor>
  193.         <BeatColor>#0032FF</BeatColor>
  194.         <BeatHighlightColor>#000000</BeatHighlightColor>
  195.         <MarkerColor>#0033FF</MarkerColor>
  196.         <CueColor>#00FF00</CueColor>
  197.         <MarkRange>
  198.             <StartControl>loop_start_position</StartControl>
  199.             <EndControl>loop_end_position</EndControl>
  200.             <EnabledControl>loop_enabled</EnabledControl>
  201.             <Color>#0032FF</Color>
  202.             <DisabledColor>#00FF00</DisabledColor>
  203.         </MarkRange>
  204.         <Mark>
  205.             <Control>loop_start_position</Control>
  206.             <Text> LOOP IN </Text>
  207.             <Align>bottom</Align>
  208.             <Color>#0032FF</Color>
  209.             <TextColor>#FFFFFF</TextColor>
  210.         </Mark>
  211.         <Mark>
  212.             <Control>loop_end_position</Control>
  213.             <Text> LOOP OUT </Text>
  214.             <Align>bottom</Align>
  215.             <Color>#0032FF</Color>
  216.             <TextColor>#FFFFFF</TextColor>
  217.         </Mark>
  218.         <!--
  219.         The hotcues not represented by a button in the current skin show only in the waveform under two circumstances:
  220.             - if a MIDI device which supports more hotcues than buttons are in the current skin has them activated
  221.             - if you change from a skin which supports more hotcues than buttons are in the current skin (and has them activated)
  222.         These "special" hotcues share the color #AE5CFF to make them distinguishable (and maintainable) from the hotcues
  223.         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.
  224.         -->
  225.         <Mark>
  226.             <Control>hotcue_1_position</Control>
  227.             <Text> HOTCUE 1 </Text>
  228.             <Align>center</Align>
  229.             <Color>#0033FF</Color>
  230.             <TextColor>#FFFFFF</TextColor>
  231.         </Mark>
  232.         <Mark>
  233.             <Control>hotcue_2_position</Control>
  234.             <Text> HOTCUE 2 </Text>
  235.             <Align>center</Align>
  236.             <Color>#FF0000</Color>
  237.             <TextColor>#FFFFFF</TextColor>
  238.         </Mark>
  239.         <Mark>
  240.             <Control>hotcue_3_position</Control>
  241.             <Text> HOTCUE 3 </Text>
  242.             <Align>center</Align>
  243.             <Color>#FF00FF</Color>
  244.             <TextColor>#FFFFFF</TextColor>
  245.         </Mark>
  246.         <Mark>
  247.             <Control>hotcue_4_position</Control>
  248.             <Text> HOTCUE 4 </Text>
  249.             <Align>center</Align>
  250.             <Color>#009900</Color>
  251.             <TextColor>#FFFFFF</TextColor>
  252.         </Mark>
  253.         <Mark>
  254.             <Control>hotcue_5_position</Control>
  255.             <Text> HOTCUE 5 </Text>
  256.             <Align>center</Align>
  257.             <Color>#AE5CFF</Color>
  258.             <TextColor>#FFFFFF</TextColor>
  259.         </Mark>
  260.         <Mark>
  261.             <Control>hotcue_6_position</Control>
  262.             <Text> HOTCUE 6 </Text>
  263.             <Align>center</Align>
  264.             <Color>#AE5CFF</Color>
  265.             <TextColor>#FFFFFF</TextColor>
  266.         </Mark>
  267.         <Mark>
  268.             <Control>hotcue_7_position</Control>
  269.             <Text> HOTCUE 7 </Text>
  270.             <Align>center</Align>
  271.             <Color>#AE5CFF</Color>
  272.             <TextColor>#FFFFFF</TextColor>
  273.         </Mark>
  274.         <Mark>
  275.             <Control>hotcue_8_position</Control>
  276.             <Text> HOTCUE 8 </Text>
  277.             <Align>center</Align>
  278.             <Color>#AE5CFF</Color>
  279.             <TextColor>#FFFFFF</TextColor>
  280.         </Mark>
  281.         <Mark>
  282.             <Control>hotcue_9_position</Control>
  283.             <Text> HOTCUE 9 </Text>
  284.             <Align>center</Align>
  285.             <Color>#AE5CFF</Color>
  286.             <TextColor>#FFFFFF</TextColor>
  287.         </Mark>
  288.         <Mark>
  289.             <Control>hotcue_10_position</Control>
  290.             <Text> HOTCUE 10 </Text>
  291.             <Align>center</Align>
  292.             <Color>#AE5CFF</Color>
  293.             <TextColor>#FFFFFF</TextColor>
  294.         </Mark>
  295.         <Mark>
  296.             <Control>hotcue_11_position</Control>
  297.             <Text> HOTCUE 11 </Text>
  298.             <Align>center</Align>
  299.             <Color>#AE5CFF</Color>
  300.             <TextColor>#FFFFFF</TextColor>
  301.         </Mark>
  302.         <Mark>
  303.             <Control>hotcue_12_position</Control>
  304.             <Text> HOTCUE 12 </Text>
  305.             <Align>center</Align>
  306.             <Color>#AE5CFF</Color>
  307.             <TextColor>#FFFFFF</TextColor>
  308.         </Mark>
  309.         <Mark>
  310.             <Control>hotcue_13_position</Control>
  311.             <Text> HOTCUE 13 </Text>
  312.             <Align>center</Align>
  313.             <Color>#AE5CFF</Color>
  314.             <TextColor>#FFFFFF</TextColor>
  315.         </Mark>
  316.         <Mark>
  317.             <Control>hotcue_14_position</Control>
  318.             <Text> HOTCUE 14 </Text>
  319.             <Align>center</Align>
  320.             <Color>#AE5CFF</Color>
  321.             <TextColor>#FFFFFF</TextColor>
  322.         </Mark>
  323.         <Mark>
  324.             <Control>hotcue_15_position</Control>
  325.             <Text> HOTCUE 15 </Text>
  326.             <Align>center</Align>
  327.             <Color>#AE5CFF</Color>
  328.             <TextColor>#FFFFFF</TextColor>
  329.         </Mark>
  330.         <Mark>
  331.             <Control>hotcue_16_position</Control>
  332.             <Text> HOTCUE 16 </Text>
  333.             <Align>center</Align>
  334.             <Color>#AE5CFF</Color>
  335.             <TextColor>#FFFFFF</TextColor>
  336.         </Mark>
  337.         <Mark>
  338.             <Control>hotcue_17_position</Control>
  339.             <Text> HOTCUE 17 </Text>
  340.             <Align>center</Align>
  341.             <Color>#AE5CFF</Color>
  342.             <TextColor>#FFFFFF</TextColor>
  343.         </Mark>
  344.         <Mark>
  345.             <Control>hotcue_18_position</Control>
  346.             <Text> HOTCUE 18 </Text>
  347.             <Align>center</Align>
  348.             <Color>#AE5CFF</Color>
  349.             <TextColor>#FFFFFF</TextColor>
  350.         </Mark>
  351.         <Mark>
  352.             <Control>hotcue_19_position</Control>
  353.             <Text> HOTCUE 19 </Text>
  354.             <Align>center</Align>
  355.             <Color>#AE5CFF</Color>
  356.             <TextColor>#FFFFFF</TextColor>
  357.         </Mark>
  358.         <Mark>
  359.             <Control>hotcue_20_position</Control>
  360.             <Text> HOTCUE 20 </Text>
  361.             <Align>center</Align>
  362.             <Color>#AE5CFF</Color>
  363.             <TextColor>#FFFFFF</TextColor>
  364.         </Mark>
  365.         <Mark>
  366.             <Control>hotcue_21_position</Control>
  367.             <Text> HOTCUE 21 </Text>
  368.             <Align>center</Align>
  369.             <Color>#AE5CFF</Color>
  370.             <TextColor>#FFFFFF</TextColor>
  371.         </Mark>
  372.         <Mark>
  373.             <Control>hotcue_22_position</Control>
  374.             <Text> HOTCUE 22 </Text>
  375.             <Align>center</Align>
  376.             <Color>#AE5CFF</Color>
  377.             <TextColor>#FFFFFF</TextColor>
  378.         </Mark>
  379.         <Mark>
  380.             <Control>hotcue_23_position</Control>
  381.             <Text> HOTCUE 23 </Text>
  382.             <Align>center</Align>
  383.             <Color>#AE5CFF</Color>
  384.             <TextColor>#FFFFFF</TextColor>
  385.         </Mark>
  386.         <Mark>
  387.             <Control>hotcue_24_position</Control>
  388.             <Text> HOTCUE 24 </Text>
  389.             <Align>center</Align>
  390.             <Color>#AE5CFF</Color>
  391.             <TextColor>#FFFFFF</TextColor>
  392.         </Mark>
  393.         <Mark>
  394.             <Control>hotcue_25_position</Control>
  395.             <Text> HOTCUE 25 </Text>
  396.             <Align>center</Align>
  397.             <Color>#AE5CFF</Color>
  398.             <TextColor>#FFFFFF</TextColor>
  399.         </Mark>
  400.         <Mark>
  401.             <Control>hotcue_26_position</Control>
  402.             <Text> HOTCUE 26 </Text>
  403.             <Align>center</Align>
  404.             <Color>#AE5CFF</Color>
  405.             <TextColor>#FFFFFF</TextColor>
  406.         </Mark>
  407.         <Mark>
  408.             <Control>hotcue_27_position</Control>
  409.             <Text> HOTCUE 27 </Text>
  410.             <Align>center</Align>
  411.             <Color>#AE5CFF</Color>
  412.             <TextColor>#FFFFFF</TextColor>
  413.         </Mark>
  414.         <Mark>
  415.             <Control>hotcue_28_position</Control>
  416.             <Text> HOTCUE 28 </Text>
  417.             <Align>center</Align>
  418.             <Color>#AE5CFF</Color>
  419.             <TextColor>#FFFFFF</TextColor>
  420.         </Mark>
  421.         <Mark>
  422.             <Control>hotcue_29_position</Control>
  423.             <Text> HOTCUE 29 </Text>
  424.             <Align>center</Align>
  425.             <Color>#AE5CFF</Color>
  426.             <TextColor>#FFFFFF</TextColor>
  427.         </Mark>
  428.         <Mark>
  429.             <Control>hotcue_30_position</Control>
  430.             <Text> HOTCUE 30 </Text>
  431.             <Align>center</Align>
  432.             <Color>#AE5CFF</Color>
  433.             <TextColor>#FFFFFF</TextColor>
  434.         </Mark>
  435.         <Mark>
  436.             <Control>hotcue_31_position</Control>
  437.             <Text> HOTCUE 31 </Text>
  438.             <Align>center</Align>
  439.             <Color>#AE5CFF</Color>
  440.             <TextColor>#FFFFFF</TextColor>
  441.         </Mark>
  442.         <Mark>
  443.             <Control>hotcue_32_position</Control>
  444.             <Text> HOTCUE 32 </Text>
  445.             <Align>center</Align>
  446.             <Color>#AE5CFF</Color>
  447.             <TextColor>#FFFFFF</TextColor>
  448.         </Mark>
  449.  
  450.         <Mark>
  451.             <Control>cue_point</Control>
  452.             <Text> CUE </Text>
  453.             <Align>top</Align>
  454.             <Color>#FFFF00</Color>
  455.             <TextColor>#FFFFFF</TextColor>
  456.         </Mark>
  457.     </Visual>
  458.     <Visual>
  459.         <Tooltip>Waveform display Shows the loaded tracks' waveforms near the playback position. Drag with mouse to control sound playback. Drop tracks from external file manager here. </Tooltip>
  460.         <Style>QToolTip { font: 11px Lucida Grande, Lucida Sans Unicode, Arial, Verdana, sans-serif;
  461.         background-color: #191919; color: #CCCCCC; border: 1px solid #CCCCCC; padding: 4px; }
  462.         </Style>
  463.         <Channel>2</Channel>
  464.         <Pos>80,63</Pos>
  465.         <Size>629,46</Size>
  466.         <BgColor>#FFFFFF</BgColor>
  467.         <HfcColor>#1b1b1b</HfcColor>
  468.         <SignalColor>#00ff00</SignalColor>
  469.         <BeatColor>#F00000</BeatColor>
  470.         <BeatHighlightColor>#000000</BeatHighlightColor>
  471.         <MarkerColor>#FF0000</MarkerColor>
  472.         <CueColor>#000000</CueColor>
  473.         <MarkRange>
  474.             <StartControl>loop_start_position</StartControl>
  475.             <EndControl>loop_end_position</EndControl>
  476.             <EnabledControl>loop_enabled</EnabledControl>
  477.             <Color>#F00000</Color>
  478.             <DisabledColor>#00FF00</DisabledColor>
  479.         </MarkRange>
  480.         <Mark>
  481.             <Control>loop_start_position</Control>
  482.             <Text> LOOP IN </Text>
  483.             <Align>bottom</Align>
  484.             <Color>#F00000</Color>
  485.             <TextColor>#FFFFFF</TextColor>
  486.         </Mark>
  487.         <Mark>
  488.             <Control>loop_end_position</Control>
  489.             <Text> LOOP OUT </Text>
  490.             <Align>bottom</Align>
  491.             <Color>#F00000</Color>
  492.             <TextColor>#FFFFFF</TextColor>
  493.         </Mark>
  494.         <!--
  495.         The hotcues not represented by a button in the current skin show only in the waveform under two circumstances:
  496.             - if a MIDI device which supports more hotcues than buttons are in the current skin has them activated
  497.             - if you change from a skin which supports more hotcues than buttons are in the current skin (and has them activated)
  498.         These "special" hotcues share the color #AE5CFF to make them distinguishable (and maintainable) from the hotcues
  499.         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.
  500.         -->
  501.         <Mark>
  502.             <Control>hotcue_1_position</Control>
  503.             <Text> HOTCUE 1 </Text>
  504.             <Align>center</Align>
  505.             <Color>#00AAFF</Color>
  506.             <TextColor>#FFFFFF</TextColor>
  507.         </Mark>
  508.         <Mark>
  509.             <Control>hotcue_2_position</Control>
  510.             <Text> HOTCUE 2 </Text>
  511.             <Align>center</Align>
  512.             <Color>#FF2929</Color>
  513.             <TextColor>#FFFFFF</TextColor>
  514.         </Mark>
  515.         <Mark>
  516.             <Control>hotcue_3_position</Control>
  517.             <Text> HOTCUE 3 </Text>
  518.             <Align>center</Align>
  519.             <Color>#FF00FF</Color>
  520.             <TextColor>#FFFFFF</TextColor>
  521.         </Mark>
  522.         <Mark>
  523.             <Control>hotcue_4_position</Control>
  524.             <Text> HOTCUE 4 </Text>
  525.             <Align>center</Align>
  526.             <Color>#80FF00</Color>
  527.             <TextColor>#FFFFFF</TextColor>
  528.         </Mark>
  529.         <Mark>
  530.             <Control>hotcue_5_position</Control>
  531.             <Text> HOTCUE 5 </Text>
  532.             <Align>center</Align>
  533.             <Color>#AE5CFF</Color>
  534.             <TextColor>#FFFFFF</TextColor>
  535.         </Mark>
  536.         <Mark>
  537.             <Control>hotcue_6_position</Control>
  538.             <Text> HOTCUE 6 </Text>
  539.             <Align>center</Align>
  540.             <Color>#AE5CFF</Color>
  541.             <TextColor>#FFFFFF</TextColor>
  542.         </Mark>
  543.         <Mark>
  544.             <Control>hotcue_7_position</Control>
  545.             <Text> HOTCUE 7 </Text>
  546.             <Align>center</Align>
  547.             <Color>#AE5CFF</Color>
  548.             <TextColor>#FFFFFF</TextColor>
  549.         </Mark>
  550.         <Mark>
  551.             <Control>hotcue_8_position</Control>
  552.             <Text> HOTCUE 8 </Text>
  553.             <Align>center</Align>
  554.             <Color>#AE5CFF</Color>
  555.             <TextColor>#FFFFFF</TextColor>
  556.         </Mark>
  557.         <Mark>
  558.             <Control>hotcue_9_position</Control>
  559.             <Text> HOTCUE 9 </Text>
  560.             <Align>center</Align>
  561.             <Color>#AE5CFF</Color>
  562.             <TextColor>#FFFFFF</TextColor>
  563.         </Mark>
  564.         <Mark>
  565.             <Control>hotcue_10_position</Control>
  566.             <Text> HOTCUE 10 </Text>
  567.             <Align>center</Align>
  568.             <Color>#AE5CFF</Color>
  569.             <TextColor>#FFFFFF</TextColor>
  570.         </Mark>
  571.         <Mark>
  572.             <Control>hotcue_11_position</Control>
  573.             <Text> HOTCUE 11 </Text>
  574.             <Align>center</Align>
  575.             <Color>#AE5CFF</Color>
  576.             <TextColor>#FFFFFF</TextColor>
  577.         </Mark>
  578.         <Mark>
  579.             <Control>hotcue_12_position</Control>
  580.             <Text> HOTCUE 12 </Text>
  581.             <Align>center</Align>
  582.             <Color>#AE5CFF</Color>
  583.             <TextColor>#FFFFFF</TextColor>
  584.         </Mark>
  585.         <Mark>
  586.             <Control>hotcue_13_position</Control>
  587.             <Text> HOTCUE 13 </Text>
  588.             <Align>center</Align>
  589.             <Color>#AE5CFF</Color>
  590.             <TextColor>#FFFFFF</TextColor>
  591.         </Mark>
  592.         <Mark>
  593.             <Control>hotcue_14_position</Control>
  594.             <Text> HOTCUE 14 </Text>
  595.             <Align>center</Align>
  596.             <Color>#AE5CFF</Color>
  597.             <TextColor>#FFFFFF</TextColor>
  598.         </Mark>
  599.         <Mark>
  600.             <Control>hotcue_15_position</Control>
  601.             <Text> HOTCUE 15 </Text>
  602.             <Align>center</Align>
  603.             <Color>#AE5CFF</Color>
  604.             <TextColor>#FFFFFF</TextColor>
  605.         </Mark>
  606.         <Mark>
  607.             <Control>hotcue_16_position</Control>
  608.             <Text> HOTCUE 16 </Text>
  609.             <Align>center</Align>
  610.             <Color>#AE5CFF</Color>
  611.             <TextColor>#FFFFFF</TextColor>
  612.         </Mark>
  613.         <Mark>
  614.             <Control>hotcue_17_position</Control>
  615.             <Text> HOTCUE 17 </Text>
  616.             <Align>center</Align>
  617.             <Color>#AE5CFF</Color>
  618.             <TextColor>#FFFFFF</TextColor>
  619.         </Mark>
  620.         <Mark>
  621.             <Control>hotcue_18_position</Control>
  622.             <Text> HOTCUE 18 </Text>
  623.             <Align>center</Align>
  624.             <Color>#AE5CFF</Color>
  625.             <TextColor>#FFFFFF</TextColor>
  626.         </Mark>
  627.         <Mark>
  628.             <Control>hotcue_19_position</Control>
  629.             <Text> HOTCUE 19 </Text>
  630.             <Align>center</Align>
  631.             <Color>#AE5CFF</Color>
  632.             <TextColor>#FFFFFF</TextColor>
  633.         </Mark>
  634.         <Mark>
  635.             <Control>hotcue_20_position</Control>
  636.             <Text> HOTCUE 20 </Text>
  637.             <Align>center</Align>
  638.             <Color>#AE5CFF</Color>
  639.             <TextColor>#FFFFFF</TextColor>
  640.         </Mark>
  641.         <Mark>
  642.             <Control>hotcue_21_position</Control>
  643.             <Text> HOTCUE 21 </Text>
  644.             <Align>center</Align>
  645.             <Color>#AE5CFF</Color>
  646.             <TextColor>#FFFFFF</TextColor>
  647.         </Mark>
  648.         <Mark>
  649.             <Control>hotcue_22_position</Control>
  650.             <Text> HOTCUE 22 </Text>
  651.             <Align>center</Align>
  652.             <Color>#AE5CFF</Color>
  653.             <TextColor>#FFFFFF</TextColor>
  654.         </Mark>
  655.         <Mark>
  656.             <Control>hotcue_23_position</Control>
  657.             <Text> HOTCUE 23 </Text>
  658.             <Align>center</Align>
  659.             <Color>#AE5CFF</Color>
  660.             <TextColor>#FFFFFF</TextColor>
  661.         </Mark>
  662.         <Mark>
  663.             <Control>hotcue_24_position</Control>
  664.             <Text> HOTCUE 24 </Text>
  665.             <Align>center</Align>
  666.             <Color>#AE5CFF</Color>
  667.             <TextColor>#FFFFFF</TextColor>
  668.         </Mark>
  669.         <Mark>
  670.             <Control>hotcue_25_position</Control>
  671.             <Text> HOTCUE 25 </Text>
  672.             <Align>center</Align>
  673.             <Color>#AE5CFF</Color>
  674.             <TextColor>#FFFFFF</TextColor>
  675.         </Mark>
  676.         <Mark>
  677.             <Control>hotcue_26_position</Control>
  678.             <Text> HOTCUE 26 </Text>
  679.             <Align>center</Align>
  680.             <Color>#AE5CFF</Color>
  681.             <TextColor>#FFFFFF</TextColor>
  682.         </Mark>
  683.         <Mark>
  684.             <Control>hotcue_27_position</Control>
  685.             <Text> HOTCUE 27 </Text>
  686.             <Align>center</Align>
  687.             <Color>#AE5CFF</Color>
  688.             <TextColor>#FFFFFF</TextColor>
  689.         </Mark>
  690.         <Mark>
  691.             <Control>hotcue_28_position</Control>
  692.             <Text> HOTCUE 28 </Text>
  693.             <Align>center</Align>
  694.             <Color>#AE5CFF</Color>
  695.             <TextColor>#FFFFFF</TextColor>
  696.         </Mark>
  697.         <Mark>
  698.             <Control>hotcue_29_position</Control>
  699.             <Text> HOTCUE 29 </Text>
  700.             <Align>center</Align>
  701.             <Color>#AE5CFF</Color>
  702.             <TextColor>#FFFFFF</TextColor>
  703.         </Mark>
  704.         <Mark>
  705.             <Control>hotcue_30_position</Control>
  706.             <Text> HOTCUE 30 </Text>
  707.             <Align>center</Align>
  708.             <Color>#AE5CFF</Color>
  709.             <TextColor>#FFFFFF</TextColor>
  710.         </Mark>
  711.         <Mark>
  712.             <Control>hotcue_31_position</Control>
  713.             <Text> HOTCUE 31 </Text>
  714.             <Align>center</Align>
  715.             <Color>#AE5CFF</Color>
  716.             <TextColor>#FFFFFF</TextColor>
  717.         </Mark>
  718.         <Mark>
  719.             <Control>hotcue_32_position</Control>
  720.             <Text> HOTCUE 32 </Text>
  721.             <Align>center</Align>
  722.             <Color>#AE5CFF</Color>
  723.             <TextColor>#FFFFFF</TextColor>
  724.         </Mark>
  725.  
  726.         <Mark>
  727.             <Control>cue_point</Control>
  728.             <Text> CUE </Text>
  729.             <Align>top</Align>
  730.             <Color>#FFFF00</Color>
  731.             <TextColor>#FFFFFF</TextColor>
  732.         </Mark>
  733.     </Visual>
  734.  
  735.     <!--
  736.     **********************************************
  737.     Visaul- Waveform overview
  738.     **********************************************
  739.     -->
  740.     <Overview>
  741.         <Tooltip>Waveform overview Shows information about the track currently loaded in this channel. Jump around in the track by clicking somewhere on the waveform. </Tooltip>
  742.         <Style>QToolTip { font: 11px Lucida Grande, Lucida Sans Unicode, Arial, Verdana, sans-serif;
  743.         background-color: #191919; color: #CCCCCC; border: 1px solid #CCCCCC; padding: 4px; }
  744.         </Style>
  745.         <Channel>1</Channel>
  746.         <Pos>114,125</Pos>
  747.         <Size>185,16</Size>
  748.         <BgColor>#FFFFFF</BgColor>
  749.         <SignalColor>#00ff00</SignalColor>
  750.         <MarkerColor>#0032FF</MarkerColor>
  751.         <Connection>
  752.             <ConfigKey>[Channel1],playposition</ConfigKey>
  753.             <EmitOnDownPress>false</EmitOnDownPress>
  754.         </Connection>
  755.     </Overview>
  756.     <Overview>
  757.         <Tooltip>Waveform overview Shows information about the track currently loaded in this channel. Jump around in the track by clicking somewhere on the waveform. </Tooltip>
  758.         <Style>QToolTip { font: 11px Lucida Grande, Lucida Sans Unicode, Arial, Verdana, sans-serif;
  759.         background-color: #191919; color: #CCCCCC; border: 1px solid #CCCCCC; padding: 4px; }
  760.         </Style>
  761.         <Channel>2</Channel>
  762.         <Pos>491,125</Pos>
  763.         <Size>185,16</Size>
  764.         <BgColor>#FFFFFF</BgColor>
  765.         <SignalColor>#00ff00</SignalColor>
  766.         <MarkerColor>#ff0000</MarkerColor>
  767.         <Connection>
  768.             <ConfigKey>[Channel2],playposition</ConfigKey>
  769.             <EmitOnDownPress>false</EmitOnDownPress>
  770.         </Connection>
  771.     </Overview>
  772.  
  773.     <!--
  774.     **********************************************
  775.     Visual - Volume level display
  776.     **********************************************
  777.     -->
  778.     <VuMeter>
  779.         <Tooltip>Channel volume meter Shows the current channel volume </Tooltip>
  780.         <Style>QToolTip { font: 11px Lucida Grande, Lucida Sans Unicode, Arial, Verdana, sans-serif;
  781.         background-color: #191919; color: #CCCCCC; border: 1px solid #CCCCCC; padding: 4px; }
  782.         </Style>
  783.         <PathVu>btn_volume_display1_over.png</PathVu>
  784.         <PathBack>btn_volume_display1.png</PathBack>
  785.         <Pos>63,296</Pos>
  786.         <Horizontal>false</Horizontal>
  787.         <PeakHoldSize>5</PeakHoldSize>
  788.         <PeakHoldTime>500</PeakHoldTime>
  789.         <PeakFallTime>50</PeakFallTime>
  790.         <PeakFallStep>1</PeakFallStep>
  791.         <Connection>
  792.             <ConfigKey>[Channel1],VuMeter</ConfigKey>
  793.         </Connection>
  794.     </VuMeter>
  795.     <VuMeter>
  796.         <Tooltip>Channel volume meter Shows the current channel volume </Tooltip>
  797.         <Style>QToolTip { font: 11px Lucida Grande, Lucida Sans Unicode, Arial, Verdana, sans-serif;
  798.         background-color: #191919; color: #CCCCCC; border: 1px solid #CCCCCC; padding: 4px; }
  799.         </Style>
  800.         <PathVu>btn_volume_display2_over.png</PathVu>
  801.         <PathBack>btn_volume_display2.png</PathBack>
  802.         <Pos>774,296</Pos>
  803.         <Horizontal>false</Horizontal>
  804.         <PeakHoldSize>5</PeakHoldSize>
  805.         <PeakHoldTime>500</PeakHoldTime>
  806.         <PeakFallTime>50</PeakFallTime>
  807.         <PeakFallStep>1</PeakFallStep>
  808.         <Connection>
  809.             <ConfigKey>[Channel2],VuMeter</ConfigKey>
  810.         </Connection>
  811.     </VuMeter>
  812.  
  813.     <VuMeter>
  814.         <Tooltip>Master channel volume meter Outputs the current instantaneous master volume for the left channel. </Tooltip>
  815.         <Style>QToolTip { font: 11px Lucida Grande, Lucida Sans Unicode, Arial, Verdana, sans-serif;
  816.         background-color: #191919; color: #CCCCCC; border: 1px solid #CCCCCC; padding: 4px; }
  817.         </Style>
  818.         <PathVu>btn_volume_display_master1_over.png</PathVu>
  819.         <PathBack>btn_volume_display_master1.png</PathBack>
  820.         <Pos>576,159</Pos>
  821.         <Horizontal>true</Horizontal>
  822.         <PeakHoldSize>5</PeakHoldSize>
  823.         <PeakHoldTime>500</PeakHoldTime>
  824.         <PeakFallTime>50</PeakFallTime>
  825.         <PeakFallStep>1</PeakFallStep>
  826.         <Connection>
  827.             <ConfigKey>[Master],VuMeterL</ConfigKey>
  828.         </Connection>
  829.     </VuMeter>
  830.     <VuMeter>
  831.         <Tooltip>Master channel volume meter Outputs the current instantaneous master volume for the right channel. </Tooltip>
  832.         <Style>QToolTip { font: 11px Lucida Grande, Lucida Sans Unicode, Arial, Verdana, sans-serif;
  833.         background-color: #191919; color: #CCCCCC; border: 1px solid #CCCCCC; padding: 4px; }
  834.         </Style>
  835.         <PathVu>btn_volume_display_master2_over.png</PathVu>
  836.         <PathBack>btn_volume_display_master2.png</PathBack>
  837.         <Pos>576,148</Pos>
  838.         <Horizontal>true</Horizontal>
  839.         <PeakHoldSize>5</PeakHoldSize>
  840.         <PeakHoldTime>500</PeakHoldTime>
  841.         <PeakFallTime>50</PeakFallTime>
  842.         <PeakFallStep>1</PeakFallStep>
  843.         <Connection>
  844.             <ConfigKey>[Master],VuMeterR</ConfigKey>
  845.         </Connection>
  846.     </VuMeter>
  847.  
  848.     <!--
  849.     **********************************************
  850.     Visual- Volume peak indicator
  851.     **********************************************
  852.     -->
  853.     <StatusLight>
  854.         <Tooltip>Peak Indicator Indicates when the signal on the channel is clipping, (too loud for the hardware and is being distorted). </Tooltip>
  855.         <Style>QToolTip { font: 11px Lucida Grande, Lucida Sans Unicode, Arial, Verdana, sans-serif;
  856.         background-color: #191919; color: #CCCCCC; border: 1px solid #CCCCCC; padding: 4px; }
  857.         </Style>
  858.         <PathStatusLight>btn_clipping1_over.png</PathStatusLight>
  859.         <PathBack>btn_clipping1.png</PathBack>
  860.         <Pos>63,285</Pos>
  861.         <Connection>
  862.             <ConfigKey>[Channel1],PeakIndicator</ConfigKey>
  863.         </Connection>
  864.     </StatusLight>
  865.     <StatusLight>
  866.         <Tooltip>Peak Indicator Indicates when the signal on the channel is clipping, (too loud for the hardware and is being distorted). </Tooltip>
  867.         <Style>QToolTip { font: 11px Lucida Grande, Lucida Sans Unicode, Arial, Verdana, sans-serif;
  868.         background-color: #191919; color: #CCCCCC; border: 1px solid #CCCCCC; padding: 4px; }
  869.         </Style>
  870.         <PathStatusLight>btn_clipping2_over.png</PathStatusLight>
  871.         <PathBack>btn_clipping2.png</PathBack>
  872.         <Pos>774,285</Pos>
  873.         <Connection>
  874.             <ConfigKey>[Channel2],PeakIndicator</ConfigKey>
  875.         </Connection>
  876.     </StatusLight>
  877.     <StatusLight>
  878.         <Tooltip>Master Peak Indicator Indicates when the signal on the Master output is clipping, (too loud for the hardware and is being distorted). </Tooltip>
  879.         <Style>QToolTip { font: 11px Lucida Grande, Lucida Sans Unicode, Arial, Verdana, sans-serif;
  880.         background-color: #191919; color: #CCCCCC; border: 1px solid #CCCCCC; padding: 4px; }
  881.         </Style>
  882.         <PathStatusLight>btn_clipping_master_over.png</PathStatusLight>
  883.         <PathBack>btn_clipping_master.png</PathBack>
  884.         <Pos>700,148</Pos>
  885.         <Connection>
  886.             <ConfigKey>[Master],PeakIndicator</ConfigKey>
  887.         </Connection>
  888.     </StatusLight>
  889.  
  890.     <!--
  891.     ############################################################################################
  892.     ############################################################################################
  893.     Section: Text
  894.     ############################################################################################
  895.     ############################################################################################
  896.     -->
  897.  
  898.     <!--
  899.     **********************************************
  900.     Text- Track information
  901.     **********************************************
  902.     -->
  903. <!--
  904.     <TrackProperty>
  905.         <Pos>2,195</Pos>
  906.         <Tooltip>Track information Displays the Name and Title of the loaded track. Informations are extracted from the tracks tags. </Tooltip>
  907.         <Channel>1</Channel>
  908.         <Property>artist</Property>
  909.         <Style>QLabel { font: bold 13px/15px Lucida Grande, Lucida Sans Unicode, Arial, Verdana, sans-serif;
  910.         background-color: transparent; text-align: left; padding-left: 1%; }
  911.         QToolTip { font: 11px Lucida Grande, Lucida Sans Unicode, Arial, Verdana, sans-serif;
  912.         background-color: #191919; color: #CCCCCC; border: 1px solid #CCCCCC; padding: 4px; }
  913.         </Style>
  914.     </TrackProperty>
  915. -->
  916.     <Text>
  917.         <Tooltip>Track information Displays the Name and Title of the loaded track. Informations are extracted from the tracks tags. </Tooltip>
  918.         <Style>QLabel { font: bold 12px/14px Lucida Grande, Lucida Sans Unicode, Arial, Verdana, sans-serif;
  919.         background-color: transparent; text-align: left; }
  920.         QToolTip { font: 11px Lucida Grande, Lucida Sans Unicode, Arial, Verdana, sans-serif;
  921.         background-color: #191919; color: #CCCCCC; border: 1px solid #CCCCCC; padding: 4px; }
  922.         </Style>
  923.         <Channel>1</Channel>
  924.         <Pos>80,1</Pos>
  925.         <Size>308,13</Size>
  926.     </Text>
  927.     <Text>
  928.         <Tooltip>Track information Displays the Name and Title of the loaded track. Informations are extracted from the tracks tags. </Tooltip>
  929.         <Style>QLabel { font: bold 12px/14px Lucida Grande, Lucida Sans Unicode, Arial, Verdana, sans-serif;
  930.         background-color: transparent; text-align: left; }
  931.         QToolTip { font: 11px Lucida Grande, Lucida Sans Unicode, Arial, Verdana, sans-serif;
  932.         background-color: #191919; color: #CCCCCC; border: 1px solid #CCCCCC; padding: 4px; }
  933.         </Style>
  934.         <Channel>2</Channel>
  935.         <Pos>402,1</Pos>
  936.         <Size>308,13</Size>
  937.     </Text>
  938.  
  939.     <!--
  940.     **********************************************
  941.     Text- BPM number display
  942.     **********************************************
  943.     -->
  944.     <NumberBpm>
  945.         <Tooltip>Tempo information Displays the tempo of the loaded track in BPM (beats per minute) </Tooltip>
  946.         <Style>QLabel { font: 11px/13px Lucida Grande, Lucida Sans Unicode, Arial, Verdana, sans-serif;
  947.         background-color: transparent; text-align: left; }
  948.         QToolTip { font: 11px Lucida Grande, Lucida Sans Unicode, Arial, Verdana, sans-serif;
  949.         background-color: #191919; color: #CCCCCC; border: 1px solid #CCCCCC; }
  950.         </Style>
  951.         <Channel>1</Channel>
  952.         <Pos>80,111</Pos>
  953.         <Size>75,13</Size>
  954.         <!--CSS alignments not respected see bug lp:605530 , lets call <Alignment>-->
  955.         <Alignment>left</Alignment>
  956.         <NumberOfDigits>6</NumberOfDigits>
  957.         <Connection>
  958.             <ConfigKey>[Channel1],bpm</ConfigKey>
  959.         </Connection>
  960.     </NumberBpm>
  961.     <NumberBpm>
  962.         <Tooltip>Tempo information Displays the tempo of the loaded track in BPM (beats per minute) </Tooltip>
  963.         <Style>QLabel { font: 11px/13px Lucida Grande, Lucida Sans Unicode, Arial, Verdana, sans-serif;
  964.         background-color: transparent; text-align: left; }
  965.         QToolTip { font: 11px Lucida Grande, Lucida Sans Unicode, Arial, Verdana, sans-serif;
  966.         background-color: #191919; color: #CCCCCC; border: 1px solid #CCCCCC; }
  967.         </Style>
  968.         <Channel>2</Channel>
  969.         <Pos>458,111</Pos>
  970.         <Size>75,13</Size>
  971.         <!--CSS alignments not respected see bug lp:605530 , lets call <Alignment>-->
  972.         <Alignment>left</Alignment>
  973.         <NumberOfDigits>6</NumberOfDigits>
  974.         <Connection>
  975.             <ConfigKey>[Channel2],bpm</ConfigKey>
  976.         </Connection>
  977.     </NumberBpm>
  978.  
  979.     <!--
  980.     **********************************************
  981.     Text- Playing position / Time remaining
  982.     **********************************************
  983.     -->
  984.     <NumberPos>
  985.         <Tooltip>Time information Displays the current playback position (or remaining time) and the duration of the loaded track. Depends on your settings in PreferencesΓåÆInterfaceΓåÆPosition display. </Tooltip>
  986.         <Style>QLabel { font: 11px/13px Lucida Grande, Lucida Sans Unicode, Arial, Verdana, sans-serif;
  987.         background-color: transparent; text-align: right; }
  988.         QToolTip { font: 11px Lucida Grande, Lucida Sans Unicode, Arial, Verdana, sans-serif;
  989.         background-color: #191919; color: #CCCCCC; border: 1px solid #CCCCCC; padding: 4px; }
  990.         </Style>
  991.         <Channel>1</Channel>
  992.         <Pos>206,111</Pos>
  993.         <Size>126,13</Size>
  994.         <!--CSS alignments not respected see bug lp:605530 , lets call <Alignment>-->
  995.         <Alignment>right</Alignment>
  996.         <NumberOfDigits>6</NumberOfDigits>
  997.         <Connection>
  998.             <ConfigKey>[Channel1],playposition</ConfigKey>
  999.         </Connection>
  1000.     </NumberPos>
  1001.     <NumberPos>
  1002.         <Tooltip>Time information Displays the current playback position (or remaining time) and the duration of the loaded track. Depends on your settings in PreferencesΓåÆInterfaceΓåÆPosition display. </Tooltip>
  1003.         <Style>QLabel { font: 11px/13px Lucida Grande, Lucida Sans Unicode, Arial, Verdana, sans-serif;
  1004.         background-color: transparent; text-align: right; }
  1005.         QToolTip { font: 11px Lucida Grande, Lucida Sans Unicode, Arial, Verdana, sans-serif;
  1006.         background-color: #191919; color: #CCCCCC; border: 1px solid #CCCCCC; padding: 4px; }
  1007.         </Style>
  1008.         <Channel>2</Channel>
  1009.         <Pos>584,111</Pos>
  1010.         <Size>126,13</Size>
  1011.         <!--CSS alignments not respected see bug lp:605530 , lets call <Alignment>-->
  1012.         <Alignment>right</Alignment>
  1013.         <NumberOfDigits>6</NumberOfDigits>
  1014.         <Connection>
  1015.             <ConfigKey>[Channel2],playposition</ConfigKey>
  1016.         </Connection>
  1017.     </NumberPos>
  1018.  
  1019.     <!--
  1020.     **********************************************
  1021.     Text- Pitch rate display
  1022.     **********************************************
  1023.     -->
  1024.     <NumberRate>
  1025.         <Tooltip>Pitch rate information Displays the current pitch of the track based on the original tempo. </Tooltip>
  1026.         <Style>QLabel { font: 11px/13px Lucida Grande, Lucida Sans Unicode, Arial, Verdana, sans-serif;
  1027.         background-color: transparent; text-align: right; }
  1028.         QToolTip { font: 11px Lucida Grande, Lucida Sans Unicode, Arial, Verdana, sans-serif;
  1029.         background-color: #191919; color: #CCCCCC; border: 1px solid #CCCCCC; padding: 4px; }
  1030.         </Style>
  1031.         <Channel>1</Channel>
  1032.         <Pos>153,111</Pos>
  1033.         <Size>45,13</Size>
  1034.         <NumberOfDigits>4</NumberOfDigits>
  1035.         <Connection>
  1036.             <ConfigKey>[Channel1],rate</ConfigKey>
  1037.         </Connection>
  1038.     </NumberRate>
  1039.     <NumberRate>
  1040.         <Tooltip>Pitch rate information Displays the current pitch of the track based on the original tempo. </Tooltip>
  1041.         <Style>QLabel { font: 11px/13px Lucida Grande, Lucida Sans Unicode, Arial, Verdana, sans-serif;
  1042.         background-color: transparent; text-align: right; }
  1043.         QToolTip { font: 11px Lucida Grande, Lucida Sans Unicode, Arial, Verdana, sans-serif;
  1044.         background-color: #191919; color: #CCCCCC; border: 1px solid #CCCCCC; padding: 4px; }
  1045.         </Style>
  1046.         <Channel>2</Channel>
  1047.         <Pos>531,111</Pos>
  1048.         <Size>50,13</Size>
  1049.         <NumberOfDigits>4</NumberOfDigits>
  1050.         <Connection>
  1051.             <ConfigKey>[Channel2],rate</ConfigKey>
  1052.         </Connection>
  1053.     </NumberRate>
  1054.  
  1055.     <!--
  1056.     ############################################################################################
  1057.     ############################################################################################
  1058.     Section: Slider
  1059.     ############################################################################################
  1060.     ############################################################################################
  1061.     -->
  1062.  
  1063.     <!--
  1064.     **********************************************
  1065.     Slider- Channel Volume
  1066.     **********************************************
  1067.     -->
  1068.     <SliderComposed>
  1069.         <Tooltip>Volume control Adjust the volume of the selected channel. Right-click: Reset to default value </Tooltip>
  1070.         <Style>QToolTip { font: 11px Lucida Grande, Lucida Sans Unicode, Arial, Verdana, sans-serif;
  1071.         background-color: #191919; color: #CCCCCC; border: 1px solid #CCCCCC; padding: 4px; }
  1072.         </Style>
  1073.         <Handle>knob_volume1.png</Handle>
  1074.         <Slider>slider_volume1.png</Slider>
  1075.         <Pos>3,285</Pos>
  1076.         <Horizontal>false</Horizontal>
  1077.         <Connection>
  1078.             <ConfigKey>[Channel1],volume</ConfigKey>
  1079.             <EmitOnDownPress>false</EmitOnDownPress>
  1080.         </Connection>
  1081.     </SliderComposed>
  1082.     <SliderComposed>
  1083.         <Tooltip>Volume control Adjust the volume of the selected channel. Right-click: Reset to default value </Tooltip>
  1084.         <Style>QToolTip { font: 11px Lucida Grande, Lucida Sans Unicode, Arial, Verdana, sans-serif;
  1085.         background-color: #191919; color: #CCCCCC; border: 1px solid #CCCCCC; padding: 4px; }
  1086.         </Style>
  1087.         <Handle>knob_volume2.png</Handle>
  1088.         <Slider>slider_volume2.png</Slider>
  1089.         <Pos>714,285</Pos>
  1090.         <Horizontal>false</Horizontal>
  1091.         <Connection>
  1092.             <ConfigKey>[Channel2],volume</ConfigKey>
  1093.             <EmitOnDownPress>false</EmitOnDownPress>
  1094.         </Connection>
  1095.     </SliderComposed>
  1096.  
  1097.     <!--
  1098.     **********************************************
  1099.     Slider- Crossfader
  1100.     **********************************************
  1101.     -->
  1102.     <SliderComposed>
  1103.         <Tooltip>Crossfader Fade between the channels and define what you hear through the master output. Right-click: Reset to default value Change the crossfader curve in PreferencesΓåÆCrossfader </Tooltip>
  1104.         <Style>QToolTip { font: 11px Lucida Grande, Lucida Sans Unicode, Arial, Verdana, sans-serif;
  1105.         background-color: #191919; color: #CCCCCC; border: 1px solid #CCCCCC; padding: 4px; }
  1106.         </Style>
  1107.         <Handle>knob_crossfader.png</Handle>
  1108.         <Slider>slider_crossfader.png</Slider>
  1109.         <Pos>331,149</Pos>
  1110.         <Horizontal>true</Horizontal>
  1111.         <Connection>
  1112.             <ConfigKey>[Master],crossfader</ConfigKey>
  1113.             <EmitOnDownPress>false</EmitOnDownPress>
  1114.         </Connection>
  1115.     </SliderComposed>
  1116.  
  1117.     <!--
  1118.     **********************************************
  1119.     Slider- Pitch control
  1120.     **********************************************
  1121.     -->
  1122.     <SliderComposed>
  1123.         <Tooltip>Pitch control Changes the tempo of the track currently loaded when it is moved Right-click: Reset to default value </Tooltip>
  1124.         <Style>QToolTip { font: 11px Lucida Grande, Lucida Sans Unicode, Arial, Verdana, sans-serif;
  1125.         background-color: #191919; color: #CCCCCC; border: 1px solid #CCCCCC; padding: 4px; }
  1126.         </Style>
  1127.         <Handle>knob_pitch1.png</Handle>
  1128.         <Slider>slider_pitch1.png</Slider>
  1129.         <Pos>3,84</Pos>
  1130.         <Horizontal>false</Horizontal>
  1131.         <Connection>
  1132.             <ConfigKey>[Channel1],rate</ConfigKey>
  1133.             <EmitOnDownPress>false</EmitOnDownPress>
  1134.         </Connection>
  1135.     </SliderComposed>
  1136.     <SliderComposed>
  1137.         <Tooltip>Pitch control Changes the tempo of the track currently loaded when it is moved Right-click: Reset to default value </Tooltip>
  1138.         <Style>QToolTip { font: 11px Lucida Grande, Lucida Sans Unicode, Arial, Verdana, sans-serif;
  1139.         background-color: #191919; color: #CCCCCC; border: 1px solid #CCCCCC; padding: 4px; }
  1140.         </Style>
  1141.         <Handle>knob_pitch2.png</Handle>
  1142.         <Slider>slider_pitch2.png</Slider>
  1143.         <Pos>714,84</Pos>
  1144.         <Horizontal>false</Horizontal>
  1145.         <Connection>
  1146.             <ConfigKey>[Channel2],rate</ConfigKey>
  1147.             <EmitOnDownPress>false</EmitOnDownPress>
  1148.         </Connection>
  1149.     </SliderComposed>
  1150.  
  1151.     <!--
  1152.     ############################################################################################
  1153.     ############################################################################################
  1154.     Section: Buttons
  1155.     ############################################################################################
  1156.     ############################################################################################
  1157.     -->
  1158.  
  1159.     <!--
  1160.     ****************************************
  1161.      Button- Play
  1162.     ****************************************
  1163.     -->
  1164.     <PushButton>
  1165.         <Tooltip>Play/Pause Left-click: Toggles playing or pausing the track. Right-click: Places a Cue-point at the current position on the waveform. </Tooltip>
  1166.         <Style>QToolTip { font: 11px Lucida Grande, Lucida Sans Unicode, Arial, Verdana, sans-serif;
  1167.         background-color: #191919; color: #CCCCCC; border: 1px solid #CCCCCC; padding: 4px; }
  1168.         </Style>
  1169.         <NumberStates>2</NumberStates>
  1170.         <RightClickIsPushButton>true</RightClickIsPushButton>
  1171.         <State>
  1172.             <Number>0</Number>
  1173.             <Pressed>btn_play1.png</Pressed>
  1174.             <Unpressed>btn_play1.png</Unpressed>
  1175.         </State>
  1176.         <State>
  1177.             <Number>1</Number>
  1178.             <Pressed>btn_play1_over.png</Pressed>
  1179.             <Unpressed>btn_play1_over.png</Unpressed>
  1180.         </State>
  1181.         <Pos>3,7</Pos>
  1182.         <Connection>
  1183.             <ConfigKey>[Channel1],play</ConfigKey>
  1184.             <EmitOnDownPress>true</EmitOnDownPress>
  1185.             <ButtonState>LeftButton</ButtonState>
  1186.         </Connection>
  1187.         <Connection>
  1188.             <ConfigKey>[Channel1],cue_set</ConfigKey>
  1189.             <EmitOnDownPress>true</EmitOnDownPress>
  1190.             <ButtonState>RightButton</ButtonState>
  1191.             <ConnectValueToWidget>false</ConnectValueToWidget>
  1192.         </Connection>
  1193.     </PushButton>
  1194.     <PushButton>
  1195.         <Tooltip>Play/Pause Left-click: Toggles playing or pausing the track. Right-click: Places a Cue-point at the current position on the waveform. </Tooltip>
  1196.         <Style>QToolTip { font: 11px Lucida Grande, Lucida Sans Unicode, Arial, Verdana, sans-serif;
  1197.         background-color: #191919; color: #CCCCCC; border: 1px solid #CCCCCC; padding: 4px; }
  1198.         </Style>
  1199.         <NumberStates>2</NumberStates>
  1200.         <RightClickIsPushButton>true</RightClickIsPushButton>
  1201.         <State>
  1202.             <Number>0</Number>
  1203.             <Pressed>btn_play2.png</Pressed>
  1204.             <Unpressed>btn_play2.png</Unpressed>
  1205.         </State>
  1206.         <State>
  1207.             <Number>1</Number>
  1208.             <Pressed>btn_play2_over.png</Pressed>
  1209.             <Unpressed>btn_play2_over.png</Unpressed>
  1210.         </State>
  1211.         <Pos>714,7</Pos>
  1212.         <Connection>
  1213.             <ConfigKey>[Channel2],play</ConfigKey>
  1214.             <EmitOnDownPress>true</EmitOnDownPress>
  1215.             <ButtonState>LeftButton</ButtonState>
  1216.         </Connection>
  1217.         <Connection>
  1218.             <ConfigKey>[Channel2],cue_set</ConfigKey>
  1219.             <EmitOnDownPress>true</EmitOnDownPress>
  1220.             <ButtonState>RightButton</ButtonState>
  1221.             <ConnectValueToWidget>false</ConnectValueToWidget>
  1222.         </Connection>
  1223.     </PushButton>
  1224.  
  1225.     <!--
  1226.     **********************************************
  1227.     Button- Cue
  1228.     **********************************************
  1229.     -->
  1230.     <PushButton>
  1231.         <Tooltip>Cue Left-click (while playing): The track will seek to the cue-point and stop (=CDJ) OR play (=simple). Change the default cue behaviour in PreferencesΓåÆInterface. Left-click (while stopped): Places a cue-point at the current position on the waveform. Right-click: The track will seek to the cue-point and stop. </Tooltip>
  1232.         <Style>QToolTip { font: 11px Lucida Grande, Lucida Sans Unicode, Arial, Verdana, sans-serif;
  1233.         background-color: #191919; color: #CCCCCC; border: 1px solid #CCCCCC; padding: 4px; }
  1234.         </Style>
  1235.         <NumberStates>1</NumberStates>
  1236.         <State>
  1237.             <Number>0</Number>
  1238.             <Pressed>btn_cue1_over.png</Pressed>
  1239.             <Unpressed>btn_cue1.png</Unpressed>
  1240.         </State>
  1241.         <Pos>41,7</Pos>
  1242.         <Connection>
  1243.             <ConfigKey>[Channel1],cue_default</ConfigKey>
  1244.             <EmitOnDownPress>true</EmitOnDownPress>
  1245.             <ButtonState>LeftButton</ButtonState>
  1246.         </Connection>
  1247.         <Connection>
  1248.             <ConfigKey>[Channel1],cue_default</ConfigKey>
  1249.             <EmitOnDownPress>false</EmitOnDownPress>
  1250.             <ButtonState>LeftButton</ButtonState>
  1251.         </Connection>
  1252.         <Connection>
  1253.             <ConfigKey>[Channel1],cue_gotoandstop</ConfigKey>
  1254.             <EmitOnDownPress>true</EmitOnDownPress>
  1255.             <ButtonState>RightButton</ButtonState>
  1256.         </Connection>
  1257.         <Connection>
  1258.             <ConfigKey>[Channel1],cue_gotoandstop</ConfigKey>
  1259.             <EmitOnDownPress>false</EmitOnDownPress>
  1260.             <ButtonState>RightButton</ButtonState>
  1261.         </Connection>
  1262.     </PushButton>
  1263.     <PushButton>
  1264.         <Tooltip>Cue Left-click (while playing): The track will seek to the cue-point and stop (=CDJ) OR play (=simple). Change the default cue behaviour in PreferencesΓåÆInterface. Left-click (while stopped): Places a cue-point at the current position on the waveform. Right-click: The track will seek to the cue-point and stop. </Tooltip>
  1265.         <Style>QToolTip { font: 11px Lucida Grande, Lucida Sans Unicode, Arial, Verdana, sans-serif;
  1266.         background-color: #191919; color: #CCCCCC; border: 1px solid #CCCCCC; padding: 4px; }
  1267.         </Style>
  1268.         <NumberStates>1</NumberStates>
  1269.         <State>
  1270.             <Number>0</Number>
  1271.             <Pressed>btn_cue2_over.png</Pressed>
  1272.             <Unpressed>btn_cue2.png</Unpressed>
  1273.         </State>
  1274.         <Pos>752,7</Pos>
  1275.         <Connection>
  1276.             <ConfigKey>[Channel2],cue_default</ConfigKey>
  1277.             <EmitOnDownPress>true</EmitOnDownPress>
  1278.             <ButtonState>LeftButton</ButtonState>
  1279.         </Connection>
  1280.         <Connection>
  1281.             <ConfigKey>[Channel2],cue_default</ConfigKey>
  1282.             <EmitOnDownPress>false</EmitOnDownPress>
  1283.             <ButtonState>LeftButton</ButtonState>
  1284.         </Connection>
  1285.         <Connection>
  1286.             <ConfigKey>[Channel2],cue_gotoandstop</ConfigKey>
  1287.             <EmitOnDownPress>true</EmitOnDownPress>
  1288.             <ButtonState>RightButton</ButtonState>
  1289.         </Connection>
  1290.         <Connection>
  1291.             <ConfigKey>[Channel2],cue_gotoandstop</ConfigKey>
  1292.             <EmitOnDownPress>false</EmitOnDownPress>
  1293.             <ButtonState>RightButton</ButtonState>
  1294.         </Connection>
  1295.     </PushButton>
  1296.  
  1297.     <!--
  1298.     **********************************************
  1299.     Button- Hotcue
  1300.     **********************************************
  1301.     -->
  1302.     <PushButton>
  1303.         <Tooltip>Hotcue Left-click: If Hotcue is set, seeks the player to Hotcue position. If Hotcue is not set, sets Hotcue to the current play position. Right-click: If Hotcue is set, clears its hotcue status (delete). </Tooltip>
  1304.         <Style>QToolTip { font: 11px Lucida Grande, Lucida Sans Unicode, Arial, Verdana, sans-serif;
  1305.         background-color: #191919; color: #CCCCCC; border: 1px solid #CCCCCC; padding: 4px; }
  1306.         </Style>
  1307.         <NumberStates>2</NumberStates>
  1308.         <LeftClickIsPushButton>true</LeftClickIsPushButton>
  1309.         <RightClickIsPushButton>true</RightClickIsPushButton>
  1310.         <State>
  1311.             <Number>0</Number>
  1312.             <Pressed>btn_hotcue1_1_over.png</Pressed>
  1313.             <Unpressed>btn_hotcue1_1.png</Unpressed>
  1314.         </State>
  1315.         <State>
  1316.             <Number>1</Number>
  1317.             <Pressed>btn_hotcue1_1.png</Pressed>
  1318.             <Unpressed>btn_hotcue1_1_over.png</Unpressed>
  1319.         </State>
  1320.         <Pos>3,31</Pos>
  1321.         <Connection>
  1322.             <ConfigKey>[Channel1],hotcue_1_activate</ConfigKey>
  1323.             <EmitOnDownPress>true</EmitOnDownPress>
  1324.             <ButtonState>LeftButton</ButtonState>
  1325.         <ConnectValueToWidget>false</ConnectValueToWidget>
  1326.         </Connection>
  1327.         <Connection>
  1328.             <ConfigKey>[Channel1],hotcue_1_activate</ConfigKey>
  1329.             <EmitOnDownPress>false</EmitOnDownPress>
  1330.             <ButtonState>LeftButton</ButtonState>
  1331.         <ConnectValueToWidget>false</ConnectValueToWidget>
  1332.         </Connection>
  1333.         <Connection>
  1334.             <ConfigKey>[Channel1],hotcue_1_clear</ConfigKey>
  1335.             <EmitOnDownPress>true</EmitOnDownPress>
  1336.             <ButtonState>RightButton</ButtonState>
  1337.             <ConnectValueToWidget>false</ConnectValueToWidget>
  1338.         </Connection>
  1339.         <Connection>
  1340.             <ConfigKey>[Channel1],hotcue_1_clear</ConfigKey>
  1341.             <EmitOnDownPress>false</EmitOnDownPress>
  1342.             <ButtonState>RightButton</ButtonState>
  1343.             <ConnectValueFromWidget>false</ConnectValueFromWidget>
  1344.         </Connection>
  1345.         <Connection>
  1346.             <ConfigKey>[Channel1],hotcue_1_enabled</ConfigKey>
  1347.             <ConnectValueFromWidget>false</ConnectValueFromWidget>
  1348.         </Connection>
  1349.     </PushButton>
  1350.     <PushButton>
  1351.         <Tooltip>Hotcue Left-click: If Hotcue is set, seeks the player to Hotcue position. If Hotcue is not set, sets Hotcue to the current play position. Right-click: If Hotcue is set, clears its hotcue status (delete). </Tooltip>
  1352.         <Style>QToolTip { font: 11px Lucida Grande, Lucida Sans Unicode, Arial, Verdana, sans-serif;
  1353.         background-color: #191919; color: #CCCCCC; border: 1px solid #CCCCCC; padding: 4px; }
  1354.         </Style>
  1355.         <NumberStates>2</NumberStates>
  1356.         <LeftClickIsPushButton>true</LeftClickIsPushButton>
  1357.         <RightClickIsPushButton>true</RightClickIsPushButton>
  1358.         <State>
  1359.             <Number>0</Number>
  1360.             <Pressed>btn_hotcue1_2_over.png</Pressed>
  1361.             <Unpressed>btn_hotcue1_2.png</Unpressed>
  1362.         </State>
  1363.         <State>
  1364.             <Number>1</Number>
  1365.             <Pressed>btn_hotcue1_2.png</Pressed>
  1366.             <Unpressed>btn_hotcue1_2_over.png</Unpressed>
  1367.         </State>
  1368.         <Pos>22,31</Pos>
  1369.         <Connection>
  1370.             <ConfigKey>[Channel1],hotcue_2_activate</ConfigKey>
  1371.             <EmitOnDownPress>true</EmitOnDownPress>
  1372.             <ButtonState>LeftButton</ButtonState>
  1373.         <ConnectValueToWidget>false</ConnectValueToWidget>
  1374.         </Connection>
  1375.         <Connection>
  1376.             <ConfigKey>[Channel1],hotcue_2_activate</ConfigKey>
  1377.             <EmitOnDownPress>false</EmitOnDownPress>
  1378.             <ButtonState>LeftButton</ButtonState>
  1379.         <ConnectValueToWidget>false</ConnectValueToWidget>
  1380.         </Connection>
  1381.         <Connection>
  1382.             <ConfigKey>[Channel1],hotcue_2_clear</ConfigKey>
  1383.             <EmitOnDownPress>true</EmitOnDownPress>
  1384.             <ButtonState>RightButton</ButtonState>
  1385.             <ConnectValueToWidget>false</ConnectValueToWidget>
  1386.         </Connection>
  1387.         <Connection>
  1388.             <ConfigKey>[Channel1],hotcue_2_clear</ConfigKey>
  1389.             <EmitOnDownPress>false</EmitOnDownPress>
  1390.             <ButtonState>RightButton</ButtonState>
  1391.             <ConnectValueFromWidget>false</ConnectValueFromWidget>
  1392.         </Connection>
  1393.         <Connection>
  1394.             <ConfigKey>[Channel1],hotcue_2_enabled</ConfigKey>
  1395.             <ConnectValueFromWidget>false</ConnectValueFromWidget>
  1396.         </Connection>
  1397.     </PushButton>
  1398.     <PushButton>
  1399.         <Tooltip>Hotcue Left-click: If Hotcue is set, seeks the player to Hotcue position. If Hotcue is not set, sets Hotcue to the current play position. Right-click: If Hotcue is set, clears its hotcue status (delete). </Tooltip>
  1400.         <Style>QToolTip { font: 11px Lucida Grande, Lucida Sans Unicode, Arial, Verdana, sans-serif;
  1401.         background-color: #191919; color: #CCCCCC; border: 1px solid #CCCCCC; padding: 4px; }
  1402.         </Style>
  1403.         <NumberStates>2</NumberStates>
  1404.         <LeftClickIsPushButton>true</LeftClickIsPushButton>
  1405.         <RightClickIsPushButton>true</RightClickIsPushButton>
  1406.         <State>
  1407.             <Number>0</Number>
  1408.             <Pressed>btn_hotcue1_3_over.png</Pressed>
  1409.             <Unpressed>btn_hotcue1_3.png</Unpressed>
  1410.         </State>
  1411.         <State>
  1412.             <Number>1</Number>
  1413.             <Pressed>btn_hotcue1_3.png</Pressed>
  1414.             <Unpressed>btn_hotcue1_3_over.png</Unpressed>
  1415.         </State>
  1416.         <Pos>41,31</Pos>
  1417.         <Connection>
  1418.             <ConfigKey>[Channel1],hotcue_3_activate</ConfigKey>
  1419.             <EmitOnDownPress>true</EmitOnDownPress>
  1420.             <ButtonState>LeftButton</ButtonState>
  1421.         <ConnectValueToWidget>false</ConnectValueToWidget>
  1422.         </Connection>
  1423.         <Connection>
  1424.             <ConfigKey>[Channel1],hotcue_3_activate</ConfigKey>
  1425.             <EmitOnDownPress>false</EmitOnDownPress>
  1426.             <ButtonState>LeftButton</ButtonState>
  1427.         <ConnectValueToWidget>false</ConnectValueToWidget>
  1428.         </Connection>
  1429.         <Connection>
  1430.             <ConfigKey>[Channel1],hotcue_3_clear</ConfigKey>
  1431.             <EmitOnDownPress>true</EmitOnDownPress>
  1432.             <ButtonState>RightButton</ButtonState>
  1433.             <ConnectValueToWidget>false</ConnectValueToWidget>
  1434.         </Connection>
  1435.         <Connection>
  1436.             <ConfigKey>[Channel1],hotcue_3_clear</ConfigKey>
  1437.             <EmitOnDownPress>false</EmitOnDownPress>
  1438.             <ButtonState>RightButton</ButtonState>
  1439.             <ConnectValueFromWidget>false</ConnectValueFromWidget>
  1440.         </Connection>
  1441.         <Connection>
  1442.             <ConfigKey>[Channel1],hotcue_3_enabled</ConfigKey>
  1443.             <ConnectValueFromWidget>false</ConnectValueFromWidget>
  1444.         </Connection>
  1445.     </PushButton>
  1446.     <PushButton>
  1447.         <Tooltip>Hotcue Left-click: If Hotcue is set, seeks the player to Hotcue position. If Hotcue is not set, sets Hotcue to the current play position. Right-click: If Hotcue is set, clears its hotcue status (delete). </Tooltip>
  1448.         <Style>QToolTip { font: 11px Lucida Grande, Lucida Sans Unicode, Arial, Verdana, sans-serif;
  1449.         background-color: #191919; color: #CCCCCC; border: 1px solid #CCCCCC; padding: 4px; }
  1450.         </Style>
  1451.         <NumberStates>2</NumberStates>
  1452.         <LeftClickIsPushButton>true</LeftClickIsPushButton>
  1453.         <RightClickIsPushButton>true</RightClickIsPushButton>
  1454.         <State>
  1455.             <Number>0</Number>
  1456.             <Pressed>btn_hotcue1_4_over.png</Pressed>
  1457.             <Unpressed>btn_hotcue1_4.png</Unpressed>
  1458.         </State>
  1459.         <State>
  1460.             <Number>1</Number>
  1461.             <Pressed>btn_hotcue1_4.png</Pressed>
  1462.             <Unpressed>btn_hotcue1_4_over.png</Unpressed>
  1463.         </State>
  1464.         <Pos>60,31</Pos>
  1465.         <Connection>
  1466.             <ConfigKey>[Channel1],hotcue_4_activate</ConfigKey>
  1467.             <EmitOnDownPress>true</EmitOnDownPress>
  1468.             <ButtonState>LeftButton</ButtonState>
  1469.         <ConnectValueToWidget>false</ConnectValueToWidget>
  1470.         </Connection>
  1471.         <Connection>
  1472.             <ConfigKey>[Channel1],hotcue_4_activate</ConfigKey>
  1473.             <EmitOnDownPress>false</EmitOnDownPress>
  1474.             <ButtonState>LeftButton</ButtonState>
  1475.         <ConnectValueToWidget>false</ConnectValueToWidget>
  1476.         </Connection>
  1477.         <Connection>
  1478.             <ConfigKey>[Channel1],hotcue_4_clear</ConfigKey>
  1479.             <EmitOnDownPress>true</EmitOnDownPress>
  1480.             <ButtonState>RightButton</ButtonState>
  1481.             <ConnectValueToWidget>false</ConnectValueToWidget>
  1482.         </Connection>
  1483.         <Connection>
  1484.             <ConfigKey>[Channel1],hotcue_4_clear</ConfigKey>
  1485.             <EmitOnDownPress>false</EmitOnDownPress>
  1486.             <ButtonState>RightButton</ButtonState>
  1487.             <ConnectValueFromWidget>false</ConnectValueFromWidget>
  1488.         </Connection>
  1489.         <Connection>
  1490.             <ConfigKey>[Channel1],hotcue_4_enabled</ConfigKey>
  1491.             <ConnectValueFromWidget>false</ConnectValueFromWidget>
  1492.         </Connection>
  1493.     </PushButton>
  1494.     <PushButton>
  1495.         <Tooltip>Hotcue Left-click: If Hotcue is set, seeks the player to Hotcue position. If Hotcue is not set, sets Hotcue to the current play position. Right-click: If Hotcue is set, clears its hotcue status (delete). </Tooltip>
  1496.         <Style>QToolTip { font: 11px Lucida Grande, Lucida Sans Unicode, Arial, Verdana, sans-serif;
  1497.         background-color: #191919; color: #CCCCCC; border: 1px solid #CCCCCC; padding: 4px; }
  1498.         </Style>
  1499.         <NumberStates>2</NumberStates>
  1500.         <LeftClickIsPushButton>true</LeftClickIsPushButton>
  1501.         <RightClickIsPushButton>true</RightClickIsPushButton>
  1502.         <State>
  1503.             <Number>0</Number>
  1504.             <Pressed>btn_hotcue2_1_over.png</Pressed>
  1505.             <Unpressed>btn_hotcue2_1.png</Unpressed>
  1506.         </State>
  1507.         <State>
  1508.             <Number>1</Number>
  1509.             <Pressed>btn_hotcue2_1.png</Pressed>
  1510.             <Unpressed>btn_hotcue2_1_over.png</Unpressed>
  1511.         </State>
  1512.         <Pos>714,31</Pos>
  1513.         <Connection>
  1514.             <ConfigKey>[Channel2],hotcue_1_activate</ConfigKey>
  1515.             <EmitOnDownPress>true</EmitOnDownPress>
  1516.             <ButtonState>LeftButton</ButtonState>
  1517.         <ConnectValueToWidget>false</ConnectValueToWidget>
  1518.         </Connection>
  1519.         <Connection>
  1520.             <ConfigKey>[Channel2],hotcue_1_activate</ConfigKey>
  1521.             <EmitOnDownPress>false</EmitOnDownPress>
  1522.             <ButtonState>LeftButton</ButtonState>
  1523.         <ConnectValueToWidget>false</ConnectValueToWidget>
  1524.         </Connection>
  1525.         <Connection>
  1526.             <ConfigKey>[Channel2],hotcue_1_clear</ConfigKey>
  1527.             <EmitOnDownPress>true</EmitOnDownPress>
  1528.             <ButtonState>RightButton</ButtonState>
  1529.             <ConnectValueToWidget>false</ConnectValueToWidget>
  1530.         </Connection>
  1531.         <Connection>
  1532.             <ConfigKey>[Channel2],hotcue_1_clear</ConfigKey>
  1533.             <EmitOnDownPress>false</EmitOnDownPress>
  1534.             <ButtonState>RightButton</ButtonState>
  1535.             <ConnectValueFromWidget>false</ConnectValueFromWidget>
  1536.         </Connection>
  1537.         <Connection>
  1538.             <ConfigKey>[Channel2],hotcue_1_enabled</ConfigKey>
  1539.             <ConnectValueFromWidget>false</ConnectValueFromWidget>
  1540.         </Connection>
  1541.     </PushButton>
  1542.     <PushButton>
  1543.         <Tooltip>Hotcue Left-click: If Hotcue is set, seeks the player to Hotcue position. If Hotcue is not set, sets Hotcue to the current play position. Right-click: If Hotcue is set, clears its hotcue status (delete). </Tooltip>
  1544.         <Style>QToolTip { font: 11px Lucida Grande, Lucida Sans Unicode, Arial, Verdana, sans-serif;
  1545.         background-color: #191919; color: #CCCCCC; border: 1px solid #CCCCCC; padding: 4px; }
  1546.         </Style>
  1547.         <NumberStates>2</NumberStates>
  1548.         <LeftClickIsPushButton>true</LeftClickIsPushButton>
  1549.         <RightClickIsPushButton>true</RightClickIsPushButton>
  1550.         <State>
  1551.             <Number>0</Number>
  1552.             <Pressed>btn_hotcue2_2_over.png</Pressed>
  1553.             <Unpressed>btn_hotcue2_2.png</Unpressed>
  1554.         </State>
  1555.         <State>
  1556.             <Number>1</Number>
  1557.             <Pressed>btn_hotcue2_2.png</Pressed>
  1558.             <Unpressed>btn_hotcue2_2_over.png</Unpressed>
  1559.         </State>
  1560.         <Pos>733,31</Pos>
  1561.         <Connection>
  1562.             <ConfigKey>[Channel2],hotcue_2_activate</ConfigKey>
  1563.             <EmitOnDownPress>true</EmitOnDownPress>
  1564.             <ButtonState>LeftButton</ButtonState>
  1565.         <ConnectValueToWidget>false</ConnectValueToWidget>
  1566.         </Connection>
  1567.         <Connection>
  1568.             <ConfigKey>[Channel2],hotcue_2_activate</ConfigKey>
  1569.             <EmitOnDownPress>false</EmitOnDownPress>
  1570.             <ButtonState>LeftButton</ButtonState>
  1571.         <ConnectValueToWidget>false</ConnectValueToWidget>
  1572.         </Connection>
  1573.         <Connection>
  1574.             <ConfigKey>[Channel2],hotcue_2_clear</ConfigKey>
  1575.             <EmitOnDownPress>true</EmitOnDownPress>
  1576.             <ButtonState>RightButton</ButtonState>
  1577.             <ConnectValueToWidget>false</ConnectValueToWidget>
  1578.         </Connection>
  1579.         <Connection>
  1580.             <ConfigKey>[Channel2],hotcue_2_clear</ConfigKey>
  1581.             <EmitOnDownPress>false</EmitOnDownPress>
  1582.             <ButtonState>RightButton</ButtonState>
  1583.             <ConnectValueFromWidget>false</ConnectValueFromWidget>
  1584.         </Connection>
  1585.         <Connection>
  1586.             <ConfigKey>[Channel2],hotcue_2_enabled</ConfigKey>
  1587.             <ConnectValueFromWidget>false</ConnectValueFromWidget>
  1588.         </Connection>
  1589.     </PushButton>
  1590.     <PushButton>
  1591.         <Tooltip>Hotcue Left-click: If Hotcue is set, seeks the player to Hotcue position. If Hotcue is not set, sets Hotcue to the current play position. Right-click: If Hotcue is set, clears its hotcue status (delete). </Tooltip>
  1592.         <Style>QToolTip { font: 11px Lucida Grande, Lucida Sans Unicode, Arial, Verdana, sans-serif;
  1593.         background-color: #191919; color: #CCCCCC; border: 1px solid #CCCCCC; padding: 4px; }
  1594.         </Style>
  1595.         <NumberStates>2</NumberStates>
  1596.         <LeftClickIsPushButton>true</LeftClickIsPushButton>
  1597.         <RightClickIsPushButton>true</RightClickIsPushButton>
  1598.         <State>
  1599.             <Number>0</Number>
  1600.             <Pressed>btn_hotcue2_3_over.png</Pressed>
  1601.             <Unpressed>btn_hotcue2_3.png</Unpressed>
  1602.         </State>
  1603.         <State>
  1604.             <Number>1</Number>
  1605.             <Pressed>btn_hotcue2_3.png</Pressed>
  1606.             <Unpressed>btn_hotcue2_3_over.png</Unpressed>
  1607.         </State>
  1608.         <Pos>752,31</Pos>
  1609.         <Connection>
  1610.             <ConfigKey>[Channel2],hotcue_3_activate</ConfigKey>
  1611.             <EmitOnDownPress>true</EmitOnDownPress>
  1612.             <ButtonState>LeftButton</ButtonState>
  1613.         <ConnectValueToWidget>false</ConnectValueToWidget>
  1614.         </Connection>
  1615.         <Connection>
  1616.             <ConfigKey>[Channel2],hotcue_3_activate</ConfigKey>
  1617.             <EmitOnDownPress>false</EmitOnDownPress>
  1618.             <ButtonState>LeftButton</ButtonState>
  1619.         <ConnectValueToWidget>false</ConnectValueToWidget>
  1620.         </Connection>
  1621.         <Connection>
  1622.             <ConfigKey>[Channel2],hotcue_3_clear</ConfigKey>
  1623.             <EmitOnDownPress>true</EmitOnDownPress>
  1624.             <ButtonState>RightButton</ButtonState>
  1625.             <ConnectValueToWidget>false</ConnectValueToWidget>
  1626.         </Connection>
  1627.         <Connection>
  1628.             <ConfigKey>[Channel2],hotcue_3_clear</ConfigKey>
  1629.             <EmitOnDownPress>false</EmitOnDownPress>
  1630.             <ButtonState>RightButton</ButtonState>
  1631.             <ConnectValueFromWidget>false</ConnectValueFromWidget>
  1632.         </Connection>
  1633.         <Connection>
  1634.             <ConfigKey>[Channel2],hotcue_3_enabled</ConfigKey>
  1635.             <ConnectValueFromWidget>false</ConnectValueFromWidget>
  1636.         </Connection>
  1637.     </PushButton>
  1638.     <PushButton>
  1639.         <Tooltip>Hotcue Left-click: If Hotcue is set, seeks the player to Hotcue position. If Hotcue is not set, sets Hotcue to the current play position. Right-click: If Hotcue is set, clears its hotcue status (delete). </Tooltip>
  1640.         <Style>QToolTip { font: 11px Lucida Grande, Lucida Sans Unicode, Arial, Verdana, sans-serif;
  1641.         background-color: #191919; color: #CCCCCC; border: 1px solid #CCCCCC; padding: 4px; }
  1642.         </Style>
  1643.         <NumberStates>2</NumberStates>
  1644.         <LeftClickIsPushButton>true</LeftClickIsPushButton>
  1645.         <RightClickIsPushButton>true</RightClickIsPushButton>
  1646.         <State>
  1647.             <Number>0</Number>
  1648.             <Pressed>btn_hotcue2_4_over.png</Pressed>
  1649.             <Unpressed>btn_hotcue2_4.png</Unpressed>
  1650.         </State>
  1651.         <State>
  1652.             <Number>1</Number>
  1653.             <Pressed>btn_hotcue2_4.png</Pressed>
  1654.             <Unpressed>btn_hotcue2_4_over.png</Unpressed>
  1655.         </State>
  1656.         <Pos>771,31</Pos>
  1657.         <Connection>
  1658.             <ConfigKey>[Channel2],hotcue_4_activate</ConfigKey>
  1659.             <EmitOnDownPress>true</EmitOnDownPress>
  1660.             <ButtonState>LeftButton</ButtonState>
  1661.         <ConnectValueToWidget>false</ConnectValueToWidget>
  1662.         </Connection>
  1663.         <Connection>
  1664.             <ConfigKey>[Channel2],hotcue_4_activate</ConfigKey>
  1665.             <EmitOnDownPress>false</EmitOnDownPress>
  1666.             <ButtonState>LeftButton</ButtonState>
  1667.         <ConnectValueToWidget>false</ConnectValueToWidget>
  1668.         </Connection>
  1669.         <Connection>
  1670.             <ConfigKey>[Channel2],hotcue_4_clear</ConfigKey>
  1671.             <EmitOnDownPress>true</EmitOnDownPress>
  1672.             <ButtonState>RightButton</ButtonState>
  1673.             <ConnectValueToWidget>false</ConnectValueToWidget>
  1674.         </Connection>
  1675.         <Connection>
  1676.             <ConfigKey>[Channel2],hotcue_4_clear</ConfigKey>
  1677.             <EmitOnDownPress>false</EmitOnDownPress>
  1678.             <ButtonState>RightButton</ButtonState>
  1679.             <ConnectValueFromWidget>false</ConnectValueFromWidget>
  1680.         </Connection>
  1681.         <Connection>
  1682.             <ConfigKey>[Channel2],hotcue_4_enabled</ConfigKey>
  1683.             <ConnectValueFromWidget>false</ConnectValueFromWidget>
  1684.         </Connection>
  1685.     </PushButton>
  1686.  
  1687.     <!--
  1688.     **********************************************
  1689.     Button- Looping
  1690.     **********************************************
  1691.     -->
  1692.     <PushButton>
  1693.         <Tooltip>Loop-In marker Sets the player loop-in position to the current play position. </Tooltip>
  1694.         <Style>QToolTip { font: 11px Lucida Grande, Lucida Sans Unicode, Arial, Verdana, sans-serif;
  1695.         background-color: #191919; color: #CCCCCC; border: 1px solid #CCCCCC; padding: 4px; }
  1696.         </Style>
  1697.         <NumberStates>1</NumberStates>
  1698.         <State>
  1699.             <Number>0</Number>
  1700.             <Pressed>btn_loop_in1_over.png</Pressed>
  1701.             <Unpressed>btn_loop_in1.png</Unpressed>
  1702.         </State>
  1703.         <Pos>41,74</Pos>
  1704.         <Connection>
  1705.             <ConfigKey>[Channel1],loop_in</ConfigKey>
  1706.             <EmitOnDownPress>true</EmitOnDownPress>
  1707.             <ButtonState>LeftButton</ButtonState>
  1708.         </Connection>
  1709.         <Connection>
  1710.             <ConfigKey>[Channel1],loop_in</ConfigKey>
  1711.             <EmitOnDownPress>false</EmitOnDownPress>
  1712.             <ButtonState>LeftButton</ButtonState>
  1713.         </Connection>
  1714.     </PushButton>
  1715.     <PushButton>
  1716.         <Tooltip>Loop-In marker Sets the player loop-in position to the current play position. </Tooltip>
  1717.         <Style>QToolTip { font: 11px Lucida Grande, Lucida Sans Unicode, Arial, Verdana, sans-serif;
  1718.         background-color: #191919; color: #CCCCCC; border: 1px solid #CCCCCC; padding: 4px; }
  1719.         </Style>
  1720.         <NumberStates>1</NumberStates>
  1721.         <State>
  1722.             <Number>0</Number>
  1723.             <Pressed>btn_loop_in2_over.png</Pressed>
  1724.             <Unpressed>btn_loop_in2.png</Unpressed>
  1725.         </State>
  1726.         <Pos>752,74</Pos>
  1727.         <Connection>
  1728.             <ConfigKey>[Channel2],loop_in</ConfigKey>
  1729.             <EmitOnDownPress>true</EmitOnDownPress>
  1730.             <ButtonState>LeftButton</ButtonState>
  1731.         </Connection>
  1732.         <Connection>
  1733.             <ConfigKey>[Channel2],loop_in</ConfigKey>
  1734.             <EmitOnDownPress>false</EmitOnDownPress>
  1735.             <ButtonState>LeftButton</ButtonState>
  1736.         </Connection>
  1737.     </PushButton>
  1738.     <PushButton>
  1739.         <Tooltip>Loop-Out marker Sets the player loop-out position to the current play position. </Tooltip>
  1740.         <Style>QToolTip { font: 11px Lucida Grande, Lucida Sans Unicode, Arial, Verdana, sans-serif;
  1741.         background-color: #191919; color: #CCCCCC; border: 1px solid #CCCCCC; padding: 4px; }
  1742.         </Style>
  1743.         <NumberStates>1</NumberStates>
  1744.         <State>
  1745.             <Number>0</Number>
  1746.             <Pressed>btn_loop_out1_over.png</Pressed>
  1747.             <Unpressed>btn_loop_out1.png</Unpressed>
  1748.         </State>
  1749.         <Pos>41,98</Pos>
  1750.         <Connection>
  1751.             <ConfigKey>[Channel1],loop_out</ConfigKey>
  1752.             <EmitOnDownPress>true</EmitOnDownPress>
  1753.             <ButtonState>LeftButton</ButtonState>
  1754.         </Connection>
  1755.         <Connection>
  1756.             <ConfigKey>[Channel1],loop_out</ConfigKey>
  1757.             <EmitOnDownPress>false</EmitOnDownPress>
  1758.             <ButtonState>LeftButton</ButtonState>
  1759.         </Connection>
  1760.     </PushButton>
  1761.     <PushButton>
  1762.         <Tooltip>Loop-Out marker Sets the player loop-out position to the current play position. </Tooltip>
  1763.         <Style>QToolTip { font: 11px Lucida Grande, Lucida Sans Unicode, Arial, Verdana, sans-serif;
  1764.         background-color: #191919; color: #CCCCCC; border: 1px solid #CCCCCC; padding: 4px; }
  1765.         </Style>
  1766.         <NumberStates>1</NumberStates>
  1767.         <State>
  1768.             <Number>0</Number>
  1769.             <Pressed>btn_loop_out2_over.png</Pressed>
  1770.             <Unpressed>btn_loop_out2.png</Unpressed>
  1771.         </State>
  1772.         <Pos>752,98</Pos>
  1773.         <Connection>
  1774.             <ConfigKey>[Channel2],loop_out</ConfigKey>
  1775.             <EmitOnDownPress>true</EmitOnDownPress>
  1776.             <ButtonState>LeftButton</ButtonState>
  1777.         </Connection>
  1778.         <Connection>
  1779.             <ConfigKey>[Channel2],loop_out</ConfigKey>
  1780.             <EmitOnDownPress>false</EmitOnDownPress>
  1781.             <ButtonState>LeftButton</ButtonState>
  1782.         </Connection>
  1783.     </PushButton>
  1784.     <PushButton>
  1785.         <Tooltip>Reloop/Exit Toggles the current loop on or off. Works only if Loop-In and Loop-Out marker are set. </Tooltip>
  1786.         <Style>QToolTip { font: 11px Lucida Grande, Lucida Sans Unicode, Arial, Verdana, sans-serif;
  1787.         background-color: #191919; color: #CCCCCC; border: 1px solid #CCCCCC; padding: 4px; }
  1788.         </Style>
  1789.         <NumberStates>2</NumberStates>
  1790.         <LeftClickIsPushButton>true</LeftClickIsPushButton>
  1791.         <State>
  1792.             <Number>0</Number>
  1793.             <Pressed>btn_reloop1.png</Pressed>
  1794.             <Unpressed>btn_reloop1.png</Unpressed>
  1795.         </State>
  1796.         <State>
  1797.             <Number>1</Number>
  1798.             <Pressed>btn_reloop1_over.png</Pressed>
  1799.             <Unpressed>btn_reloop1_over.png</Unpressed>
  1800.         </State>
  1801.         <Pos>41,122</Pos>
  1802.         <Connection>
  1803.             <ConfigKey>[Channel1],reloop_exit</ConfigKey>
  1804.             <EmitOnDownPress>true</EmitOnDownPress>
  1805.             <ButtonState>LeftButton</ButtonState>
  1806.             <ConnectValueToWidget>false</ConnectValueToWidget>
  1807.         </Connection>
  1808.         <Connection>
  1809.             <ConfigKey>[Channel1],reloop_exit</ConfigKey>
  1810.             <EmitOnDownPress>false</EmitOnDownPress>
  1811.             <ButtonState>LeftButton</ButtonState>
  1812.             <ConnectValueToWidget>false</ConnectValueToWidget>
  1813.         </Connection>
  1814.         <Connection>
  1815.             <ConfigKey>[Channel1],loop_enabled</ConfigKey>
  1816.             <ConnectValueFromWidget>false</ConnectValueFromWidget>
  1817.         </Connection>
  1818.     </PushButton>
  1819.     <PushButton>
  1820.         <Tooltip>Reloop/Exit Toggles the current loop on or off. Works only if Loop-In and Loop-Out marker are set. </Tooltip>
  1821.         <Style>QToolTip { font: 11px Lucida Grande, Lucida Sans Unicode, Arial, Verdana, sans-serif;
  1822.         background-color: #191919; color: #CCCCCC; border: 1px solid #CCCCCC; padding: 4px; }
  1823.         </Style>
  1824.         <NumberStates>2</NumberStates>
  1825.         <LeftClickIsPushButton>true</LeftClickIsPushButton>
  1826.         <State>
  1827.             <Number>0</Number>
  1828.             <Pressed>btn_reloop2.png</Pressed>
  1829.             <Unpressed>btn_reloop2.png</Unpressed>
  1830.         </State>
  1831.         <State>
  1832.             <Number>1</Number>
  1833.             <Pressed>btn_reloop2_over.png</Pressed>
  1834.             <Unpressed>btn_reloop2_over.png</Unpressed>
  1835.         </State>
  1836.         <Pos>752,122</Pos>
  1837.         <Connection>
  1838.             <ConfigKey>[Channel2],reloop_exit</ConfigKey>
  1839.             <EmitOnDownPress>true</EmitOnDownPress>
  1840.             <ButtonState>LeftButton</ButtonState>
  1841.             <ConnectValueToWidget>false</ConnectValueToWidget>
  1842.         </Connection>
  1843.         <Connection>
  1844.             <ConfigKey>[Channel2],reloop_exit</ConfigKey>
  1845.             <EmitOnDownPress>false</EmitOnDownPress>
  1846.             <ButtonState>LeftButton</ButtonState>
  1847.             <ConnectValueToWidget>false</ConnectValueToWidget>
  1848.         </Connection>
  1849.         <Connection>
  1850.             <ConfigKey>[Channel2],loop_enabled</ConfigKey>
  1851.             <ConnectValueFromWidget>false</ConnectValueFromWidget>
  1852.         </Connection>
  1853.     </PushButton>
  1854.  
  1855.     <!--
  1856.     ****************************************
  1857.     Button- Reverse playback
  1858.     ****************************************
  1859.     -->
  1860.     <PushButton>
  1861.         <Tooltip>Reverse Toggles reverse playback when pressed during regular playback </Tooltip>
  1862.         <Style>QToolTip { font: 11px Lucida Grande, Lucida Sans Unicode, Arial, Verdana, sans-serif;
  1863.         background-color: #191919; color: #CCCCCC; border: 1px solid #CCCCCC; padding: 4px; }
  1864.         </Style>
  1865.         <NumberStates>1</NumberStates>
  1866.         <State>
  1867.             <Number>0</Number>
  1868.             <Pressed>btn_reverse1_over.png</Pressed>
  1869.             <Unpressed>btn_reverse1.png</Unpressed>
  1870.         </State>
  1871.         <Pos>41,50</Pos>
  1872.         <Connection>
  1873.             <ConfigKey>[Channel1],reverse</ConfigKey>
  1874.             <EmitOnDownPress>true</EmitOnDownPress>
  1875.             <ButtonState>LeftButton</ButtonState>
  1876.         </Connection>
  1877.         <Connection>
  1878.             <ConfigKey>[Channel1],reverse</ConfigKey>
  1879.             <EmitOnDownPress>false</EmitOnDownPress>
  1880.             <ButtonState>LeftButton</ButtonState>
  1881.         </Connection>
  1882.     </PushButton>
  1883.     <PushButton>
  1884.         <Tooltip>Reverse Toggles reverse playback when pressed during regular playback </Tooltip>
  1885.         <Style>QToolTip { font: 11px Lucida Grande, Lucida Sans Unicode, Arial, Verdana, sans-serif;
  1886.         background-color: #191919; color: #CCCCCC; border: 1px solid #CCCCCC; padding: 4px; }
  1887.         </Style>
  1888.         <NumberStates>1</NumberStates>
  1889.         <State>
  1890.             <Number>0</Number>
  1891.             <Pressed>btn_reverse2_over.png</Pressed>
  1892.             <Unpressed>btn_reverse2.png</Unpressed>
  1893.         </State>
  1894.         <Pos>752,50</Pos>
  1895.         <Connection>
  1896.             <ConfigKey>[Channel2],reverse</ConfigKey>
  1897.             <EmitOnDownPress>true</EmitOnDownPress>
  1898.             <ButtonState>LeftButton</ButtonState>
  1899.         </Connection>
  1900.         <Connection>
  1901.             <ConfigKey>[Channel2],reverse</ConfigKey>
  1902.             <EmitOnDownPress>false</EmitOnDownPress>
  1903.             <ButtonState>LeftButton</ButtonState>
  1904.         </Connection>
  1905.     </PushButton>
  1906.  
  1907.     <!--
  1908.     **********************************************
  1909.     Button- Fast forward and rewind
  1910.     **********************************************
  1911.     -->
  1912.     <PushButton>
  1913.         <Tooltip>Fast Forward Left-click: Fast forward through the track. Right-click: Jumps to the end of the track. </Tooltip>
  1914.         <Style>QToolTip { font: 11px Lucida Grande, Lucida Sans Unicode, Arial, Verdana, sans-serif;
  1915.         background-color: #191919; color: #CCCCCC; border: 1px solid #CCCCCC; padding: 4px; }
  1916.         </Style>
  1917.         <NumberStates>1</NumberStates>
  1918.         <State>
  1919.             <Number>0</Number>
  1920.             <Pressed>btn_forward1_over.png</Pressed>
  1921.             <Unpressed>btn_forward1.png</Unpressed>
  1922.         </State>
  1923.         <Pos>22,50</Pos>
  1924.         <Connection>
  1925.             <ConfigKey>[Channel1],fwd</ConfigKey>
  1926.             <EmitOnDownPress>true</EmitOnDownPress>
  1927.             <ButtonState>LeftButton</ButtonState>
  1928.         </Connection>
  1929.         <Connection>
  1930.             <ConfigKey>[Channel1],fwd</ConfigKey>
  1931.             <EmitOnDownPress>false</EmitOnDownPress>
  1932.             <ButtonState>LeftButton</ButtonState>
  1933.         </Connection>
  1934.         <Connection>
  1935.             <ConfigKey>[Channel1],end</ConfigKey>
  1936.             <EmitOnDownPress>true</EmitOnDownPress>
  1937.             <ButtonState>RightButton</ButtonState>
  1938.         </Connection>
  1939.         <Connection>
  1940.             <ConfigKey>[Channel1],end</ConfigKey>
  1941.             <EmitOnDownPress>false</EmitOnDownPress>
  1942.             <ButtonState>RightButton</ButtonState>
  1943.         </Connection>
  1944.     </PushButton>
  1945.     <PushButton>
  1946.         <Tooltip>Fast Rewind Left-click: Fast rewind through the track. Right-click: Jumps to the beginning of the track. </Tooltip>
  1947.         <Style>QToolTip { font: 11px Lucida Grande, Lucida Sans Unicode, Arial, Verdana, sans-serif;
  1948.         background-color: #191919; color: #CCCCCC; border: 1px solid #CCCCCC; padding: 4px; }
  1949.         </Style>
  1950.         <NumberStates>1</NumberStates>
  1951.         <State>
  1952.             <Number>0</Number>
  1953.             <Pressed>btn_rewind1_over.png</Pressed>
  1954.             <Unpressed>btn_rewind1.png</Unpressed>
  1955.         </State>
  1956.         <Pos>3,50</Pos>
  1957.         <Connection>
  1958.             <ConfigKey>[Channel1],back</ConfigKey>
  1959.             <EmitOnDownPress>true</EmitOnDownPress>
  1960.             <ButtonState>LeftButton</ButtonState>
  1961.         </Connection>
  1962.         <Connection>
  1963.             <ConfigKey>[Channel1],back</ConfigKey>
  1964.             <EmitOnDownPress>false</EmitOnDownPress>
  1965.             <ButtonState>LeftButton</ButtonState>
  1966.         </Connection>
  1967.         <Connection>
  1968.             <ConfigKey>[Channel1],start</ConfigKey>
  1969.             <EmitOnDownPress>true</EmitOnDownPress>
  1970.             <ButtonState>RightButton</ButtonState>
  1971.         </Connection>
  1972.         <Connection>
  1973.             <ConfigKey>[Channel1],start</ConfigKey>
  1974.             <EmitOnDownPress>false</EmitOnDownPress>
  1975.             <ButtonState>RightButton</ButtonState>
  1976.         </Connection>
  1977.     </PushButton>
  1978.     <PushButton>
  1979.         <Tooltip>Fast Forward Left-click: Fast forward through the track. Right-click: Jumps to the end of the track. </Tooltip>
  1980.         <Style>QToolTip { font: 11px Lucida Grande, Lucida Sans Unicode, Arial, Verdana, sans-serif;
  1981.         background-color: #191919; color: #CCCCCC; border: 1px solid #CCCCCC; padding: 4px; }
  1982.         </Style>
  1983.         <NumberStates>1</NumberStates>
  1984.         <State>
  1985.             <Number>0</Number>
  1986.             <Pressed>btn_forward2_over.png</Pressed>
  1987.             <Unpressed>btn_forward2.png</Unpressed>
  1988.         </State>
  1989.         <Pos>733,50</Pos>
  1990.         <Connection>
  1991.             <ConfigKey>[Channel2],fwd</ConfigKey>
  1992.             <EmitOnDownPress>true</EmitOnDownPress>
  1993.             <ButtonState>LeftButton</ButtonState>
  1994.         </Connection>
  1995.         <Connection>
  1996.             <ConfigKey>[Channel2],fwd</ConfigKey>
  1997.             <EmitOnDownPress>false</EmitOnDownPress>
  1998.             <ButtonState>LeftButton</ButtonState>
  1999.         </Connection>
  2000.         <Connection>
  2001.             <ConfigKey>[Channel2],end</ConfigKey>
  2002.             <EmitOnDownPress>true</EmitOnDownPress>
  2003.             <ButtonState>RightButton</ButtonState>
  2004.         </Connection>
  2005.         <Connection>
  2006.             <ConfigKey>[Channel2],end</ConfigKey>
  2007.             <EmitOnDownPress>false</EmitOnDownPress>
  2008.             <ButtonState>RightButton</ButtonState>
  2009.         </Connection>
  2010.     </PushButton>
  2011.     <PushButton>
  2012.         <Tooltip>Fast Rewind Left-click: Fast rewind through the track. Right-click: Jumps to the beginning of the track. </Tooltip>
  2013.         <Style>QToolTip { font: 11px Lucida Grande, Lucida Sans Unicode, Arial, Verdana, sans-serif;
  2014.         background-color: #191919; color: #CCCCCC; border: 1px solid #CCCCCC; padding: 4px; }
  2015.         </Style>
  2016.         <NumberStates>1</NumberStates>
  2017.         <State>
  2018.             <Number>0</Number>
  2019.             <Pressed>btn_rewind2_over.png</Pressed>
  2020.             <Unpressed>btn_rewind2.png</Unpressed>
  2021.         </State>
  2022.         <Pos>714,50</Pos>
  2023.         <Connection>
  2024.             <ConfigKey>[Channel2],back</ConfigKey>
  2025.             <EmitOnDownPress>true</EmitOnDownPress>
  2026.             <ButtonState>LeftButton</ButtonState>
  2027.         </Connection>
  2028.         <Connection>
  2029.             <ConfigKey>[Channel2],back</ConfigKey>
  2030.             <EmitOnDownPress>false</EmitOnDownPress>
  2031.             <ButtonState>LeftButton</ButtonState>
  2032.         </Connection>
  2033.         <Connection>
  2034.             <ConfigKey>[Channel2],start</ConfigKey>
  2035.             <EmitOnDownPress>true</EmitOnDownPress>
  2036.             <ButtonState>RightButton</ButtonState>
  2037.         </Connection>
  2038.         <Connection>
  2039.             <ConfigKey>[Channel2],start</ConfigKey>
  2040.             <EmitOnDownPress>false</EmitOnDownPress>
  2041.             <ButtonState>RightButton</ButtonState>
  2042.         </Connection>
  2043.     </PushButton>
  2044.  
  2045.     <!--
  2046.     **********************************************
  2047.     Button- Beat sync
  2048.     **********************************************
  2049.     -->
  2050.     <PushButton>
  2051.         <Tooltip>Syncronize tempo Attempts to automatically match the tempo of the track in this channel with tempo of the track in the other channel, based on the calculated BPM. </Tooltip>
  2052.         <Style>QToolTip { font: 11px Lucida Grande, Lucida Sans Unicode, Arial, Verdana, sans-serif;
  2053.         background-color: #191919; color: #CCCCCC; border: 1px solid #CCCCCC; padding: 4px; }
  2054.         </Style>
  2055.         <NumberStates>1</NumberStates>
  2056.         <State>
  2057.             <Number>0</Number>
  2058.             <Pressed>btn_sync1_over.png</Pressed>
  2059.             <Unpressed>btn_sync1.png</Unpressed>
  2060.         </State>
  2061.         <Pos>41,231</Pos>
  2062.         <Connection>
  2063.             <ConfigKey>[Channel1],beatsync</ConfigKey>
  2064.             <EmitOnDownPress>true</EmitOnDownPress>
  2065.             <ButtonState>LeftButton</ButtonState>
  2066.         </Connection>
  2067.         <Connection>
  2068.             <ConfigKey>[Channel1],beatsync</ConfigKey>
  2069.             <EmitOnDownPress>false</EmitOnDownPress>
  2070.             <ButtonState>LeftButton</ButtonState>
  2071.         </Connection>
  2072.     </PushButton>
  2073.     <PushButton>
  2074.         <Tooltip>Syncronize tempo Attempts to automatically match the tempo of the track in this channel with tempo of the track in the other channel, based on the calculated BPM. </Tooltip>
  2075.         <Style>QToolTip { font: 11px Lucida Grande, Lucida Sans Unicode, Arial, Verdana, sans-serif;
  2076.         background-color: #191919; color: #CCCCCC; border: 1px solid #CCCCCC; padding: 4px; }
  2077.         </Style>
  2078.         <NumberStates>1</NumberStates>
  2079.         <State>
  2080.             <Number>0</Number>
  2081.             <Pressed>btn_sync2_over.png</Pressed>
  2082.             <Unpressed>btn_sync2.png</Unpressed>
  2083.         </State>
  2084.         <Pos>752,231</Pos>
  2085.         <Connection>
  2086.             <ConfigKey>[Channel2],beatsync</ConfigKey>
  2087.             <EmitOnDownPress>true</EmitOnDownPress>
  2088.             <ButtonState>LeftButton</ButtonState>
  2089.         </Connection>
  2090.         <Connection>
  2091.             <ConfigKey>[Channel2],beatsync</ConfigKey>
  2092.             <EmitOnDownPress>false</EmitOnDownPress>
  2093.             <ButtonState>LeftButton</ButtonState>
  2094.         </Connection>
  2095.     </PushButton>
  2096.  
  2097.     <!--
  2098.     **********************************************
  2099.     Button- BPM Tap 
  2100.     **********************************************
  2101.     -->
  2102.  
  2103.     <PushButton>
  2104.         <Tooltip>BPM Tap It takes the progressive average of the last 4 taps  and sets the bpm of the deck to that value,  assuming the pitch range is large enough to reach it. </Tooltip>
  2105.         <Style>QToolTip { font: 11px Lucida Grande, Lucida Sans Unicode, Arial, Verdana, sans-serif;
  2106.         background-color: #191919; color: #CCCCCC; border: 1px solid #CCCCCC; padding: 4px; }
  2107.         </Style>
  2108.         <NumberStates>1</NumberStates>
  2109.         <State>
  2110.             <Number>0</Number>
  2111.             <Pressed>btn_tap1_over.png</Pressed>
  2112.             <Unpressed>btn_tap1.png</Unpressed>
  2113.         </State>
  2114.         <Pos>80,125</Pos>
  2115.         <Connection>
  2116.             <ConfigKey>[Channel1],bpm_tap</ConfigKey>
  2117.             <EmitOnDownPress>true</EmitOnDownPress>
  2118.         </Connection>
  2119.         <Connection>
  2120.             <ConfigKey>[Channel1],bpm_tap</ConfigKey>
  2121.             <EmitOnDownPress>false</EmitOnDownPress>
  2122.         </Connection>
  2123.     </PushButton>
  2124.     <PushButton>
  2125.         <Tooltip>BPM Tap It takes the progressive average of the last 4 taps  and sets the bpm of the deck to that value,  assuming the pitch range is large enough to reach it. </Tooltip>
  2126.         <Style>QToolTip { font: 11px Lucida Grande, Lucida Sans Unicode, Arial, Verdana, sans-serif;
  2127.         background-color: #191919; color: #CCCCCC; border: 1px solid #CCCCCC; padding: 4px; }
  2128.         </Style>
  2129.         <NumberStates>1</NumberStates>
  2130.         <State>
  2131.             <Number>0</Number>
  2132.             <Pressed>btn_tap2_over.png</Pressed>
  2133.             <Unpressed>btn_tap2.png</Unpressed>
  2134.         </State>
  2135.         <Pos>458,125</Pos>
  2136.         <Connection>
  2137.             <ConfigKey>[Channel2],bpm_tap</ConfigKey>
  2138.             <EmitOnDownPress>true</EmitOnDownPress>
  2139.         </Connection>
  2140.         <Connection>
  2141.             <ConfigKey>[Channel2],bpm_tap</ConfigKey>
  2142.             <EmitOnDownPress>false</EmitOnDownPress>
  2143.         </Connection>
  2144.     </PushButton>
  2145.  
  2146.     <!--
  2147.     **********************************************
  2148.     Button- Key lock
  2149.     **********************************************
  2150.     -->
  2151.  
  2152.     <PushButton>
  2153.         <Tooltip>Key-lock Activates position-independent time stretch for this deck. Warning: changing this while the deck is producing sound may result in undesired faults in the audio! </Tooltip>
  2154.         <Style>QToolTip { font: 11px Lucida Grande, Lucida Sans Unicode, Arial, Verdana, sans-serif;
  2155.         background-color: #191919; color: #CCCCCC; border: 1px solid #CCCCCC; padding: 4px; }
  2156.         </Style>
  2157.         <NumberStates>2</NumberStates>
  2158.         <State>
  2159.             <Number>0</Number>
  2160.             <Pressed>btn_keylock1.png</Pressed>
  2161.             <Unpressed>btn_keylock1.png</Unpressed>
  2162.         </State>
  2163.         <State>
  2164.             <Number>1</Number>
  2165.             <Pressed>btn_keylock1_over.png</Pressed>
  2166.             <Unpressed>btn_keylock1_over.png</Unpressed>
  2167.         </State>
  2168.         <Pos>3,255</Pos>
  2169.         <Connection>
  2170.             <ConfigKey>[Channel1],keylock</ConfigKey>
  2171.         </Connection>
  2172.     </PushButton>
  2173.     <PushButton>
  2174.         <Tooltip>Key-lock Activates position-independent time stretch in the deck. Warning: changing this while the deck is producing sound may result in undesired faults in the audio! </Tooltip>
  2175.         <Style>QToolTip { font: 11px Lucida Grande, Lucida Sans Unicode, Arial, Verdana, sans-serif;
  2176.         background-color: #191919; color: #CCCCCC; border: 1px solid #CCCCCC; padding: 4px; }
  2177.         </Style>
  2178.         <NumberStates>2</NumberStates>
  2179.         <State>
  2180.             <Number>0</Number>
  2181.             <Pressed>btn_keylock2.png</Pressed>
  2182.             <Unpressed>btn_keylock2.png</Unpressed>
  2183.         </State>
  2184.         <State>
  2185.             <Number>1</Number>
  2186.             <Pressed>btn_keylock2_over.png</Pressed>
  2187.             <Unpressed>btn_keylock2_over.png</Unpressed>
  2188.         </State>
  2189.         <Pos>714,255</Pos>
  2190.         <Connection>
  2191.             <ConfigKey>[Channel2],keylock</ConfigKey>
  2192.         </Connection>
  2193.     </PushButton>
  2194.  
  2195.     <!--
  2196.     **********************************************
  2197.     Button- Pitch control
  2198.     **********************************************
  2199.     -->
  2200.     <PushButton>
  2201.         <Tooltip>Raise pitch Left-click: Sets the pitch higher Right-click: Sets the pitch higher in small steps. Change the the amount of the steps in PreferencesΓåÆInterface menu. </Tooltip>
  2202.         <Style>QToolTip { font: 11px Lucida Grande, Lucida Sans Unicode, Arial, Verdana, sans-serif;
  2203.         background-color: #191919; color: #CCCCCC; border: 1px solid #CCCCCC; padding: 4px; }
  2204.         </Style>
  2205.         <NumberStates>1</NumberStates>
  2206.         <State>
  2207.             <Number>0</Number>
  2208.             <Pressed>btn_pitch_up1_over.png</Pressed>
  2209.             <Unpressed>btn_pitch_up1.png</Unpressed>
  2210.         </State>
  2211.         <Pos>31,175</Pos>
  2212.         <Connection>
  2213.             <ConfigKey>[Channel1],rate_perm_up</ConfigKey>
  2214.             <EmitOnDownPress>true</EmitOnDownPress>
  2215.             <ButtonState>LeftButton</ButtonState>
  2216.         </Connection>
  2217.         <Connection>
  2218.             <ConfigKey>[Channel1],rate_perm_up</ConfigKey>
  2219.             <EmitOnDownPress>false</EmitOnDownPress>
  2220.             <ButtonState>LeftButton</ButtonState>
  2221.         </Connection>
  2222.         <Connection>
  2223.             <ConfigKey>[Channel1],rate_perm_up_small</ConfigKey>
  2224.             <EmitOnDownPress>true</EmitOnDownPress>
  2225.             <ButtonState>RightButton</ButtonState>
  2226.         </Connection>
  2227.         <Connection>
  2228.             <ConfigKey>[Channel1],rate_perm_up_small</ConfigKey>
  2229.             <EmitOnDownPress>false</EmitOnDownPress>
  2230.             <ButtonState>RightButton</ButtonState>
  2231.         </Connection>
  2232.     </PushButton>
  2233.     <PushButton>
  2234.         <Tooltip>Raise pitch Left-click: Sets the pitch higher Right-click: Sets the pitch higher in small steps. Change the the amount of the steps in PreferencesΓåÆInterface menu. </Tooltip>
  2235.         <Style>QToolTip { font: 11px Lucida Grande, Lucida Sans Unicode, Arial, Verdana, sans-serif;
  2236.         background-color: #191919; color: #CCCCCC; border: 1px solid #CCCCCC; padding: 4px; }
  2237.         </Style>
  2238.         <NumberStates>1</NumberStates>
  2239.         <State>
  2240.             <Number>0</Number>
  2241.             <Pressed>btn_pitch_up2_over.png</Pressed>
  2242.             <Unpressed>btn_pitch_up1.png</Unpressed>
  2243.         </State>
  2244.         <Pos>742,175</Pos>
  2245.         <Connection>
  2246.             <ConfigKey>[Channel2],rate_perm_up</ConfigKey>
  2247.             <EmitOnDownPress>true</EmitOnDownPress>
  2248.             <ButtonState>LeftButton</ButtonState>
  2249.         </Connection>
  2250.         <Connection>
  2251.             <ConfigKey>[Channel2],rate_perm_up</ConfigKey>
  2252.             <EmitOnDownPress>false</EmitOnDownPress>
  2253.             <ButtonState>LeftButton</ButtonState>
  2254.         </Connection>
  2255.         <Connection>
  2256.             <ConfigKey>[Channel2],rate_perm_up_small</ConfigKey>
  2257.             <EmitOnDownPress>true</EmitOnDownPress>
  2258.             <ButtonState>RightButton</ButtonState>
  2259.         </Connection>
  2260.         <Connection>
  2261.             <ConfigKey>[Channel2],rate_perm_up_small</ConfigKey>
  2262.             <EmitOnDownPress>false</EmitOnDownPress>
  2263.             <ButtonState>RightButton</ButtonState>
  2264.         </Connection>
  2265.     </PushButton>
  2266.     <PushButton>
  2267.         <Tooltip>Lower pitch Left-click: Sets the pitch lower Right-click: Sets the pitch lower in small steps. Change the the amount of the steps in PreferencesΓåÆInterface menu. </Tooltip>
  2268.         <Style>QToolTip { font: 11px Lucida Grande, Lucida Sans Unicode, Arial, Verdana, sans-serif;
  2269.         background-color: #191919; color: #CCCCCC; border: 1px solid #CCCCCC; padding: 4px; }
  2270.         </Style>
  2271.         <NumberStates>1</NumberStates>
  2272.         <State>
  2273.             <Number>0</Number>
  2274.             <Pressed>btn_pitch_down1_over.png</Pressed>
  2275.             <Unpressed>btn_pitch_down1.png</Unpressed>
  2276.         </State>
  2277.         <Pos>31,194</Pos>
  2278.         <Connection>
  2279.             <ConfigKey>[Channel1],rate_perm_down</ConfigKey>
  2280.             <EmitOnDownPress>true</EmitOnDownPress>
  2281.             <ButtonState>LeftButton</ButtonState>
  2282.         </Connection>
  2283.         <Connection>
  2284.             <ConfigKey>[Channel1],rate_perm_down_small</ConfigKey>
  2285.             <EmitOnDownPress>true</EmitOnDownPress>
  2286.             <ButtonState>RightButton</ButtonState>
  2287.         </Connection>
  2288.     </PushButton>
  2289.     <PushButton>
  2290.         <Tooltip>Lower pitch Left-click: Sets the pitch lower Right-click: Sets the pitch lower in small steps. Change the the amount of the steps in PreferencesΓåÆInterface menu. </Tooltip>
  2291.         <Style>QToolTip { font: 11px Lucida Grande, Lucida Sans Unicode, Arial, Verdana, sans-serif;
  2292.         background-color: #191919; color: #CCCCCC; border: 1px solid #CCCCCC; padding: 4px; }
  2293.         </Style>
  2294.         <NumberStates>1</NumberStates>
  2295.         <State>
  2296.             <Number>0</Number>
  2297.             <Pressed>btn_pitch_down2_over.png</Pressed>
  2298.             <Unpressed>btn_pitch_down2.png</Unpressed>
  2299.         </State>
  2300.         <Pos>742,194</Pos>
  2301.         <Connection>
  2302.             <ConfigKey>[Channel2],rate_perm_down</ConfigKey>
  2303.             <EmitOnDownPress>true</EmitOnDownPress>
  2304.             <ButtonState>LeftButton</ButtonState>
  2305.         </Connection>
  2306.         <Connection>
  2307.             <ConfigKey>[Channel2],rate_perm_down_small</ConfigKey>
  2308.             <EmitOnDownPress>true</EmitOnDownPress>
  2309.             <ButtonState>RightButton</ButtonState>
  2310.         </Connection>
  2311.     </PushButton>
  2312.  
  2313.     <!--
  2314.     **********************************************
  2315.     Button- Pitch bend (Nudge)
  2316.     **********************************************
  2317.     -->
  2318.     <PushButton>
  2319.         <Tooltip>Raise pitch temporary (nudge) Left-click: Holds the pitch higher while active Right-click: Holds the pitch higher (small amount) while active Change the amount of the steps in PreferencesΓåÆInterface </Tooltip>
  2320.         <Style>QToolTip { font: 11px Lucida Grande, Lucida Sans Unicode, Arial, Verdana, sans-serif;
  2321.         background-color: #191919; color: #CCCCCC; border: 1px solid #CCCCCC; padding: 4px; }
  2322.         </Style>
  2323.         <NumberStates>1</NumberStates>
  2324.         <State>
  2325.             <Number>0</Number>
  2326.             <Pressed>btn_nudge_up1_over.png</Pressed>
  2327.             <Unpressed>btn_nudge_up1.png</Unpressed>
  2328.         </State>
  2329.         <Pos>55,175</Pos>
  2330.         <Connection>
  2331.             <ConfigKey>[Channel1],rate_temp_up</ConfigKey>
  2332.             <EmitOnDownPress>true</EmitOnDownPress>
  2333.             <ButtonState>LeftButton</ButtonState>
  2334.         </Connection>
  2335.         <Connection>
  2336.             <ConfigKey>[Channel1],rate_temp_up</ConfigKey>
  2337.             <EmitOnDownPress>false</EmitOnDownPress>
  2338.             <ButtonState>LeftButton</ButtonState>
  2339.         </Connection>
  2340.         <Connection>
  2341.             <ConfigKey>[Channel1],rate_temp_up_small</ConfigKey>
  2342.             <EmitOnDownPress>true</EmitOnDownPress>
  2343.             <ButtonState>RightButton</ButtonState>
  2344.         </Connection>
  2345.         <Connection>
  2346.             <ConfigKey>[Channel1],rate_temp_up_small</ConfigKey>
  2347.             <EmitOnDownPress>false</EmitOnDownPress>
  2348.             <ButtonState>RightButton</ButtonState>
  2349.         </Connection>
  2350.     </PushButton>
  2351.     <PushButton>
  2352.         <Tooltip>Raise pitch temporary (nudge) Left-click: Holds the pitch higher while active Right-click: Holds the pitch higher (small amount) while active Change the amount of the steps in PreferencesΓåÆInterface </Tooltip>
  2353.         <Style>QToolTip { font: 11px Lucida Grande, Lucida Sans Unicode, Arial, Verdana, sans-serif;
  2354.         background-color: #191919; color: #CCCCCC; border: 1px solid #CCCCCC; padding: 4px; }
  2355.         </Style>
  2356.         <NumberStates>1</NumberStates>
  2357.         <State>
  2358.             <Number>0</Number>
  2359.             <Pressed>btn_nudge_up2_over.png</Pressed>
  2360.             <Unpressed>btn_nudge_up2.png</Unpressed>
  2361.         </State>
  2362.         <Pos>766,175</Pos>
  2363.         <Connection>
  2364.             <ConfigKey>[Channel2],rate_temp_up</ConfigKey>
  2365.             <EmitOnDownPress>true</EmitOnDownPress>
  2366.             <ButtonState>LeftButton</ButtonState>
  2367.         </Connection>
  2368.         <Connection>
  2369.             <ConfigKey>[Channel2],rate_temp_up</ConfigKey>
  2370.             <EmitOnDownPress>false</EmitOnDownPress>
  2371.             <ButtonState>LeftButton</ButtonState>
  2372.         </Connection>
  2373.         <Connection>
  2374.             <ConfigKey>[Channel2],rate_temp_up_small</ConfigKey>
  2375.             <EmitOnDownPress>true</EmitOnDownPress>
  2376.             <ButtonState>RightButton</ButtonState>
  2377.         </Connection>
  2378.         <Connection>
  2379.             <ConfigKey>[Channel2],rate_temp_up_small</ConfigKey>
  2380.             <EmitOnDownPress>false</EmitOnDownPress>
  2381.             <ButtonState>RightButton</ButtonState>
  2382.         </Connection>
  2383.     </PushButton>
  2384.     <PushButton>
  2385.         <Tooltip>Lower pitch temporary (nudge) Left-click: Holds the pitch lower while active Right-click: Holds the pitch lower (small amount) while active Change the amount of the steps in PreferencesΓåÆInterface. </Tooltip>
  2386.         <Style>QToolTip { font: 11px Lucida Grande, Lucida Sans Unicode, Arial, Verdana, sans-serif;
  2387.         background-color: #191919; color: #CCCCCC; border: 1px solid #CCCCCC; padding: 4px; }
  2388.         </Style>
  2389.         <NumberStates>1</NumberStates>
  2390.         <State>
  2391.             <Number>0</Number>
  2392.             <Pressed>btn_nudge_down1_over.png</Pressed>
  2393.             <Unpressed>btn_nudge_down1.png</Unpressed>
  2394.         </State>
  2395.         <Pos>55,194</Pos>
  2396.         <Connection>
  2397.             <ConfigKey>[Channel1],rate_temp_down</ConfigKey>
  2398.             <EmitOnDownPress>true</EmitOnDownPress>
  2399.             <ButtonState>LeftButton</ButtonState>
  2400.         </Connection>
  2401.         <Connection>
  2402.             <ConfigKey>[Channel1],rate_temp_down</ConfigKey>
  2403.             <EmitOnDownPress>false</EmitOnDownPress>
  2404.             <ButtonState>LeftButton</ButtonState>
  2405.         </Connection>
  2406.         <Connection>
  2407.             <ConfigKey>[Channel1],rate_temp_down_small</ConfigKey>
  2408.             <EmitOnDownPress>true</EmitOnDownPress>
  2409.             <ButtonState>RightButton</ButtonState>
  2410.         </Connection>
  2411.         <Connection>
  2412.             <ConfigKey>[Channel1],rate_temp_down_small</ConfigKey>
  2413.             <EmitOnDownPress>false</EmitOnDownPress>
  2414.             <ButtonState>RightButton</ButtonState>
  2415.         </Connection>
  2416.     </PushButton>
  2417.     <PushButton>
  2418.         <Tooltip>Lower pitch temporary (nudge) Left-click: Holds the pitch lower while active Right-click: Holds the pitch lower (small amount) while active Change the amount of the steps in PreferencesΓåÆInterface. </Tooltip>
  2419.         <Style>QToolTip { font: 11px Lucida Grande, Lucida Sans Unicode, Arial, Verdana, sans-serif;
  2420.         background-color: #191919; color: #CCCCCC; border: 1px solid #CCCCCC; padding: 4px; }
  2421.         </Style>
  2422.         <NumberStates>1</NumberStates>
  2423.         <State>
  2424.             <Number>0</Number>
  2425.             <Pressed>btn_nudge_down2_over.png</Pressed>
  2426.             <Unpressed>btn_nudge_down2.png</Unpressed>
  2427.         </State>
  2428.         <Pos>766,194</Pos>
  2429.         <Connection>
  2430.             <ConfigKey>[Channel2],rate_temp_down</ConfigKey>
  2431.             <EmitOnDownPress>true</EmitOnDownPress>
  2432.             <ButtonState>LeftButton</ButtonState>
  2433.         </Connection>
  2434.         <Connection>
  2435.             <ConfigKey>[Channel2],rate_temp_down</ConfigKey>
  2436.             <EmitOnDownPress>false</EmitOnDownPress>
  2437.             <ButtonState>LeftButton</ButtonState>
  2438.         </Connection>
  2439.         <Connection>
  2440.             <ConfigKey>[Channel2],rate_temp_down_small</ConfigKey>
  2441.             <EmitOnDownPress>true</EmitOnDownPress>
  2442.             <ButtonState>RightButton</ButtonState>
  2443.         </Connection>
  2444.         <Connection>
  2445.             <ConfigKey>[Channel2],rate_temp_down_small</ConfigKey>
  2446.             <EmitOnDownPress>false</EmitOnDownPress>
  2447.             <ButtonState>RightButton</ButtonState>
  2448.         </Connection>
  2449.     </PushButton>
  2450.  
  2451.     <!--
  2452.     **********************************************
  2453.     Button- Prelisten / Monitoring
  2454.     **********************************************
  2455.     -->
  2456.     <PushButton>
  2457.         <Tooltip>Headphone Sends the selected channel's audio to the Headphones output audio device selected in PreferencesΓåÆSound Hardware. </Tooltip>
  2458.         <Style>QToolTip { font: 11px Lucida Grande, Lucida Sans Unicode, Arial, Verdana, sans-serif;
  2459.         background-color: #191919; color: #CCCCCC; border: 1px solid #CCCCCC; padding: 4px; }
  2460.         </Style>
  2461.         <NumberStates>2</NumberStates>
  2462.         <State>
  2463.             <Number>0</Number>
  2464.             <Pressed>btn_pfl1.png</Pressed>
  2465.             <Unpressed>btn_pfl1.png</Unpressed>
  2466.         </State>
  2467.         <State>
  2468.             <Number>1</Number>
  2469.             <Pressed>btn_pfl1_over.png</Pressed>
  2470.             <Unpressed>btn_pfl1_over.png</Unpressed>
  2471.         </State>
  2472.         <Pos>3,231</Pos>
  2473.         <Connection>
  2474.             <ConfigKey>[Channel1],pfl</ConfigKey>
  2475.         </Connection>
  2476.     </PushButton>
  2477.     <PushButton>
  2478.         <Tooltip>Headphone Sends the selected channel's audio to the Headphones output audio device selected in PreferencesΓåÆSound Hardware. </Tooltip>
  2479.         <Style>QToolTip { font: 11px Lucida Grande, Lucida Sans Unicode, Arial, Verdana, sans-serif;
  2480.         background-color: #191919; color: #CCCCCC; border: 1px solid #CCCCCC; padding: 4px; }
  2481.         </Style>
  2482.         <NumberStates>2</NumberStates>
  2483.         <State>
  2484.             <Number>0</Number>
  2485.             <Pressed>btn_pfl2.png</Pressed>
  2486.             <Unpressed>btn_pfl2.png</Unpressed>
  2487.         </State>
  2488.         <State>
  2489.             <Number>1</Number>
  2490.             <Pressed>btn_pfl2_over.png</Pressed>
  2491.             <Unpressed>btn_pfl2_over.png</Unpressed>
  2492.         </State>
  2493.         <Pos>714,231</Pos>
  2494.         <Connection>
  2495.             <ConfigKey>[Channel2],pfl</ConfigKey>
  2496.         </Connection>
  2497.     </PushButton>
  2498.  
  2499.     <!--
  2500.     **********************************************
  2501.     Button- Repeat (End of track mode)
  2502.     **********************************************
  2503.     -->
  2504.     <PushButton>
  2505.         <Tooltip>Repeat When active the track will repeat if you go past the end or reverse before the start. </Tooltip>
  2506.         <Style>QToolTip { font: 11px Lucida Grande, Lucida Sans Unicode, Arial, Verdana, sans-serif;
  2507.         background-color: #191919; color: #CCCCCC; border: 1px solid #CCCCCC; padding: 4px; }
  2508.         </Style>
  2509.         <NumberStates>2</NumberStates>
  2510.         <State>
  2511.             <Number>0</Number>
  2512.             <Pressed>btn_repeat1.png</Pressed>
  2513.             <Unpressed>btn_repeat1.png</Unpressed>
  2514.         </State>
  2515.         <State>
  2516.             <Number>1</Number>
  2517.             <Pressed>btn_repeat1_over.png</Pressed>
  2518.             <Unpressed>btn_repeat1_over.png</Unpressed>
  2519.         </State>
  2520.         <Pos>301,125</Pos>
  2521.         <Connection>
  2522.             <ConfigKey>[Channel1],repeat</ConfigKey>
  2523.         </Connection>
  2524.     </PushButton>
  2525.     <PushButton>
  2526.         <Tooltip>Repeat When active the track will repeat if you go past the end or reverse before the start. </Tooltip>
  2527.         <Style>QToolTip { font: 11px Lucida Grande, Lucida Sans Unicode, Arial, Verdana, sans-serif;
  2528.         background-color: #191919; color: #CCCCCC; border: 1px solid #CCCCCC; padding: 4px; }
  2529.         </Style>
  2530.         <NumberStates>2</NumberStates>
  2531.         <State>
  2532.             <Number>0</Number>
  2533.             <Pressed>btn_repeat2.png</Pressed>
  2534.             <Unpressed>btn_repeat2.png</Unpressed>
  2535.         </State>
  2536.         <State>
  2537.             <Number>1</Number>
  2538.             <Pressed>btn_repeat2_over.png</Pressed>
  2539.             <Unpressed>btn_repeat2_over.png</Unpressed>
  2540.         </State>
  2541.         <Pos>678,125</Pos>
  2542.         <Connection>
  2543.             <ConfigKey>[Channel2],repeat</ConfigKey>
  2544.         </Connection>
  2545.     </PushButton>
  2546.  
  2547.     <!--
  2548.     **********************************************
  2549.     Button- FX (Flanger)
  2550.     **********************************************
  2551.     -->
  2552.     <PushButton>
  2553.         <Tooltip>Flanger Toggles the flange effect. Use the depth/delay/lfo knobs to adjust </Tooltip>
  2554.         <Style>QToolTip { font: 11px Lucida Grande, Lucida Sans Unicode, Arial, Verdana, sans-serif;
  2555.         background-color: #191919; color: #CCCCCC; border: 1px solid #CCCCCC; padding: 4px; }
  2556.         </Style>
  2557.         <NumberStates>2</NumberStates>
  2558.         <State>
  2559.             <Number>0</Number>
  2560.             <Pressed>btn_fx1.png</Pressed>
  2561.             <Unpressed>btn_fx1.png</Unpressed>
  2562.         </State>
  2563.         <State>
  2564.             <Number>1</Number>
  2565.             <Pressed>btn_fx1_over.png</Pressed>
  2566.             <Unpressed>btn_fx1_over.png</Unpressed>
  2567.         </State>
  2568.         <Pos>41,255</Pos>
  2569.         <Connection>
  2570.             <ConfigKey>[Channel1],flanger</ConfigKey>
  2571.         </Connection>
  2572.     </PushButton>
  2573.     <PushButton>
  2574.         <Tooltip>Flanger Toggles the flange effect. Use the depth/delay/lfo knobs to adjust </Tooltip>
  2575.         <Style>QToolTip { font: 11px Lucida Grande, Lucida Sans Unicode, Arial, Verdana, sans-serif;
  2576.         background-color: #191919; color: #CCCCCC; border: 1px solid #CCCCCC; padding: 4px; }
  2577.         </Style>
  2578.         <NumberStates>2</NumberStates>
  2579.         <State>
  2580.             <Number>0</Number>
  2581.             <Pressed>btn_fx2.png</Pressed>
  2582.             <Unpressed>btn_fx1.png</Unpressed>
  2583.         </State>
  2584.         <State>
  2585.             <Number>1</Number>
  2586.             <Pressed>btn_fx2_over.png</Pressed>
  2587.             <Unpressed>btn_fx2_over.png</Unpressed>
  2588.         </State>
  2589.         <Pos>752,255</Pos>
  2590.         <Connection>
  2591.             <ConfigKey>[Channel2],flanger</ConfigKey>
  2592.         </Connection>
  2593.     </PushButton>
  2594.  
  2595.     <!--
  2596.     **********************************************
  2597.     Button- Frequency Kill
  2598.     **********************************************
  2599.     -->
  2600.     <PushButton>
  2601.         <Tooltip>High EQ kill Holds the gain of the high EQ to zero while active. </Tooltip>
  2602.         <Style>QToolTip { font: 11px Lucida Grande, Lucida Sans Unicode, Arial, Verdana, sans-serif;
  2603.         background-color: #191919; color: #CCCCCC; border: 1px solid #CCCCCC; padding: 4px; }
  2604.         </Style>
  2605.         <NumberStates>2</NumberStates>
  2606.         <State>
  2607.             <Number>0</Number>
  2608.             <Pressed>btn_kill1_over.png</Pressed>
  2609.             <Unpressed>btn_kill1.png</Unpressed>
  2610.         </State>
  2611.         <State>
  2612.             <Number>1</Number>
  2613.             <Pressed>btn_kill1.png</Pressed>
  2614.             <Unpressed>btn_kill1_over.png</Unpressed>
  2615.         </State>
  2616.         <Pos>52,341</Pos>
  2617.         <Connection>
  2618.             <ConfigKey>[Channel1],filterHighKill</ConfigKey>
  2619.             <EmitOnDownPress>true</EmitOnDownPress>
  2620.             <ButtonState>LeftButton</ButtonState>
  2621.         </Connection>
  2622.     </PushButton>
  2623.     <PushButton>
  2624.         <Tooltip>Mid EQ kill Holds the gain of the mid EQ to zero while active. </Tooltip>
  2625.         <Style>QToolTip { font: 11px Lucida Grande, Lucida Sans Unicode, Arial, Verdana, sans-serif;
  2626.         background-color: #191919; color: #CCCCCC; border: 1px solid #CCCCCC; padding: 4px; }
  2627.         </Style>
  2628.         <NumberStates>2</NumberStates>
  2629.         <State>
  2630.             <Number>0</Number>
  2631.             <Pressed>btn_kill1_over.png</Pressed>
  2632.             <Unpressed>btn_kill1.png</Unpressed>
  2633.         </State>
  2634.         <State>
  2635.             <Number>1</Number>
  2636.             <Pressed>btn_kill1.png</Pressed>
  2637.             <Unpressed>btn_kill1_over.png</Unpressed>
  2638.         </State>
  2639.         <Pos>52,376</Pos>
  2640.         <Connection>
  2641.             <ConfigKey>[Channel1],filterMidKill</ConfigKey>
  2642.             <EmitOnDownPress>true</EmitOnDownPress>
  2643.             <ButtonState>LeftButton</ButtonState>
  2644.         </Connection>
  2645.     </PushButton>
  2646.     <PushButton>
  2647.         <Tooltip>Low EQ kill Holds the gain of the low EQ to zero while active. </Tooltip>
  2648.         <Style>QToolTip { font: 11px Lucida Grande, Lucida Sans Unicode, Arial, Verdana, sans-serif;
  2649.         background-color: #191919; color: #CCCCCC; border: 1px solid #CCCCCC; padding: 4px; }
  2650.         </Style>
  2651.         <NumberStates>2</NumberStates>
  2652.         <State>
  2653.             <Number>0</Number>
  2654.             <Pressed>btn_kill1_over.png</Pressed>
  2655.             <Unpressed>btn_kill1.png</Unpressed>
  2656.         </State>
  2657.         <State>
  2658.             <Number>1</Number>
  2659.             <Pressed>btn_kill1.png</Pressed>
  2660.             <Unpressed>btn_kill1_over.png</Unpressed>
  2661.         </State>
  2662.         <Pos>52,410</Pos>
  2663.         <Connection>
  2664.             <ConfigKey>[Channel1],filterLowKill</ConfigKey>
  2665.             <EmitOnDownPress>true</EmitOnDownPress>
  2666.             <ButtonState>LeftButton</ButtonState>
  2667.         </Connection>
  2668.     </PushButton>
  2669.     <PushButton>
  2670.         <Tooltip>High EQ kill Holds the gain of the high EQ to zero while active. </Tooltip>
  2671.         <Style>QToolTip { font: 11px Lucida Grande, Lucida Sans Unicode, Arial, Verdana, sans-serif;
  2672.         background-color: #191919; color: #CCCCCC; border: 1px solid #CCCCCC; padding: 4px; }
  2673.         </Style>
  2674.         <NumberStates>2</NumberStates>
  2675.         <State>
  2676.             <Number>0</Number>
  2677.             <Pressed>btn_kill2_over.png</Pressed>
  2678.             <Unpressed>btn_kill2.png</Unpressed>
  2679.         </State>
  2680.         <State>
  2681.             <Number>1</Number>
  2682.             <Pressed>btn_kill2.png</Pressed>
  2683.             <Unpressed>btn_kill2_over.png</Unpressed>
  2684.         </State>
  2685.         <Pos>763,341</Pos>
  2686.         <Connection>
  2687.             <ConfigKey>[Channel2],filterHighKill</ConfigKey>
  2688.             <EmitOnDownPress>true</EmitOnDownPress>
  2689.             <ButtonState>LeftButton</ButtonState>
  2690.         </Connection>
  2691.     </PushButton>
  2692.     <PushButton>
  2693.         <Tooltip>Mid EQ kill Holds the gain of the mid EQ to zero while active. </Tooltip>
  2694.         <Style>QToolTip { font: 11px Lucida Grande, Lucida Sans Unicode, Arial, Verdana, sans-serif;
  2695.         background-color: #191919; color: #CCCCCC; border: 1px solid #CCCCCC; padding: 4px; }
  2696.         </Style>
  2697.         <NumberStates>2</NumberStates>
  2698.         <State>
  2699.             <Number>0</Number>
  2700.             <Pressed>btn_kill2_over.png</Pressed>
  2701.             <Unpressed>btn_kill2.png</Unpressed>
  2702.         </State>
  2703.         <State>
  2704.             <Number>1</Number>
  2705.             <Pressed>btn_kill2.png</Pressed>
  2706.             <Unpressed>btn_kill2_over.png</Unpressed>
  2707.         </State>
  2708.         <Pos>763,376</Pos>
  2709.         <Connection>
  2710.             <ConfigKey>[Channel2],filterMidKill</ConfigKey>
  2711.             <EmitOnDownPress>true</EmitOnDownPress>
  2712.             <ButtonState>LeftButton</ButtonState>
  2713.         </Connection>
  2714.     </PushButton>
  2715.     <PushButton>
  2716.         <Tooltip>Low EQ kill Holds the gain of the low EQ to zero while active. </Tooltip>
  2717.         <Style>QToolTip { font: 11px Lucida Grande, Lucida Sans Unicode, Arial, Verdana, sans-serif;
  2718.         background-color: #191919; color: #CCCCCC; border: 1px solid #CCCCCC; padding: 4px; }
  2719.         </Style>
  2720.         <NumberStates>2</NumberStates>
  2721.         <State>
  2722.             <Number>0</Number>
  2723.             <Pressed>btn_kill2_over.png</Pressed>
  2724.             <Unpressed>btn_kill2.png</Unpressed>
  2725.         </State>
  2726.         <State>
  2727.             <Number>1</Number>
  2728.             <Pressed>btn_kill2.png</Pressed>
  2729.             <Unpressed>btn_kill2_over.png</Unpressed>
  2730.         </State>
  2731.         <Pos>763,410</Pos>
  2732.         <Connection>
  2733.             <ConfigKey>[Channel2],filterLowKill</ConfigKey>
  2734.             <EmitOnDownPress>true</EmitOnDownPress>
  2735.             <ButtonState>LeftButton</ButtonState>
  2736.         </Connection>
  2737.     </PushButton>
  2738.  
  2739.     <!--
  2740.     ############################################################################################
  2741.     ############################################################################################
  2742.     Section: RotaryFader
  2743.     ############################################################################################
  2744.     ############################################################################################
  2745.     -->
  2746.  
  2747.     <!--
  2748.     **********************************************
  2749.     RotaryFader- Master volume & balance
  2750.     **********************************************
  2751.     -->
  2752.     <Knob>
  2753.         <Tooltip>Master volume Adjusts the Master output volume. Right-click: Reset to default value </Tooltip>
  2754.         <Style>QToolTip { font: 11px Lucida Grande, Lucida Sans Unicode, Arial, Verdana, sans-serif;
  2755.         background-color: #191919; color: #CCCCCC; border: 1px solid #CCCCCC; padding: 4px; }
  2756.         </Style>
  2757.         <NumberStates>33</NumberStates>
  2758.         <Path>knob_rotary3_s%1.png</Path>
  2759.         <Pos>544,144</Pos>
  2760.         <Connection>
  2761.             <ConfigKey>[Master],volume</ConfigKey>
  2762.         </Connection>
  2763.     </Knob>
  2764.     <Knob>
  2765.         <Tooltip>Balance Adjusts the left/right channel balance on the Master output. Right-click: Reset to default value </Tooltip>
  2766.         <Style>QToolTip { font: 11px Lucida Grande, Lucida Sans Unicode, Arial, Verdana, sans-serif;
  2767.         background-color: #191919; color: #CCCCCC; border: 1px solid #CCCCCC; padding: 4px; }
  2768.         </Style>
  2769.         <NumberStates>33</NumberStates>
  2770.         <Path>knob_rotary3_s%1.png</Path>
  2771.         <Pos>512,144</Pos>
  2772.         <Connection>
  2773.             <ConfigKey>[Master],balance</ConfigKey>
  2774.         </Connection>
  2775.     </Knob>
  2776.  
  2777.     <!--
  2778.     **********************************************
  2779.     RotaryFader- Flanger (FX) setting
  2780.     **********************************************
  2781.     -->
  2782.     <Knob>
  2783.         <Tooltip>Flanger delay Adjusts the phase delay of the flange effect (when active). Right-click: Reset to default value </Tooltip>
  2784.         <Style>QToolTip { font: 11px Lucida Grande, Lucida Sans Unicode, Arial, Verdana, sans-serif;
  2785.         background-color: #191919; color: #CCCCCC; border: 1px solid #CCCCCC; padding: 4px; }
  2786.         </Style>
  2787.         <NumberStates>33</NumberStates>
  2788.         <Path>knob_rotary3_s%1.png</Path>
  2789.         <Pos>113,144</Pos>
  2790.         <Connection>
  2791.             <ConfigKey>[Flanger],lfoDelay</ConfigKey>
  2792.         </Connection>
  2793.     </Knob>
  2794.     <Knob>
  2795.         <Tooltip>Flanger depth Adjusts the intensity of the flange effect (when active). Right-click: Reset to default value </Tooltip>
  2796.         <Style>QToolTip { font: 11px Lucida Grande, Lucida Sans Unicode, Arial, Verdana, sans-serif;
  2797.         background-color: #191919; color: #CCCCCC; border: 1px solid #CCCCCC; padding: 4px; }
  2798.         </Style>
  2799.         <NumberStates>33</NumberStates>
  2800.         <Path>knob_rotary3_s%1.png</Path>
  2801.         <Pos>81,144</Pos>
  2802.         <Connection>
  2803.             <ConfigKey>[Flanger],lfoDepth</ConfigKey>
  2804.         </Connection>
  2805.     </Knob>
  2806.     <Knob>
  2807.         <Tooltip>Flanger LFO period Adjusts the wavelength of the flange effect (when active). Right-click: Reset to default value </Tooltip>
  2808.         <Style>QToolTip { font: 11px Lucida Grande, Lucida Sans Unicode, Arial, Verdana, sans-serif;
  2809.         background-color: #191919; color: #CCCCCC; border: 1px solid #CCCCCC; padding: 4px; }
  2810.         </Style>
  2811.         <NumberStates>33</NumberStates>
  2812.         <Path>knob_rotary3_s%1.png</Path>
  2813.         <Pos>144,144</Pos>
  2814.         <Connection>
  2815.             <ConfigKey>[Flanger],lfoPeriod</ConfigKey>
  2816.         </Connection>
  2817.     </Knob>
  2818.  
  2819.     <!--
  2820.     **********************************************
  2821.     RotaryFader- Headphone volume and mix
  2822.     **********************************************
  2823.     -->
  2824.     <Knob>
  2825.         <Tooltip>Headphone volume Adjusts the headphone output volume. Right-click: Reset to default value </Tooltip>
  2826.         <Style>QToolTip { font: 11px Lucida Grande, Lucida Sans Unicode, Arial, Verdana, sans-serif;
  2827.         background-color: #191919; color: #CCCCCC; border: 1px solid #CCCCCC; padding: 4px; }
  2828.         </Style>
  2829.         <NumberStates>33</NumberStates>
  2830.         <Path>knob_rotary3_s%1.png</Path>
  2831.         <Pos>200,144</Pos>
  2832.         <Connection>
  2833.             <ConfigKey>[Master],headVolume</ConfigKey>
  2834.         </Connection>
  2835.     </Knob>
  2836.     <Knob>
  2837.         <Tooltip>Headphone mix Controls what you hear on the headphone output. Right-click: Reset to default value </Tooltip>
  2838.         <Style>QToolTip { font: 11px Lucida Grande, Lucida Sans Unicode, Arial, Verdana, sans-serif;
  2839.         background-color: #191919; color: #CCCCCC; border: 1px solid #CCCCCC; padding: 4px; }
  2840.         </Style>
  2841.         <NumberStates>33</NumberStates>
  2842.         <Path>knob_rotary3_s%1.png</Path>
  2843.         <Pos>232,144</Pos>
  2844.         <Connection>
  2845.             <ConfigKey>[Master],headMix</ConfigKey>
  2846.         </Connection>
  2847.     </Knob>
  2848.  
  2849.     <!--
  2850.     **********************************************
  2851.     RotaryFader- Channel filter and gain
  2852.     **********************************************
  2853.     -->
  2854.     <Knob>
  2855.         <Tooltip>Gain Adjusts the pre-fader gain of the track (to avoid clipping) Right-click: Reset to default value </Tooltip>
  2856.         <Style>QToolTip { font: 11px Lucida Grande, Lucida Sans Unicode, Arial, Verdana, sans-serif;
  2857.         background-color: #191919; color: #CCCCCC; border: 1px solid #CCCCCC; padding: 4px; }
  2858.         </Style>
  2859.         <NumberStates>33</NumberStates>
  2860.         <Path>knob_rotary1_s%1.png</Path>
  2861.         <Pos>30,285</Pos>
  2862.         <Connection>
  2863.             <ConfigKey>[Channel1],pregain</ConfigKey>
  2864.         </Connection>
  2865.     </Knob>
  2866.     <Knob>
  2867.         <Tooltip>High EQ Adjusts the gain of the high EQ filter. Right-click: Reset to default value </Tooltip>
  2868.         <Style>QToolTip { font: 11px Lucida Grande, Lucida Sans Unicode, Arial, Verdana, sans-serif;
  2869.         background-color: #191919; color: #CCCCCC; border: 1px solid #CCCCCC; padding: 4px; }
  2870.         </Style>
  2871.         <NumberStates>33</NumberStates>
  2872.         <Path>knob_rotary1_s%1.png</Path>
  2873.         <Pos>30,318</Pos>
  2874.         <Connection>
  2875.             <ConfigKey>[Channel1],filterHigh</ConfigKey>
  2876.         </Connection>
  2877.     </Knob>
  2878.     <Knob>
  2879.         <Tooltip>Mid EQ Adjusts the gain of the mid EQ filter. Right-click: Reset to default value </Tooltip>
  2880.         <Style>QToolTip { font: 11px Lucida Grande, Lucida Sans Unicode, Arial, Verdana, sans-serif;
  2881.         background-color: #191919; color: #CCCCCC; border: 1px solid #CCCCCC; padding: 4px; }
  2882.         </Style>
  2883.         <NumberStates>33</NumberStates>
  2884.         <Path>knob_rotary1_s%1.png</Path>
  2885.         <Pos>30,353</Pos>
  2886.         <Connection>
  2887.             <ConfigKey>[Channel1],filterMid</ConfigKey>
  2888.         </Connection>
  2889.     </Knob>
  2890.     <Knob>
  2891.         <Tooltip>Low EQ Adjusts the gain of the low EQ filter. Right-click: Reset to default value </Tooltip>
  2892.         <Style>QToolTip { font: 11px Lucida Grande, Lucida Sans Unicode, Arial, Verdana, sans-serif;
  2893.         background-color: #191919; color: #CCCCCC; border: 1px solid #CCCCCC; padding: 4px; }
  2894.         </Style>
  2895.         <NumberStates>33</NumberStates>
  2896.         <Path>knob_rotary1_s%1.png</Path>
  2897.         <Pos>30,387</Pos>
  2898.         <Connection>
  2899.             <ConfigKey>[Channel1],filterLow</ConfigKey>
  2900.         </Connection>
  2901.     </Knob>
  2902.     <Knob>
  2903.         <Tooltip>Gain Adjusts the pre-fader gain of the track (to avoid clipping) Right-click: Reset to default value </Tooltip>
  2904.         <Style>QToolTip { font: 11px Lucida Grande, Lucida Sans Unicode, Arial, Verdana, sans-serif;
  2905.         background-color: #191919; color: #CCCCCC; border: 1px solid #CCCCCC; padding: 4px; }
  2906.         </Style>
  2907.         <NumberStates>33</NumberStates>
  2908.         <Path>knob_rotary2_s%1.png</Path>
  2909.         <Pos>741,285</Pos>
  2910.         <Connection>
  2911.             <ConfigKey>[Channel2],pregain</ConfigKey>
  2912.         </Connection>
  2913.     </Knob>
  2914.     <Knob>
  2915.         <Tooltip>High EQ Adjusts the gain of the high EQ filter. Right-click: Reset to default value </Tooltip>
  2916.         <Style>QToolTip { font: 11px Lucida Grande, Lucida Sans Unicode, Arial, Verdana, sans-serif;
  2917.         background-color: #191919; color: #CCCCCC; border: 1px solid #CCCCCC; padding: 4px; }
  2918.         </Style>
  2919.         <NumberStates>33</NumberStates>
  2920.         <Path>knob_rotary2_s%1.png</Path>
  2921.         <Pos>741,318</Pos>
  2922.         <Connection>
  2923.             <ConfigKey>[Channel2],filterHigh</ConfigKey>
  2924.         </Connection>
  2925.     </Knob>
  2926.     <Knob>
  2927.         <Tooltip>Mid EQ Adjusts the gain of the mid EQ filter. Right-click: Reset to default value </Tooltip>
  2928.         <Style>QToolTip { font: 11px Lucida Grande, Lucida Sans Unicode, Arial, Verdana, sans-serif;
  2929.         background-color: #191919; color: #CCCCCC; border: 1px solid #CCCCCC; padding: 4px; }
  2930.         </Style>
  2931.         <NumberStates>33</NumberStates>
  2932.         <Path>knob_rotary2_s%1.png</Path>
  2933.         <Pos>741,353</Pos>
  2934.         <Connection>
  2935.             <ConfigKey>[Channel2],filterMid</ConfigKey>
  2936.         </Connection>
  2937.     </Knob>
  2938.     <Knob>
  2939.         <Tooltip>Low EQ Adjusts the gain of the low EQ filter. Right-click: Reset to default value </Tooltip>
  2940.         <Style>QToolTip { font: 11px Lucida Grande, Lucida Sans Unicode, Arial, Verdana, sans-serif;
  2941.         background-color: #191919; color: #CCCCCC; border: 1px solid #CCCCCC; padding: 4px; }
  2942.         </Style>
  2943.         <NumberStates>33</NumberStates>
  2944.         <Path>knob_rotary2_s%1.png</Path>
  2945.         <Pos>741,387</Pos>
  2946.         <Connection>
  2947.             <ConfigKey>[Channel2],filterLow</ConfigKey>
  2948.         </Connection>
  2949.     </Knob>
  2950. </skin>
  2951.