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 / PhoneyDark1600x1200-UXGA / skin.xml < prev    next >
Text File  |  2011-02-04  |  114KB  |  3,096 lines

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