home *** CD-ROM | disk | FTP | other *** search
Wrap
Text File | 2011-02-04 | 104.1 KB | 2,920 lines
<!-- LateNight , Skin for Mixxx 1.9.x www.mixxx.org Copyright (C) 2010 jus ; jus@justmail.de This file is part of the "LateNight" Skin for Mixxx "LateNight" is licensed under the Creative Commons Attribution-ShareAlike 3.0 Unported license. http://creativecommons.org/licenses/by-sa/3.0/ You are free: to Share - to copy, distribute and transmit the work to Remix - to adapt the work Under the following conditions: Attribution - You must attribute the work in the manner specified by the author or licensor (but not in any way that suggests that they endorse you or your use of the work). Share Alike - If you alter, transform, or build upon this work, you may distribute the resulting work only under the same or similar license to this one. --> <!-- CHANGELOG v1.08 (14/12/2010) * Added custom images for splitter in library * Added custom images for branch triangle in treeview * Added visual feedback when searchbox has focus v1.07 (02/12/2010) * Added Mixxx 1.9 feature: BPM tap buttons * Added custom images for checkboxes in library * Updated styles v1.06 (19/11/2010) * Added Mixxx 1.9 features: Keylock & Repeat buttons * Changed graphics for VUmeters to a more brighter variant * Deleted end-of-track mode buttons v1.05 (20/09/2010) * Added stylesheet support for library & tooltips v1.04 (16/09/2010) * Added support for up to 32 Hotcues with MIDI-controllers * Hotcue buttons now reflect its toggle state v1.03 (14/09/2010) * Corrected errors in (Hot)cues resulting in unexpected behaviour * Reloop button now reflect its toggle state v1.02 (13/09/2010) * Change skin license to Creative Commons Attribution-ShareAlike 3.0 Unported Skin now DFSG-compatible see http://wiki.debian.org/DebianFreeSoftwareGuidelines * Major Tooltips overhault, they provide more helpful informations now v1.01 (10/09/2010) * (Hot)Cue marker now drawn on top of loop overlay for better visibility * Finetuning on various VUmeter keys * Changed reverse & forward buttons order follwing standard - Removed some orphaned keys no longer in Mixxx codebase v1.00 (10/08/2010) * Version bump * some color & spacing corrections - removed "Preview" watermark v0.80b (16/04/2010) - New: *Works with all features of Mixxx 1.8+ *Hotcue Buttons *Loop-In,Loop-Out & Reloop Button *Hotcue preview Cue when player is stopped ( & Hotcue is set) *Uses CSS for text display - Changed: *Now licensed under CreativeCommons 3.0 by-nc-sa *Skin size, now intend to use with screens 1280x800+ *Layout, gives now more room for the library *XML cleanup *Gfx cleanup v0.71b (19/11/2009) - Change: *Position & fontsize for pitch rate,playing position & bpm so they display correct in Windows & Linux *Position of library view,searchbox & combobox so they display correct in Windows & Linux *Size of library view to fit Netbook`s resolution *Background color & text color in library view to match overall appearance v0.7b (17/11/2009) *first public release for Mixxx 1.7.x --> <!DOCTYPE skin> <skin> <!-- ############################################################################################ ############################################################################################ Section: General ############################################################################################ ############################################################################################ --> <!-- ********************************************** General- Skin Colour Scheme (Option not used by this skin) ********************************************** --> <!-- ********************************************** General- Main background picture ********************************************** --> <Background> <Path>background1280x1024.png</Path> <BgColor>#000000</BgColor> </Background> <!-- ********************************************** General- Search and Library display ********************************************** --> <TableView> <Style> QToolTip { font: 11px Lucida Grande, Lucida Sans Unicode, Arial, Verdana, sans-serif; background-color: #191919; color: #CCCCCC; border: 1px solid #CCCCCC; padding: 4px; } QTableView, QTextBrowser, QTreeView { border: 1px solid #474747; font: 13px/15px Lucida Grande, Lucida Sans Unicode, Arial, Verdana, sans-serif; background: #121212; alternate-background-color: #121212; color: #DFDFDF; } QTableView::indicator { width: 12px; height: 12px;} QTableView::indicator:checked { background: url(skin:/style_checkbox_checked.png);} QTableView::indicator:unchecked { background: url(skin:/style_checkbox_unchecked.png);} QHeaderView { font: 11px/13px Lucida Grande, Lucida Sans Unicode, Arial, Verdana, sans-serif; } WSearchLineEdit { padding: 2px; border: 1px solid #474747; font: 13px/15px Lucida Grande, Lucida Sans Unicode, Arial, Verdana, sans-serif; background: #121212; color: #DFDFDF; } WSearchLineEdit:focus {padding: 2px; border: 2px solid #FF6600; font: 13px/15px Lucida Grande, Lucida Sans Unicode, Arial, Verdana, sans-serif; background: #121212; color: #DFDFDF; } QSplitter::handle { image: url(skin:/style_handle_unchecked.png); background: none; } QSplitter::handle:pressed { image: url(skin:/style_handle_checked.png); background: none; } QSplitter::handle:horizontal { width: 6px; } QSplitter::handle:vertical { height: 6px; } QLabel, QPushButton { font: 13px/15px Lucida Grande, Lucida Sans Unicode, Arial, Verdana, sans-serif; } <!--Extra declaration for QRadionButton otherwise it shows up with wrong colors in Linux with Gnome --> QRadioButton { font: 13px/15px Lucida Grande, Lucida Sans Unicode, Arial, Verdana, sans-serif; background: transparent; } <!--Workaround for QT4.7.0 background color bug in Linux with Gnome https://bugs.launchpad.net/mixxx/+bug/690280--> QTreeView::branch:has-children:!has-siblings:closed, QTreeView::branch:closed:has-children:has-siblings { border-image: none; image: url(skin:/style_branch_closed.png);} QTreeView::branch:open:has-children:!has-siblings, QTreeView::branch:open:has-children:has-siblings { border-image: none; image: url(skin:/style_branch_open.png);} </Style> <Pos>6,346</Pos> <Size>1251,570</Size> <BgColor>#121212</BgColor> <FgColor>#DFDFDF</FgColor> <BgColorRowEven>#121212</BgColorRowEven> <BgColorRowUneven>#121212</BgColorRowUneven> </TableView> <!-- ############################################################################################ ############################################################################################ Section: Visual ############################################################################################ ############################################################################################ --> <!-- ********************************************** Visual- Waveform ********************************************** --> <Visual> <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> <Style>QToolTip { font: 11px Lucida Grande, Lucida Sans Unicode, Arial, Verdana, sans-serif; background-color: #191919; color: #CCCCCC; border: 1px solid #CCCCCC; padding: 4px; } </Style> <Channel>1</Channel> <Pos>104,1</Pos> <Size>1053,73</Size> <BgColor>#060606</BgColor> <HfcColor>#1b1b1b</HfcColor> <SignalColor>#0099FF</SignalColor> <BeatColor>#ffffff</BeatColor> <BeatHighlightColor>#000000</BeatHighlightColor> <MarkerColor>#FFFF33</MarkerColor> <CueColor>#000000</CueColor> <MarkRange> <StartControl>loop_start_position</StartControl> <EndControl>loop_end_position</EndControl> <EnabledControl>loop_enabled</EnabledControl> <Color>#70E100</Color> <DisabledColor>#FFFFFF</DisabledColor> </MarkRange> <Mark> <Control>loop_start_position</Control> <Text> LOOP IN </Text> <Align>bottom</Align> <Color>#70E100</Color> <TextColor>#FFFFFF</TextColor> </Mark> <Mark> <Control>loop_end_position</Control> <Text> LOOP OUT </Text> <Align>bottom</Align> <Color>#70E100</Color> <TextColor>#FFFFFF</TextColor> </Mark> <!-- The hotcues not represented by a button in the current skin show only in the waveform under two circumstances: - if a MIDI device which supports more hotcues than buttons are in the current skin has them activated - if you change from a skin which supports more hotcues than buttons are in the current skin (and has them activated) These "special" hotcues share the color #AE5CFF to make them distinguishable (and maintainable) from the hotcues represented by a button in the current skin. Mixxx 1.8 supports up to 32 hotcue. Current skins uses up to 6 buttons per channel. --> <Mark> <Control>hotcue_1_position</Control> <Text> HOTCUE 1 </Text> <Align>center</Align> <Color>#0033FF</Color> <TextColor>#FFFFFF</TextColor> </Mark> <Mark> <Control>hotcue_2_position</Control> <Text> HOTCUE 2 </Text> <Align>center</Align> <Color>#FF0000</Color> <TextColor>#FFFFFF</TextColor> </Mark> <Mark> <Control>hotcue_3_position</Control> <Text> HOTCUE 3 </Text> <Align>center</Align> <Color>#FF00FF</Color> <TextColor>#FFFFFF</TextColor> </Mark> <Mark> <Control>hotcue_4_position</Control> <Text> HOTCUE 4 </Text> <Align>center</Align> <Color>#009900</Color> <TextColor>#FFFFFF</TextColor> </Mark> <Mark> <Control>hotcue_5_position</Control> <Text> HOTCUE 5 </Text> <Align>center</Align> <Color>#AE5CFF</Color> <TextColor>#FFFFFF</TextColor> </Mark> <Mark> <Control>hotcue_6_position</Control> <Text> HOTCUE 6 </Text> <Align>center</Align> <Color>#AE5CFF</Color> <TextColor>#FFFFFF</TextColor> </Mark> <Mark> <Control>hotcue_7_position</Control> <Text> HOTCUE 7 </Text> <Align>center</Align> <Color>#AE5CFF</Color> <TextColor>#FFFFFF</TextColor> </Mark> <Mark> <Control>hotcue_8_position</Control> <Text> HOTCUE 8 </Text> <Align>center</Align> <Color>#AE5CFF</Color> <TextColor>#FFFFFF</TextColor> </Mark> <Mark> <Control>hotcue_9_position</Control> <Text> HOTCUE 9 </Text> <Align>center</Align> <Color>#AE5CFF</Color> <TextColor>#FFFFFF</TextColor> </Mark> <Mark> <Control>hotcue_10_position</Control> <Text> HOTCUE 10 </Text> <Align>center</Align> <Color>#AE5CFF</Color> <TextColor>#FFFFFF</TextColor> </Mark> <Mark> <Control>hotcue_11_position</Control> <Text> HOTCUE 11 </Text> <Align>center</Align> <Color>#AE5CFF</Color> <TextColor>#FFFFFF</TextColor> </Mark> <Mark> <Control>hotcue_12_position</Control> <Text> HOTCUE 12 </Text> <Align>center</Align> <Color>#AE5CFF</Color> <TextColor>#FFFFFF</TextColor> </Mark> <Mark> <Control>hotcue_13_position</Control> <Text> HOTCUE 13 </Text> <Align>center</Align> <Color>#AE5CFF</Color> <TextColor>#FFFFFF</TextColor> </Mark> <Mark> <Control>hotcue_14_position</Control> <Text> HOTCUE 14 </Text> <Align>center</Align> <Color>#AE5CFF</Color> <TextColor>#FFFFFF</TextColor> </Mark> <Mark> <Control>hotcue_15_position</Control> <Text> HOTCUE 15 </Text> <Align>center</Align> <Color>#AE5CFF</Color> <TextColor>#FFFFFF</TextColor> </Mark> <Mark> <Control>hotcue_16_position</Control> <Text> HOTCUE 16 </Text> <Align>center</Align> <Color>#AE5CFF</Color> <TextColor>#FFFFFF</TextColor> </Mark> <Mark> <Control>hotcue_17_position</Control> <Text> HOTCUE 17 </Text> <Align>center</Align> <Color>#AE5CFF</Color> <TextColor>#FFFFFF</TextColor> </Mark> <Mark> <Control>hotcue_18_position</Control> <Text> HOTCUE 18 </Text> <Align>center</Align> <Color>#AE5CFF</Color> <TextColor>#FFFFFF</TextColor> </Mark> <Mark> <Control>hotcue_19_position</Control> <Text> HOTCUE 19 </Text> <Align>center</Align> <Color>#AE5CFF</Color> <TextColor>#FFFFFF</TextColor> </Mark> <Mark> <Control>hotcue_20_position</Control> <Text> HOTCUE 20 </Text> <Align>center</Align> <Color>#AE5CFF</Color> <TextColor>#FFFFFF</TextColor> </Mark> <Mark> <Control>hotcue_21_position</Control> <Text> HOTCUE 21 </Text> <Align>center</Align> <Color>#AE5CFF</Color> <TextColor>#FFFFFF</TextColor> </Mark> <Mark> <Control>hotcue_22_position</Control> <Text> HOTCUE 22 </Text> <Align>center</Align> <Color>#AE5CFF</Color> <TextColor>#FFFFFF</TextColor> </Mark> <Mark> <Control>hotcue_23_position</Control> <Text> HOTCUE 23 </Text> <Align>center</Align> <Color>#AE5CFF</Color> <TextColor>#FFFFFF</TextColor> </Mark> <Mark> <Control>hotcue_24_position</Control> <Text> HOTCUE 24 </Text> <Align>center</Align> <Color>#AE5CFF</Color> <TextColor>#FFFFFF</TextColor> </Mark> <Mark> <Control>hotcue_25_position</Control> <Text> HOTCUE 25 </Text> <Align>center</Align> <Color>#AE5CFF</Color> <TextColor>#FFFFFF</TextColor> </Mark> <Mark> <Control>hotcue_26_position</Control> <Text> HOTCUE 26 </Text> <Align>center</Align> <Color>#AE5CFF</Color> <TextColor>#FFFFFF</TextColor> </Mark> <Mark> <Control>hotcue_27_position</Control> <Text> HOTCUE 27 </Text> <Align>center</Align> <Color>#AE5CFF</Color> <TextColor>#FFFFFF</TextColor> </Mark> <Mark> <Control>hotcue_28_position</Control> <Text> HOTCUE 28 </Text> <Align>center</Align> <Color>#AE5CFF</Color> <TextColor>#FFFFFF</TextColor> </Mark> <Mark> <Control>hotcue_29_position</Control> <Text> HOTCUE 29 </Text> <Align>center</Align> <Color>#AE5CFF</Color> <TextColor>#FFFFFF</TextColor> </Mark> <Mark> <Control>hotcue_30_position</Control> <Text> HOTCUE 30 </Text> <Align>center</Align> <Color>#AE5CFF</Color> <TextColor>#FFFFFF</TextColor> </Mark> <Mark> <Control>hotcue_31_position</Control> <Text> HOTCUE 31 </Text> <Align>center</Align> <Color>#AE5CFF</Color> <TextColor>#FFFFFF</TextColor> </Mark> <Mark> <Control>hotcue_32_position</Control> <Text> HOTCUE 32 </Text> <Align>center</Align> <Color>#AE5CFF</Color> <TextColor>#FFFFFF</TextColor> </Mark> <Mark> <Control>cue_point</Control> <Text> CUE </Text> <Align>top</Align> <Color>#FFFF00</Color> <TextColor>#FFFFFF</TextColor> </Mark> </Visual> <Visual> <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> <Style>QToolTip { font: 11px Lucida Grande, Lucida Sans Unicode, Arial, Verdana, sans-serif; background-color: #191919; color: #CCCCCC; border: 1px solid #CCCCCC; padding: 4px; } </Style> <Channel>2</Channel> <Pos>104,76</Pos> <Size>1053,73</Size> <BgColor>#060606</BgColor> <HfcColor>#1b1b1b</HfcColor> <SignalColor>#CC6600</SignalColor> <BeatColor>#ffffff</BeatColor> <BeatHighlightColor>#000000</BeatHighlightColor> <MarkerColor>#FFFF33</MarkerColor> <CueColor>#000000</CueColor> <MarkRange> <StartControl>loop_start_position</StartControl> <EndControl>loop_end_position</EndControl> <EnabledControl>loop_enabled</EnabledControl> <Color>#70E100</Color> <DisabledColor>#FFFFFF</DisabledColor> </MarkRange> <Mark> <Control>loop_start_position</Control> <Text> LOOP IN </Text> <Align>bottom</Align> <Color>#70E100</Color> <TextColor>#FFFFFF</TextColor> </Mark> <Mark> <Control>loop_end_position</Control> <Text> LOOP OUT </Text> <Align>bottom</Align> <Color>#70E100</Color> <TextColor>#FFFFFF</TextColor> </Mark> <!-- The hotcues not represented by a button in the current skin show only in the waveform under two circumstances: - if a MIDI device which supports more hotcues than buttons are in the current skin has them activated - if you change from a skin which supports more hotcues than buttons are in the current skin (and has them activated) These "special" hotcues share the color #AE5CFF to make them distinguishable (and maintainable) from the hotcues represented by a button in the current skin. Mixxx 1.8 supports up to 32 hotcue. Current skins uses up to 6 buttons per channel. --> <Mark> <Control>hotcue_1_position</Control> <Text> HOTCUE 1 </Text> <Align>center</Align> <Color>#0033FF</Color> <TextColor>#FFFFFF</TextColor> </Mark> <Mark> <Control>hotcue_2_position</Control> <Text> HOTCUE 2 </Text> <Align>center</Align> <Color>#FF0000</Color> <TextColor>#FFFFFF</TextColor> </Mark> <Mark> <Control>hotcue_3_position</Control> <Text> HOTCUE 3 </Text> <Align>center</Align> <Color>#FF00FF</Color> <TextColor>#FFFFFF</TextColor> </Mark> <Mark> <Control>hotcue_4_position</Control> <Text> HOTCUE 4 </Text> <Align>center</Align> <Color>#009900</Color> <TextColor>#FFFFFF</TextColor> </Mark> <Mark> <Control>hotcue_5_position</Control> <Text> HOTCUE 5 </Text> <Align>center</Align> <Color>#AE5CFF</Color> <TextColor>#FFFFFF</TextColor> </Mark> <Mark> <Control>hotcue_6_position</Control> <Text> HOTCUE 6 </Text> <Align>center</Align> <Color>#AE5CFF</Color> <TextColor>#FFFFFF</TextColor> </Mark> <Mark> <Control>hotcue_7_position</Control> <Text> HOTCUE 7 </Text> <Align>center</Align> <Color>#AE5CFF</Color> <TextColor>#FFFFFF</TextColor> </Mark> <Mark> <Control>hotcue_8_position</Control> <Text> HOTCUE 8 </Text> <Align>center</Align> <Color>#AE5CFF</Color> <TextColor>#FFFFFF</TextColor> </Mark> <Mark> <Control>hotcue_9_position</Control> <Text> HOTCUE 9 </Text> <Align>center</Align> <Color>#AE5CFF</Color> <TextColor>#FFFFFF</TextColor> </Mark> <Mark> <Control>hotcue_10_position</Control> <Text> HOTCUE 10 </Text> <Align>center</Align> <Color>#AE5CFF</Color> <TextColor>#FFFFFF</TextColor> </Mark> <Mark> <Control>hotcue_11_position</Control> <Text> HOTCUE 11 </Text> <Align>center</Align> <Color>#AE5CFF</Color> <TextColor>#FFFFFF</TextColor> </Mark> <Mark> <Control>hotcue_12_position</Control> <Text> HOTCUE 12 </Text> <Align>center</Align> <Color>#AE5CFF</Color> <TextColor>#FFFFFF</TextColor> </Mark> <Mark> <Control>hotcue_13_position</Control> <Text> HOTCUE 13 </Text> <Align>center</Align> <Color>#AE5CFF</Color> <TextColor>#FFFFFF</TextColor> </Mark> <Mark> <Control>hotcue_14_position</Control> <Text> HOTCUE 14 </Text> <Align>center</Align> <Color>#AE5CFF</Color> <TextColor>#FFFFFF</TextColor> </Mark> <Mark> <Control>hotcue_15_position</Control> <Text> HOTCUE 15 </Text> <Align>center</Align> <Color>#AE5CFF</Color> <TextColor>#FFFFFF</TextColor> </Mark> <Mark> <Control>hotcue_16_position</Control> <Text> HOTCUE 16 </Text> <Align>center</Align> <Color>#AE5CFF</Color> <TextColor>#FFFFFF</TextColor> </Mark> <Mark> <Control>hotcue_17_position</Control> <Text> HOTCUE 17 </Text> <Align>center</Align> <Color>#AE5CFF</Color> <TextColor>#FFFFFF</TextColor> </Mark> <Mark> <Control>hotcue_18_position</Control> <Text> HOTCUE 18 </Text> <Align>center</Align> <Color>#AE5CFF</Color> <TextColor>#FFFFFF</TextColor> </Mark> <Mark> <Control>hotcue_19_position</Control> <Text> HOTCUE 19 </Text> <Align>center</Align> <Color>#AE5CFF</Color> <TextColor>#FFFFFF</TextColor> </Mark> <Mark> <Control>hotcue_20_position</Control> <Text> HOTCUE 20 </Text> <Align>center</Align> <Color>#AE5CFF</Color> <TextColor>#FFFFFF</TextColor> </Mark> <Mark> <Control>hotcue_21_position</Control> <Text> HOTCUE 21 </Text> <Align>center</Align> <Color>#AE5CFF</Color> <TextColor>#FFFFFF</TextColor> </Mark> <Mark> <Control>hotcue_22_position</Control> <Text> HOTCUE 22 </Text> <Align>center</Align> <Color>#AE5CFF</Color> <TextColor>#FFFFFF</TextColor> </Mark> <Mark> <Control>hotcue_23_position</Control> <Text> HOTCUE 23 </Text> <Align>center</Align> <Color>#AE5CFF</Color> <TextColor>#FFFFFF</TextColor> </Mark> <Mark> <Control>hotcue_24_position</Control> <Text> HOTCUE 24 </Text> <Align>center</Align> <Color>#AE5CFF</Color> <TextColor>#FFFFFF</TextColor> </Mark> <Mark> <Control>hotcue_25_position</Control> <Text> HOTCUE 25 </Text> <Align>center</Align> <Color>#AE5CFF</Color> <TextColor>#FFFFFF</TextColor> </Mark> <Mark> <Control>hotcue_26_position</Control> <Text> HOTCUE 26 </Text> <Align>center</Align> <Color>#AE5CFF</Color> <TextColor>#FFFFFF</TextColor> </Mark> <Mark> <Control>hotcue_27_position</Control> <Text> HOTCUE 27 </Text> <Align>center</Align> <Color>#AE5CFF</Color> <TextColor>#FFFFFF</TextColor> </Mark> <Mark> <Control>hotcue_28_position</Control> <Text> HOTCUE 28 </Text> <Align>center</Align> <Color>#AE5CFF</Color> <TextColor>#FFFFFF</TextColor> </Mark> <Mark> <Control>hotcue_29_position</Control> <Text> HOTCUE 29 </Text> <Align>center</Align> <Color>#AE5CFF</Color> <TextColor>#FFFFFF</TextColor> </Mark> <Mark> <Control>hotcue_30_position</Control> <Text> HOTCUE 30 </Text> <Align>center</Align> <Color>#AE5CFF</Color> <TextColor>#FFFFFF</TextColor> </Mark> <Mark> <Control>hotcue_31_position</Control> <Text> HOTCUE 31 </Text> <Align>center</Align> <Color>#AE5CFF</Color> <TextColor>#FFFFFF</TextColor> </Mark> <Mark> <Control>hotcue_32_position</Control> <Text> HOTCUE 32 </Text> <Align>center</Align> <Color>#AE5CFF</Color> <TextColor>#FFFFFF</TextColor> </Mark> <Mark> <Control>cue_point</Control> <Text> CUE </Text> <Align>top</Align> <Color>#FFFF00</Color> <TextColor>#FFFFFF</TextColor> </Mark> </Visual> <!-- ********************************************** Visaul- Waveform overview ********************************************** --> <Overview> <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> <Style>QToolTip { font: 11px Lucida Grande, Lucida Sans Unicode, Arial, Verdana, sans-serif; background-color: #191919; color: #CCCCCC; border: 1px solid #CCCCCC; padding: 4px; } </Style> <Channel>1</Channel> <Pos>1,250</Pos> <Size>407,37</Size> <BgColor>#060606</BgColor> <SignalColor>#0099FF</SignalColor> <MarkerColor>#70E100</MarkerColor> <Connection> <ConfigKey>[Channel1],playposition</ConfigKey> <EmitOnDownPress>false</EmitOnDownPress> </Connection> </Overview> <Overview> <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> <Style>QToolTip { font: 11px Lucida Grande, Lucida Sans Unicode, Arial, Verdana, sans-serif; background-color: #191919; color: #CCCCCC; border: 1px solid #CCCCCC; padding: 4px; } </Style> <Channel>2</Channel> <Pos>804,250</Pos> <Size>407,37</Size> <BgColor>#060606</BgColor> <SignalColor>#CC6600</SignalColor> <MarkerColor>#70E100</MarkerColor> <Connection> <ConfigKey>[Channel2],playposition</ConfigKey> <EmitOnDownPress>false</EmitOnDownPress> </Connection> </Overview> <!-- ********************************************** Visual - Volume level display ********************************************** --> <VuMeter> <Tooltip>Channel volume meter
Shows the current channel volume
</Tooltip> <Style>QToolTip { font: 11px Lucida Grande, Lucida Sans Unicode, Arial, Verdana, sans-serif; background-color: #191919; color: #CCCCCC; border: 1px solid #CCCCCC; padding: 4px; } </Style> <PathVu>btn_volume_display1_over.png</PathVu> <PathBack>btn_volume_display1.png</PathBack> <Pos>602,173</Pos> <Horizontal>false</Horizontal> <PeakHoldSize>5</PeakHoldSize> <PeakHoldTime>500</PeakHoldTime> <PeakFallTime>50</PeakFallTime> <PeakFallStep>1</PeakFallStep> <Connection> <ConfigKey>[Channel1],VuMeter</ConfigKey> </Connection> </VuMeter> <VuMeter> <Tooltip>Channel volume meter
Shows the current channel volume
</Tooltip> <Style>QToolTip { font: 11px Lucida Grande, Lucida Sans Unicode, Arial, Verdana, sans-serif; background-color: #191919; color: #CCCCCC; border: 1px solid #CCCCCC; padding: 4px; } </Style> <PathVu>btn_volume_display2_over.png</PathVu> <PathBack>btn_volume_display2.png</PathBack> <Pos>656,173</Pos> <Horizontal>false</Horizontal> <PeakHoldSize>5</PeakHoldSize> <PeakHoldTime>500</PeakHoldTime> <PeakFallTime>50</PeakFallTime> <PeakFallStep>1</PeakFallStep> <Connection> <ConfigKey>[Channel2],VuMeter</ConfigKey> </Connection> </VuMeter> <VuMeter> <Tooltip>Master channel volume meter
Outputs the current instantaneous master volume for the left channel.
</Tooltip> <Style>QToolTip { font: 11px Lucida Grande, Lucida Sans Unicode, Arial, Verdana, sans-serif; background-color: #191919; color: #CCCCCC; border: 1px solid #CCCCCC; padding: 4px; } </Style> <PathVu>btn_volume_display_master1_over.png</PathVu> <PathBack>btn_volume_display_master1.png</PathBack> <Pos>623,173</Pos> <PeakHoldSize>5</PeakHoldSize> <PeakHoldTime>500</PeakHoldTime> <PeakFallTime>50</PeakFallTime> <PeakFallStep>1</PeakFallStep> <Connection> <ConfigKey>[Master],VuMeterL</ConfigKey> </Connection> </VuMeter> <VuMeter> <Tooltip>Master channel volume meter
Outputs the current instantaneous master volume for the right channel.
</Tooltip> <Style>QToolTip { font: 11px Lucida Grande, Lucida Sans Unicode, Arial, Verdana, sans-serif; background-color: #191919; color: #CCCCCC; border: 1px solid #CCCCCC; padding: 4px; } </Style> <PathVu>btn_volume_display_master2_over.png</PathVu> <PathBack>btn_volume_display_master2.png</PathBack> <Pos>634,173</Pos> <PeakHoldSize>5</PeakHoldSize> <PeakHoldTime>500</PeakHoldTime> <PeakFallTime>50</PeakFallTime> <PeakFallStep>1</PeakFallStep> <Connection> <ConfigKey>[Master],VuMeterR</ConfigKey> </Connection> </VuMeter> <!-- ********************************************** Visual- Volume peak indicator ********************************************** --> <StatusLight> <Tooltip>Peak Indicator
Indicates when the signal on the channel is clipping,
(too loud for the hardware and is being distorted).
</Tooltip> <Style>QToolTip { font: 11px Lucida Grande, Lucida Sans Unicode, Arial, Verdana, sans-serif; background-color: #191919; color: #CCCCCC; border: 1px solid #CCCCCC; padding: 4px; } </Style> <PathStatusLight>btn_clipping1_over.png</PathStatusLight> <PathBack>btn_clipping1.png</PathBack> <Pos>602,159</Pos> <Connection> <ConfigKey>[Channel1],PeakIndicator</ConfigKey> </Connection> </StatusLight> <StatusLight> <Tooltip>Peak Indicator
Indicates when the signal on the channel is clipping,
(too loud for the hardware and is being distorted).
</Tooltip> <Style>QToolTip { font: 11px Lucida Grande, Lucida Sans Unicode, Arial, Verdana, sans-serif; background-color: #191919; color: #CCCCCC; border: 1px solid #CCCCCC; padding: 4px; } </Style> <PathStatusLight>btn_clipping2_over.png</PathStatusLight> <PathBack>btn_clipping2.png</PathBack> <Pos>656,159</Pos> <Connection> <ConfigKey>[Channel2],PeakIndicator</ConfigKey> </Connection> </StatusLight> <StatusLight> <Tooltip>Master Peak Indicator
Indicates when the signal on the Master output is clipping,
(too loud for the hardware and is being distorted).
</Tooltip> <Style>QToolTip { font: 11px Lucida Grande, Lucida Sans Unicode, Arial, Verdana, sans-serif; background-color: #191919; color: #CCCCCC; border: 1px solid #CCCCCC; padding: 4px; } </Style> <PathStatusLight>btn_clipping_master_over.png</PathStatusLight> <PathBack>btn_clipping_master.png</PathBack> <Pos>623,159</Pos> <Connection> <ConfigKey>[Master],PeakIndicator</ConfigKey> </Connection> </StatusLight> <!-- ############################################################################################ ############################################################################################ Section: Text ############################################################################################ ############################################################################################ --> <!-- ********************************************** Text- Track information ********************************************** --> <Text> <Tooltip>Track information
Displays the Name and Title of the loaded track.
Informations are extracted from the tracks tags.
</Tooltip> <Style>QLabel { font: bold 13px/15px Lucida Grande, Lucida Sans Unicode, Arial, Verdana, sans-serif; background-color: transparent; color: #0099FF; text-align: left; padding-left: 1%; } QToolTip { font: 11px Lucida Grande, Lucida Sans Unicode, Arial, Verdana, sans-serif; background-color: #191919; color: #CCCCCC; border: 1px solid #CCCCCC; padding: 4px; } </Style> <Channel>1</Channel> <Pos>2,195</Pos> <Size>455,23</Size> </Text> <Text> <Tooltip>Track information
Displays the Name and Title of the loaded track.
Informations are extracted from the tracks tags.
</Tooltip> <Style>QLabel { font: bold 13px/15px Lucida Grande, Lucida Sans Unicode, Arial, Verdana, sans-serif; background-color: transparent; color: #CC6600; text-align: left;padding-left: 1%; } QToolTip { font: 11px Lucida Grande, Lucida Sans Unicode, Arial, Verdana, sans-serif; background-color: #191919; color: #CCCCCC; border: 1px solid #CCCCCC; padding: 4px; } </Style> <Channel>2</Channel> <Pos>803,195</Pos> <Size>455,23</Size> </Text> <!-- ********************************************** Text- BPM number display ********************************************** --> <NumberBpm> <Tooltip>Tempo information
Displays the tempo of the loaded track in BPM (beats per minute)
</Tooltip> <Style>QLabel { font: bold 13px/15px Lucida Grande, Lucida Sans Unicode, Arial, Verdana, sans-serif; background-color: transparent; color: #0099FF; text-align: left;padding-left: 1%; } QToolTip { font: 11px Lucida Grande, Lucida Sans Unicode, Arial, Verdana, sans-serif; background-color: #191919; color: #CCCCCC; border: 1px solid #CCCCCC; padding: 4px; } </Style> <Channel>1</Channel> <Pos>217,220</Pos> <Size>130,23</Size> <NumberOfDigits>6</NumberOfDigits> <Connection> <ConfigKey>[Channel1],bpm</ConfigKey> </Connection> </NumberBpm> <NumberBpm> <Tooltip>Tempo information
Displays the tempo of the loaded track in BPM (beats per minute)
</Tooltip> <Style>QLabel { font: bold 13px/15px Lucida Grande, Lucida Sans Unicode, Arial, Verdana, sans-serif; background-color: transparent; color: #CC6600; text-align: left;padding-left: 1%; } QToolTip { font: 11px Lucida Grande, Lucida Sans Unicode, Arial, Verdana, sans-serif; background-color: #191919; color: #CCCCCC; border: 1px solid #CCCCCC; padding: 4px; } </Style> <Channel>2</Channel> <Pos>1018,220</Pos> <Size>130,23</Size> <NumberOfDigits>6</NumberOfDigits> <Connection> <ConfigKey>[Channel2],bpm</ConfigKey> </Connection> </NumberBpm> <!-- ********************************************** Text- Playing position / Time remaining ********************************************** --> <NumberPos> <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> <Style>QLabel { font: bold 13px/15px Lucida Grande, Lucida Sans Unicode, Arial, Verdana, sans-serif; background-color: transparent; color: #0099FF; text-align: left;padding-left: 1%; } QToolTip { font: 11px Lucida Grande, Lucida Sans Unicode, Arial, Verdana, sans-serif; background-color: #191919; color: #CCCCCC; border: 1px solid #CCCCCC; padding: 4px; } </Style> <Channel>1</Channel> <Pos>2,220</Pos> <Size>210,23</Size> <NumberOfDigits>6</NumberOfDigits> <Connection> <ConfigKey>[Channel1],playposition</ConfigKey> </Connection> </NumberPos> <NumberPos> <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> <Style>QLabel { font: bold 13px/15px Lucida Grande, Lucida Sans Unicode, Arial, Verdana, sans-serif; background-color: transparent; color: #CC6600; text-align: left;padding-left: 1%; } QToolTip { font: 11px Lucida Grande, Lucida Sans Unicode, Arial, Verdana, sans-serif; background-color: #191919; color: #CCCCCC; border: 1px solid #CCCCCC; padding: 4px; } </Style> <Channel>2</Channel> <Pos>803,220</Pos> <Size>210,23</Size> <NumberOfDigits>6</NumberOfDigits> <Connection> <ConfigKey>[Channel2],playposition</ConfigKey> </Connection> </NumberPos> <!-- ********************************************** Text- Pitch rate display ********************************************** --> <NumberRate> <Tooltip>Pitch rate information
Displays the current pitch of the track based on the original tempo.
</Tooltip> <Style>QLabel { font: bold 13px/15px Lucida Grande, Lucida Sans Unicode, Arial, Verdana, sans-serif; background-color: transparent; color: #0099FF; text-align: right; padding-right: 1%; } QToolTip { font: 11px Lucida Grande, Lucida Sans Unicode, Arial, Verdana, sans-serif; background-color: #191919; color: #CCCCCC; border: 1px solid #CCCCCC; padding: 4px; } </Style> <Channel>1</Channel> <Pos>357,220</Pos> <Size>100,23</Size> <NumberOfDigits>4</NumberOfDigits> <Connection> <ConfigKey>[Channel1],rate</ConfigKey> </Connection> </NumberRate> <NumberRate> <Tooltip>Pitch rate information
Displays the current pitch of the track based on the original tempo.
</Tooltip> <Style>QLabel { font: bold 13px/15px Lucida Grande, Lucida Sans Unicode, Arial, Verdana, sans-serif; background-color: transparent; color: #CC6600; text-align: right; padding-right: 1%; } QToolTip { font: 11px Lucida Grande, Lucida Sans Unicode, Arial, Verdana, sans-serif; background-color: #191919; color: #CCCCCC; border: 1px solid #CCCCCC; padding: 4px; } </Style> <Channel>2</Channel> <Pos>1158,220</Pos> <Size>100,23</Size> <NumberOfDigits>4</NumberOfDigits> <Connection> <ConfigKey>[Channel2],rate</ConfigKey> </Connection> </NumberRate> <!-- ############################################################################################ ############################################################################################ Section: Slider ############################################################################################ ############################################################################################ --> <!-- ********************************************** Slider- Channel Volume ********************************************** --> <SliderComposed> <Tooltip>Volume control
Adjust the volume of the selected channel.
Right-click: Reset to default value
</Tooltip> <Style>QToolTip { font: 11px Lucida Grande, Lucida Sans Unicode, Arial, Verdana, sans-serif; background-color: #191919; color: #CCCCCC; border: 1px solid #CCCCCC; padding: 4px; } </Style> <Handle>knob_volume1.png</Handle> <Slider>slider_volume1.png</Slider> <Pos>550,156</Pos> <Horizontal>false</Horizontal> <Connection> <ConfigKey>[Channel1],volume</ConfigKey> <EmitOnDownPress>false</EmitOnDownPress> </Connection> </SliderComposed> <SliderComposed> <Tooltip>Volume control
Adjust the volume of the selected channel.
Right-click: Reset to default value
</Tooltip> <Style>QToolTip { font: 11px Lucida Grande, Lucida Sans Unicode, Arial, Verdana, sans-serif; background-color: #191919; color: #CCCCCC; border: 1px solid #CCCCCC; padding: 4px; } </Style> <Handle>knob_volume2.png</Handle> <Slider>slider_volume2.png</Slider> <Pos>680,156</Pos> <Horizontal>false</Horizontal> <Connection> <ConfigKey>[Channel2],volume</ConfigKey> <EmitOnDownPress>false</EmitOnDownPress> </Connection> </SliderComposed> <!-- ********************************************** Slider- Crossfader ********************************************** --> <SliderComposed> <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> <Style>QToolTip { font: 11px Lucida Grande, Lucida Sans Unicode, Arial, Verdana, sans-serif; background-color: #191919; color: #CCCCCC; border: 1px solid #CCCCCC; padding: 4px; } </Style> <Handle>knob_crossfader.png</Handle> <Slider>slider_crossfader.png</Slider> <Pos>546,297</Pos> <Horizontal>true</Horizontal> <Connection> <ConfigKey>[Master],crossfader</ConfigKey> <EmitOnDownPress>false</EmitOnDownPress> </Connection> </SliderComposed> <!-- ********************************************** Slider- Pitch control ********************************************** --> <SliderComposed> <Tooltip>Pitch control
Changes the tempo of the track currently loaded when it is moved
Right-click: Reset to default value
</Tooltip> <Style>QToolTip { font: 11px Lucida Grande, Lucida Sans Unicode, Arial, Verdana, sans-serif; background-color: #191919; color: #CCCCCC; border: 1px solid #CCCCCC; padding: 4px; } </Style> <Handle>knob_pitch1.png</Handle> <Slider>slider_pitch1.png</Slider> <Pos>7,32</Pos> <Horizontal>false</Horizontal> <Connection> <ConfigKey>[Channel1],rate</ConfigKey> <EmitOnDownPress>false</EmitOnDownPress> </Connection> </SliderComposed> <SliderComposed> <Tooltip>Pitch control
Changes the tempo of the track currently loaded when it is moved
Right-click: Reset to default value
</Tooltip> <Style>QToolTip { font: 11px Lucida Grande, Lucida Sans Unicode, Arial, Verdana, sans-serif; background-color: #191919; color: #CCCCCC; border: 1px solid #CCCCCC; padding: 4px; } </Style> <Handle>knob_pitch2.png</Handle> <Slider>slider_pitch2.png</Slider> <Pos>1223,32</Pos> <Horizontal>false</Horizontal> <Connection> <ConfigKey>[Channel2],rate</ConfigKey> <EmitOnDownPress>false</EmitOnDownPress> </Connection> </SliderComposed> <!-- ############################################################################################ ############################################################################################ Section: Buttons ############################################################################################ ############################################################################################ --> <!-- **************************************** Button- Play **************************************** --> <PushButton> <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> <Style>QToolTip { font: 11px Lucida Grande, Lucida Sans Unicode, Arial, Verdana, sans-serif; background-color: #191919; color: #CCCCCC; border: 1px solid #CCCCCC; padding: 4px; } </Style> <NumberStates>2</NumberStates> <RightClickIsPushButton>true</RightClickIsPushButton> <State> <Number>0</Number> <Pressed>btn_play1.png</Pressed> <Unpressed>btn_play1.png</Unpressed> </State> <State> <Number>1</Number> <Pressed>btn_play1_over.png</Pressed> <Unpressed>btn_play1_over.png</Unpressed> </State> <Pos>57,307</Pos> <Connection> <ConfigKey>[Channel1],play</ConfigKey> <EmitOnDownPress>true</EmitOnDownPress> <ButtonState>LeftButton</ButtonState> </Connection> <Connection> <ConfigKey>[Channel1],cue_set</ConfigKey> <EmitOnDownPress>true</EmitOnDownPress> <ButtonState>RightButton</ButtonState> <ConnectValueToWidget>false</ConnectValueToWidget> </Connection> </PushButton> <PushButton> <Tooltip>Play/Pause
Left-click: Toggles playing or pausing the track.
Right-click: Places a Cue-point at the current position on the waveform.
</Tooltip> <Style>QToolTip { font: 11px Lucida Grande, Lucida Sans Unicode, Arial, Verdana, sans-serif; background-color: #191919; color: #CCCCCC; border: 1px solid #CCCCCC; padding: 4px; } </Style> <NumberStates>2</NumberStates> <RightClickIsPushButton>true</RightClickIsPushButton> <State> <Number>0</Number> <Pressed>btn_play2.png</Pressed> <Unpressed>btn_play2.png</Unpressed> </State> <State> <Number>1</Number> <Pressed>btn_play2_over.png</Pressed> <Unpressed>btn_play2_over.png</Unpressed> </State> <Pos>839,307</Pos> <Connection> <ConfigKey>[Channel2],play</ConfigKey> <EmitOnDownPress>true</EmitOnDownPress> <ButtonState>LeftButton</ButtonState> </Connection> <Connection> <ConfigKey>[Channel2],cue_set</ConfigKey> <EmitOnDownPress>true</EmitOnDownPress> <ButtonState>RightButton</ButtonState> <ConnectValueToWidget>false</ConnectValueToWidget> </Connection> </PushButton> <!-- ********************************************** Button- Cue ********************************************** --> <PushButton> <Tooltip>Cue
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> <Style>QToolTip { font: 11px Lucida Grande, Lucida Sans Unicode, Arial, Verdana, sans-serif; background-color: #191919; color: #CCCCCC; border: 1px solid #CCCCCC; padding: 4px; } </Style> <NumberStates>1</NumberStates> <State> <Number>0</Number> <Pressed>btn_cue1_over.png</Pressed> <Unpressed>btn_cue1.png</Unpressed> </State> <Pos>20,307</Pos> <Connection> <ConfigKey>[Channel1],cue_default</ConfigKey> <EmitOnDownPress>true</EmitOnDownPress> <ButtonState>LeftButton</ButtonState> </Connection> <Connection> <ConfigKey>[Channel1],cue_default</ConfigKey> <EmitOnDownPress>false</EmitOnDownPress> <ButtonState>LeftButton</ButtonState> </Connection> <Connection> <ConfigKey>[Channel1],cue_gotoandstop</ConfigKey> <EmitOnDownPress>true</EmitOnDownPress> <ButtonState>RightButton</ButtonState> </Connection> <Connection> <ConfigKey>[Channel1],cue_gotoandstop</ConfigKey> <EmitOnDownPress>false</EmitOnDownPress> <ButtonState>RightButton</ButtonState> </Connection> </PushButton> <PushButton> <Tooltip>Cue
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> <Style>QToolTip { font: 11px Lucida Grande, Lucida Sans Unicode, Arial, Verdana, sans-serif; background-color: #191919; color: #CCCCCC; border: 1px solid #CCCCCC; padding: 4px; } </Style> <NumberStates>1</NumberStates> <State> <Number>0</Number> <Pressed>btn_cue2_over.png</Pressed> <Unpressed>btn_cue2.png</Unpressed> </State> <Pos>802,307</Pos> <Connection> <ConfigKey>[Channel2],cue_default</ConfigKey> <EmitOnDownPress>true</EmitOnDownPress> <ButtonState>LeftButton</ButtonState> </Connection> <Connection> <ConfigKey>[Channel2],cue_default</ConfigKey> <EmitOnDownPress>false</EmitOnDownPress> <ButtonState>LeftButton</ButtonState> </Connection> <Connection> <ConfigKey>[Channel2],cue_gotoandstop</ConfigKey> <EmitOnDownPress>true</EmitOnDownPress> <ButtonState>RightButton</ButtonState> </Connection> <Connection> <ConfigKey>[Channel2],cue_gotoandstop</ConfigKey> <EmitOnDownPress>false</EmitOnDownPress> <ButtonState>RightButton</ButtonState> </Connection> </PushButton> <!-- ********************************************** Button- Hotcue ********************************************** --> <PushButton> <Tooltip>Hotcue
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> <Style>QToolTip { font: 11px Lucida Grande, Lucida Sans Unicode, Arial, Verdana, sans-serif; background-color: #191919; color: #CCCCCC; border: 1px solid #CCCCCC; padding: 4px; } </Style> <NumberStates>2</NumberStates> <LeftClickIsPushButton>true</LeftClickIsPushButton> <RightClickIsPushButton>true</RightClickIsPushButton> <State> <Number>0</Number> <Pressed>btn_hotcue1_over.png</Pressed> <Unpressed>btn_hotcue1.png</Unpressed> </State> <State> <Number>1</Number> <Pressed>btn_hotcue1.png</Pressed> <Unpressed>btn_hotcue1_over.png</Unpressed> </State> <Pos>375,307</Pos> <Connection> <ConfigKey>[Channel1],hotcue_1_activate</ConfigKey> <EmitOnDownPress>true</EmitOnDownPress> <ButtonState>LeftButton</ButtonState> <ConnectValueToWidget>false</ConnectValueToWidget> </Connection> <Connection> <ConfigKey>[Channel1],hotcue_1_activate</ConfigKey> <EmitOnDownPress>false</EmitOnDownPress> <ButtonState>LeftButton</ButtonState> <ConnectValueToWidget>false</ConnectValueToWidget> </Connection> <Connection> <ConfigKey>[Channel1],hotcue_1_clear</ConfigKey> <EmitOnDownPress>true</EmitOnDownPress> <ButtonState>RightButton</ButtonState> <ConnectValueToWidget>false</ConnectValueToWidget> </Connection> <Connection> <ConfigKey>[Channel1],hotcue_1_clear</ConfigKey> <EmitOnDownPress>false</EmitOnDownPress> <ButtonState>RightButton</ButtonState> <ConnectValueFromWidget>false</ConnectValueFromWidget> </Connection> <Connection> <ConfigKey>[Channel1],hotcue_1_enabled</ConfigKey> <ConnectValueFromWidget>false</ConnectValueFromWidget> </Connection> </PushButton> <PushButton> <Tooltip>Hotcue
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> <Style>QToolTip { font: 11px Lucida Grande, Lucida Sans Unicode, Arial, Verdana, sans-serif; background-color: #191919; color: #CCCCCC; border: 1px solid #CCCCCC; padding: 4px; } </Style> <NumberStates>2</NumberStates> <LeftClickIsPushButton>true</LeftClickIsPushButton> <RightClickIsPushButton>true</RightClickIsPushButton> <State> <Number>0</Number> <Pressed>btn_hotcue2_over.png</Pressed> <Unpressed>btn_hotcue2.png</Unpressed> </State> <State> <Number>1</Number> <Pressed>btn_hotcue2.png</Pressed> <Unpressed>btn_hotcue2_over.png</Unpressed> </State> <Pos>397,307</Pos> <Connection> <ConfigKey>[Channel1],hotcue_2_activate</ConfigKey> <EmitOnDownPress>true</EmitOnDownPress> <ButtonState>LeftButton</ButtonState> <ConnectValueToWidget>false</ConnectValueToWidget> </Connection> <Connection> <ConfigKey>[Channel1],hotcue_2_activate</ConfigKey> <EmitOnDownPress>false</EmitOnDownPress> <ButtonState>LeftButton</ButtonState> <ConnectValueToWidget>false</ConnectValueToWidget> </Connection> <Connection> <ConfigKey>[Channel1],hotcue_2_clear</ConfigKey> <EmitOnDownPress>true</EmitOnDownPress> <ButtonState>RightButton</ButtonState> <ConnectValueToWidget>false</ConnectValueToWidget> </Connection> <Connection> <ConfigKey>[Channel1],hotcue_2_clear</ConfigKey> <EmitOnDownPress>false</EmitOnDownPress> <ButtonState>RightButton</ButtonState> <ConnectValueFromWidget>false</ConnectValueFromWidget> </Connection> <Connection> <ConfigKey>[Channel1],hotcue_2_enabled</ConfigKey> <ConnectValueFromWidget>false</ConnectValueFromWidget> </Connection> </PushButton> <PushButton> <Tooltip>Hotcue
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> <Style>QToolTip { font: 11px Lucida Grande, Lucida Sans Unicode, Arial, Verdana, sans-serif; background-color: #191919; color: #CCCCCC; border: 1px solid #CCCCCC; padding: 4px; } </Style> <NumberStates>2</NumberStates> <LeftClickIsPushButton>true</LeftClickIsPushButton> <RightClickIsPushButton>true</RightClickIsPushButton> <State> <Number>0</Number> <Pressed>btn_hotcue3_over.png</Pressed> <Unpressed>btn_hotcue3.png</Unpressed> </State> <State> <Number>1</Number> <Pressed>btn_hotcue3.png</Pressed> <Unpressed>btn_hotcue3_over.png</Unpressed> </State> <Pos>419,307</Pos> <Connection> <ConfigKey>[Channel1],hotcue_3_activate</ConfigKey> <EmitOnDownPress>true</EmitOnDownPress> <ButtonState>LeftButton</ButtonState> <ConnectValueToWidget>false</ConnectValueToWidget> </Connection> <Connection> <ConfigKey>[Channel1],hotcue_3_activate</ConfigKey> <EmitOnDownPress>false</EmitOnDownPress> <ButtonState>LeftButton</ButtonState> <ConnectValueToWidget>false</ConnectValueToWidget> </Connection> <Connection> <ConfigKey>[Channel1],hotcue_3_clear</ConfigKey> <EmitOnDownPress>true</EmitOnDownPress> <ButtonState>RightButton</ButtonState> <ConnectValueToWidget>false</ConnectValueToWidget> </Connection> <Connection> <ConfigKey>[Channel1],hotcue_3_clear</ConfigKey> <EmitOnDownPress>false</EmitOnDownPress> <ButtonState>RightButton</ButtonState> <ConnectValueFromWidget>false</ConnectValueFromWidget> </Connection> <Connection> <ConfigKey>[Channel1],hotcue_3_enabled</ConfigKey> <ConnectValueFromWidget>false</ConnectValueFromWidget> </Connection> </PushButton> <PushButton> <Tooltip>Hotcue
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> <Style>QToolTip { font: 11px Lucida Grande, Lucida Sans Unicode, Arial, Verdana, sans-serif; background-color: #191919; color: #CCCCCC; border: 1px solid #CCCCCC; padding: 4px; } </Style> <NumberStates>2</NumberStates> <LeftClickIsPushButton>true</LeftClickIsPushButton> <RightClickIsPushButton>true</RightClickIsPushButton> <State> <Number>0</Number> <Pressed>btn_hotcue4_over.png</Pressed> <Unpressed>btn_hotcue4.png</Unpressed> </State> <State> <Number>1</Number> <Pressed>btn_hotcue4.png</Pressed> <Unpressed>btn_hotcue4_over.png</Unpressed> </State> <Pos>441,307</Pos> <Connection> <ConfigKey>[Channel1],hotcue_4_activate</ConfigKey> <EmitOnDownPress>true</EmitOnDownPress> <ButtonState>LeftButton</ButtonState> <ConnectValueToWidget>false</ConnectValueToWidget> </Connection> <Connection> <ConfigKey>[Channel1],hotcue_4_activate</ConfigKey> <EmitOnDownPress>false</EmitOnDownPress> <ButtonState>LeftButton</ButtonState> <ConnectValueToWidget>false</ConnectValueToWidget> </Connection> <Connection> <ConfigKey>[Channel1],hotcue_4_clear</ConfigKey> <EmitOnDownPress>true</EmitOnDownPress> <ButtonState>RightButton</ButtonState> <ConnectValueToWidget>false</ConnectValueToWidget> </Connection> <Connection> <ConfigKey>[Channel1],hotcue_4_clear</ConfigKey> <EmitOnDownPress>false</EmitOnDownPress> <ButtonState>RightButton</ButtonState> <ConnectValueFromWidget>false</ConnectValueFromWidget> </Connection> <Connection> <ConfigKey>[Channel1],hotcue_4_enabled</ConfigKey> <ConnectValueFromWidget>false</ConnectValueFromWidget> </Connection> </PushButton> <PushButton> <Tooltip>Hotcue
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> <Style>QToolTip { font: 11px Lucida Grande, Lucida Sans Unicode, Arial, Verdana, sans-serif; background-color: #191919; color: #CCCCCC; border: 1px solid #CCCCCC; padding: 4px; } </Style> <NumberStates>2</NumberStates> <LeftClickIsPushButton>true</LeftClickIsPushButton> <RightClickIsPushButton>true</RightClickIsPushButton> <State> <Number>0</Number> <Pressed>btn_hotcue1_over.png</Pressed> <Unpressed>btn_hotcue1.png</Unpressed> </State> <State> <Number>1</Number> <Pressed>btn_hotcue1.png</Pressed> <Unpressed>btn_hotcue1_over.png</Unpressed> </State> <Pos>1158,307</Pos> <Connection> <ConfigKey>[Channel2],hotcue_1_activate</ConfigKey> <EmitOnDownPress>true</EmitOnDownPress> <ButtonState>LeftButton</ButtonState> <ConnectValueToWidget>false</ConnectValueToWidget> </Connection> <Connection> <ConfigKey>[Channel2],hotcue_1_activate</ConfigKey> <EmitOnDownPress>false</EmitOnDownPress> <ButtonState>LeftButton</ButtonState> <ConnectValueToWidget>false</ConnectValueToWidget> </Connection> <Connection> <ConfigKey>[Channel2],hotcue_1_clear</ConfigKey> <EmitOnDownPress>true</EmitOnDownPress> <ButtonState>RightButton</ButtonState> <ConnectValueToWidget>false</ConnectValueToWidget> </Connection> <Connection> <ConfigKey>[Channel2],hotcue_1_clear</ConfigKey> <EmitOnDownPress>false</EmitOnDownPress> <ButtonState>RightButton</ButtonState> <ConnectValueFromWidget>false</ConnectValueFromWidget> </Connection> <Connection> <ConfigKey>[Channel2],hotcue_1_enabled</ConfigKey> <ConnectValueFromWidget>false</ConnectValueFromWidget> </Connection> </PushButton> <PushButton> <Tooltip>Hotcue
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> <Style>QToolTip { font: 11px Lucida Grande, Lucida Sans Unicode, Arial, Verdana, sans-serif; background-color: #191919; color: #CCCCCC; border: 1px solid #CCCCCC; padding: 4px; } </Style> <NumberStates>2</NumberStates> <LeftClickIsPushButton>true</LeftClickIsPushButton> <RightClickIsPushButton>true</RightClickIsPushButton> <State> <Number>0</Number> <Pressed>btn_hotcue2_over.png</Pressed> <Unpressed>btn_hotcue2.png</Unpressed> </State> <State> <Number>1</Number> <Pressed>btn_hotcue2.png</Pressed> <Unpressed>btn_hotcue2_over.png</Unpressed> </State> <Pos>1180,307</Pos> <Connection> <ConfigKey>[Channel2],hotcue_2_activate</ConfigKey> <EmitOnDownPress>true</EmitOnDownPress> <ButtonState>LeftButton</ButtonState> <ConnectValueToWidget>false</ConnectValueToWidget> </Connection> <Connection> <ConfigKey>[Channel2],hotcue_2_activate</ConfigKey> <EmitOnDownPress>false</EmitOnDownPress> <ButtonState>LeftButton</ButtonState> <ConnectValueToWidget>false</ConnectValueToWidget> </Connection> <Connection> <ConfigKey>[Channel2],hotcue_2_clear</ConfigKey> <EmitOnDownPress>true</EmitOnDownPress> <ButtonState>RightButton</ButtonState> <ConnectValueToWidget>false</ConnectValueToWidget> </Connection> <Connection> <ConfigKey>[Channel2],hotcue_2_clear</ConfigKey> <EmitOnDownPress>false</EmitOnDownPress> <ButtonState>RightButton</ButtonState> <ConnectValueFromWidget>false</ConnectValueFromWidget> </Connection> <Connection> <ConfigKey>[Channel2],hotcue_2_enabled</ConfigKey> <ConnectValueFromWidget>false</ConnectValueFromWidget> </Connection> </PushButton> <PushButton> <Tooltip>Hotcue
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> <Style>QToolTip { font: 11px Lucida Grande, Lucida Sans Unicode, Arial, Verdana, sans-serif; background-color: #191919; color: #CCCCCC; border: 1px solid #CCCCCC; padding: 4px; } </Style> <NumberStates>2</NumberStates> <LeftClickIsPushButton>true</LeftClickIsPushButton> <RightClickIsPushButton>true</RightClickIsPushButton> <State> <Number>0</Number> <Pressed>btn_hotcue3_over.png</Pressed> <Unpressed>btn_hotcue3.png</Unpressed> </State> <State> <Number>1</Number> <Pressed>btn_hotcue3.png</Pressed> <Unpressed>btn_hotcue3_over.png</Unpressed> </State> <Pos>1202,307</Pos> <Connection> <ConfigKey>[Channel2],hotcue_3_activate</ConfigKey> <EmitOnDownPress>true</EmitOnDownPress> <ButtonState>LeftButton</ButtonState> <ConnectValueToWidget>false</ConnectValueToWidget> </Connection> <Connection> <ConfigKey>[Channel2],hotcue_3_activate</ConfigKey> <EmitOnDownPress>false</EmitOnDownPress> <ButtonState>LeftButton</ButtonState> <ConnectValueToWidget>false</ConnectValueToWidget> </Connection> <Connection> <ConfigKey>[Channel2],hotcue_3_clear</ConfigKey> <EmitOnDownPress>true</EmitOnDownPress> <ButtonState>RightButton</ButtonState> <ConnectValueToWidget>false</ConnectValueToWidget> </Connection> <Connection> <ConfigKey>[Channel2],hotcue_3_clear</ConfigKey> <EmitOnDownPress>false</EmitOnDownPress> <ButtonState>RightButton</ButtonState> <ConnectValueFromWidget>false</ConnectValueFromWidget> </Connection> <Connection> <ConfigKey>[Channel2],hotcue_3_enabled</ConfigKey> <ConnectValueFromWidget>false</ConnectValueFromWidget> </Connection> </PushButton> <PushButton> <Tooltip>Hotcue
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> <Style>QToolTip { font: 11px Lucida Grande, Lucida Sans Unicode, Arial, Verdana, sans-serif; background-color: #191919; color: #CCCCCC; border: 1px solid #CCCCCC; padding: 4px; } </Style> <NumberStates>2</NumberStates> <LeftClickIsPushButton>true</LeftClickIsPushButton> <RightClickIsPushButton>true</RightClickIsPushButton> <State> <Number>0</Number> <Pressed>btn_hotcue4_over.png</Pressed> <Unpressed>btn_hotcue4.png</Unpressed> </State> <State> <Number>1</Number> <Pressed>btn_hotcue4.png</Pressed> <Unpressed>btn_hotcue4_over.png</Unpressed> </State> <Pos>1224,307</Pos> <Connection> <ConfigKey>[Channel2],hotcue_4_activate</ConfigKey> <EmitOnDownPress>true</EmitOnDownPress> <ButtonState>LeftButton</ButtonState> <ConnectValueToWidget>false</ConnectValueToWidget> </Connection> <Connection> <ConfigKey>[Channel2],hotcue_4_activate</ConfigKey> <EmitOnDownPress>false</EmitOnDownPress> <ButtonState>LeftButton</ButtonState> <ConnectValueToWidget>false</ConnectValueToWidget> </Connection> <Connection> <ConfigKey>[Channel2],hotcue_4_clear</ConfigKey> <EmitOnDownPress>true</EmitOnDownPress> <ButtonState>RightButton</ButtonState> <ConnectValueToWidget>false</ConnectValueToWidget> </Connection> <Connection> <ConfigKey>[Channel2],hotcue_4_clear</ConfigKey> <EmitOnDownPress>false</EmitOnDownPress> <ButtonState>RightButton</ButtonState> <ConnectValueFromWidget>false</ConnectValueFromWidget> </Connection> <Connection> <ConfigKey>[Channel2],hotcue_4_enabled</ConfigKey> <ConnectValueFromWidget>false</ConnectValueFromWidget> </Connection> </PushButton> <!-- ********************************************** Button- Looping ********************************************** --> <PushButton> <Tooltip>Loop-In marker
Sets the player loop-in position to the current play position.
</Tooltip> <Style>QToolTip { font: 11px Lucida Grande, Lucida Sans Unicode, Arial, Verdana, sans-serif; background-color: #191919; color: #CCCCCC; border: 1px solid #CCCCCC; padding: 4px; } </Style> <NumberStates>1</NumberStates> <State> <Number>0</Number> <Pressed>btn_loop_in1_over.png</Pressed> <Unpressed>btn_loop_in1.png</Unpressed> </State> <Pos>244,307</Pos> <Connection> <ConfigKey>[Channel1],loop_in</ConfigKey> <EmitOnDownPress>true</EmitOnDownPress> <ButtonState>LeftButton</ButtonState> </Connection> <Connection> <ConfigKey>[Channel1],loop_in</ConfigKey> <EmitOnDownPress>false</EmitOnDownPress> <ButtonState>LeftButton</ButtonState> </Connection> </PushButton> <PushButton> <Tooltip>Loop-In marker
Sets the player loop-in position to the current play position.
</Tooltip> <Style>QToolTip { font: 11px Lucida Grande, Lucida Sans Unicode, Arial, Verdana, sans-serif; background-color: #191919; color: #CCCCCC; border: 1px solid #CCCCCC; padding: 4px; } </Style> <NumberStates>1</NumberStates> <State> <Number>0</Number> <Pressed>btn_loop_in2_over.png</Pressed> <Unpressed>btn_loop_in2.png</Unpressed> </State> <Pos>1027,307</Pos> <Connection> <ConfigKey>[Channel2],loop_in</ConfigKey> <EmitOnDownPress>true</EmitOnDownPress> <ButtonState>LeftButton</ButtonState> </Connection> <Connection> <ConfigKey>[Channel2],loop_in</ConfigKey> <EmitOnDownPress>false</EmitOnDownPress> <ButtonState>LeftButton</ButtonState> </Connection> </PushButton> <PushButton> <Tooltip>Loop-Out marker
Sets the player loop-out position to the current play position.
</Tooltip> <Style>QToolTip { font: 11px Lucida Grande, Lucida Sans Unicode, Arial, Verdana, sans-serif; background-color: #191919; color: #CCCCCC; border: 1px solid #CCCCCC; padding: 4px; } </Style> <NumberStates>1</NumberStates> <State> <Number>0</Number> <Pressed>btn_loop_out1_over.png</Pressed> <Unpressed>btn_loop_out1.png</Unpressed> </State> <Pos>281,307</Pos> <Connection> <ConfigKey>[Channel1],loop_out</ConfigKey> <EmitOnDownPress>true</EmitOnDownPress> <ButtonState>LeftButton</ButtonState> </Connection> <Connection> <ConfigKey>[Channel1],loop_out</ConfigKey> <EmitOnDownPress>false</EmitOnDownPress> <ButtonState>LeftButton</ButtonState> </Connection> </PushButton> <PushButton> <Tooltip>Loop-Out marker
Sets the player loop-out position to the current play position.
</Tooltip> <Style>QToolTip { font: 11px Lucida Grande, Lucida Sans Unicode, Arial, Verdana, sans-serif; background-color: #191919; color: #CCCCCC; border: 1px solid #CCCCCC; padding: 4px; } </Style> <NumberStates>1</NumberStates> <State> <Number>0</Number> <Pressed>btn_loop_out2_over.png</Pressed> <Unpressed>btn_loop_out2.png</Unpressed> </State> <Pos>1064,307</Pos> <Connection> <ConfigKey>[Channel2],loop_out</ConfigKey> <EmitOnDownPress>true</EmitOnDownPress> <ButtonState>LeftButton</ButtonState> </Connection> <Connection> <ConfigKey>[Channel2],loop_out</ConfigKey> <EmitOnDownPress>false</EmitOnDownPress> <ButtonState>LeftButton</ButtonState> </Connection> </PushButton> <PushButton> <Tooltip>Reloop/Exit
Toggles the current loop on or off.
Works only if Loop-In and Loop-Out marker are set.
</Tooltip> <Style>QToolTip { font: 11px Lucida Grande, Lucida Sans Unicode, Arial, Verdana, sans-serif; background-color: #191919; color: #CCCCCC; border: 1px solid #CCCCCC; padding: 4px; } </Style> <NumberStates>2</NumberStates> <LeftClickIsPushButton>true</LeftClickIsPushButton> <State> <Number>0</Number> <Pressed>btn_reloop1.png</Pressed> <Unpressed>btn_reloop1.png</Unpressed> </State> <State> <Number>1</Number> <Pressed>btn_reloop1_over.png</Pressed> <Unpressed>btn_reloop1_over.png</Unpressed> </State> <Pos>318,307</Pos> <Connection> <ConfigKey>[Channel1],reloop_exit</ConfigKey> <EmitOnDownPress>true</EmitOnDownPress> <ButtonState>LeftButton</ButtonState> <ConnectValueToWidget>false</ConnectValueToWidget> </Connection> <Connection> <ConfigKey>[Channel1],reloop_exit</ConfigKey> <EmitOnDownPress>false</EmitOnDownPress> <ButtonState>LeftButton</ButtonState> <ConnectValueToWidget>false</ConnectValueToWidget> </Connection> <Connection> <ConfigKey>[Channel1],loop_enabled</ConfigKey> <ConnectValueFromWidget>false</ConnectValueFromWidget> </Connection> </PushButton> <PushButton> <Tooltip>Reloop/Exit
Toggles the current loop on or off.
Works only if Loop-In and Loop-Out marker are set.
</Tooltip> <Style>QToolTip { font: 11px Lucida Grande, Lucida Sans Unicode, Arial, Verdana, sans-serif; background-color: #191919; color: #CCCCCC; border: 1px solid #CCCCCC; padding: 4px; } </Style> <NumberStates>2</NumberStates> <LeftClickIsPushButton>true</LeftClickIsPushButton> <State> <Number>0</Number> <Pressed>btn_reloop2.png</Pressed> <Unpressed>btn_reloop2.png</Unpressed> </State> <State> <Number>1</Number> <Pressed>btn_reloop2_over.png</Pressed> <Unpressed>btn_reloop2_over.png</Unpressed> </State> <Pos>1101,307</Pos> <Connection> <ConfigKey>[Channel2],reloop_exit</ConfigKey> <EmitOnDownPress>true</EmitOnDownPress> <ButtonState>LeftButton</ButtonState> <ConnectValueToWidget>false</ConnectValueToWidget> </Connection> <Connection> <ConfigKey>[Channel2],reloop_exit</ConfigKey> <EmitOnDownPress>false</EmitOnDownPress> <ButtonState>LeftButton</ButtonState> <ConnectValueToWidget>false</ConnectValueToWidget> </Connection> <Connection> <ConfigKey>[Channel2],loop_enabled</ConfigKey> <ConnectValueFromWidget>false</ConnectValueFromWidget> </Connection> </PushButton> <!-- **************************************** Button- Reverse playback **************************************** --> <PushButton> <Tooltip>Reverse
Toggles reverse playback when pressed during regular playback
</Tooltip> <Style>QToolTip { font: 11px Lucida Grande, Lucida Sans Unicode, Arial, Verdana, sans-serif; background-color: #191919; color: #CCCCCC; border: 1px solid #CCCCCC; padding: 4px; } </Style> <NumberStates>1</NumberStates> <State> <Number>0</Number> <Pressed>btn_reverse1_over.png</Pressed> <Unpressed>btn_reverse1.png</Unpressed> </State> <Pos>150,307</Pos> <Connection> <ConfigKey>[Channel1],reverse</ConfigKey> <EmitOnDownPress>true</EmitOnDownPress> <ButtonState>LeftButton</ButtonState> </Connection> <Connection> <ConfigKey>[Channel1],reverse</ConfigKey> <EmitOnDownPress>false</EmitOnDownPress> <ButtonState>LeftButton</ButtonState> </Connection> </PushButton> <PushButton> <Tooltip>Reverse
Toggles reverse playback when pressed during regular playback
</Tooltip> <Style>QToolTip { font: 11px Lucida Grande, Lucida Sans Unicode, Arial, Verdana, sans-serif; background-color: #191919; color: #CCCCCC; border: 1px solid #CCCCCC; padding: 4px; } </Style> <NumberStates>1</NumberStates> <State> <Number>0</Number> <Pressed>btn_reverse2_over.png</Pressed> <Unpressed>btn_reverse2.png</Unpressed> </State> <Pos>933,307</Pos> <Connection> <ConfigKey>[Channel2],reverse</ConfigKey> <EmitOnDownPress>true</EmitOnDownPress> <ButtonState>LeftButton</ButtonState> </Connection> <Connection> <ConfigKey>[Channel2],reverse</ConfigKey> <EmitOnDownPress>false</EmitOnDownPress> <ButtonState>LeftButton</ButtonState> </Connection> </PushButton> <!-- ********************************************** Button- Fast forward and rewind ********************************************** --> <PushButton> <Tooltip>Fast Forward
Left-click: Fast forward through the track.
Right-click: Jumps to the end of the track.
</Tooltip> <Style>QToolTip { font: 11px Lucida Grande, Lucida Sans Unicode, Arial, Verdana, sans-serif; background-color: #191919; color: #CCCCCC; border: 1px solid #CCCCCC; padding: 4px; } </Style> <NumberStates>1</NumberStates> <State> <Number>0</Number> <Pressed>btn_forward1_over.png</Pressed> <Unpressed>btn_forward1.png</Unpressed> </State> <Pos>187,307</Pos> <Connection> <ConfigKey>[Channel1],fwd</ConfigKey> <EmitOnDownPress>true</EmitOnDownPress> <ButtonState>LeftButton</ButtonState> </Connection> <Connection> <ConfigKey>[Channel1],fwd</ConfigKey> <EmitOnDownPress>false</EmitOnDownPress> <ButtonState>LeftButton</ButtonState> </Connection> <Connection> <ConfigKey>[Channel1],end</ConfigKey> <EmitOnDownPress>true</EmitOnDownPress> <ButtonState>RightButton</ButtonState> </Connection> <Connection> <ConfigKey>[Channel1],end</ConfigKey> <EmitOnDownPress>false</EmitOnDownPress> <ButtonState>RightButton</ButtonState> </Connection> </PushButton> <PushButton> <Tooltip>Fast Rewind
Left-click: Fast rewind through the track.
Right-click: Jumps to the beginning of the track.
</Tooltip> <Style>QToolTip { font: 11px Lucida Grande, Lucida Sans Unicode, Arial, Verdana, sans-serif; background-color: #191919; color: #CCCCCC; border: 1px solid #CCCCCC; padding: 4px; } </Style> <NumberStates>1</NumberStates> <State> <Number>0</Number> <Pressed>btn_rewind1_over.png</Pressed> <Unpressed>btn_rewind1.png</Unpressed> </State> <Pos>113,307</Pos> <Connection> <ConfigKey>[Channel1],back</ConfigKey> <EmitOnDownPress>true</EmitOnDownPress> <ButtonState>LeftButton</ButtonState> </Connection> <Connection> <ConfigKey>[Channel1],back</ConfigKey> <EmitOnDownPress>false</EmitOnDownPress> <ButtonState>LeftButton</ButtonState> </Connection> <Connection> <ConfigKey>[Channel1],start</ConfigKey> <EmitOnDownPress>true</EmitOnDownPress> <ButtonState>RightButton</ButtonState> </Connection> <Connection> <ConfigKey>[Channel1],start</ConfigKey> <EmitOnDownPress>false</EmitOnDownPress> <ButtonState>RightButton</ButtonState> </Connection> </PushButton> <PushButton> <Tooltip>Fast Forward
Left-click: Fast forward through the track.
Right-click: Jumps to the end of the track.
</Tooltip> <Style>QToolTip { font: 11px Lucida Grande, Lucida Sans Unicode, Arial, Verdana, sans-serif; background-color: #191919; color: #CCCCCC; border: 1px solid #CCCCCC; padding: 4px; } </Style> <NumberStates>1</NumberStates> <State> <Number>0</Number> <Pressed>btn_forward2_over.png</Pressed> <Unpressed>btn_forward2.png</Unpressed> </State> <Pos>970,307</Pos> <Connection> <ConfigKey>[Channel2],fwd</ConfigKey> <EmitOnDownPress>true</EmitOnDownPress> <ButtonState>LeftButton</ButtonState> </Connection> <Connection> <ConfigKey>[Channel2],fwd</ConfigKey> <EmitOnDownPress>false</EmitOnDownPress> <ButtonState>LeftButton</ButtonState> </Connection> <Connection> <ConfigKey>[Channel2],end</ConfigKey> <EmitOnDownPress>true</EmitOnDownPress> <ButtonState>RightButton</ButtonState> </Connection> <Connection> <ConfigKey>[Channel2],end</ConfigKey> <EmitOnDownPress>false</EmitOnDownPress> <ButtonState>RightButton</ButtonState> </Connection> </PushButton> <PushButton> <Tooltip>Fast Rewind
Left-click: Fast rewind through the track.
Right-click: Jumps to the beginning of the track.
</Tooltip> <Style>QToolTip { font: 11px Lucida Grande, Lucida Sans Unicode, Arial, Verdana, sans-serif; background-color: #191919; color: #CCCCCC; border: 1px solid #CCCCCC; padding: 4px; } </Style> <NumberStates>1</NumberStates> <State> <Number>0</Number> <Pressed>btn_rewind2_over.png</Pressed> <Unpressed>btn_rewind2.png</Unpressed> </State> <Pos>896,307</Pos> <Connection> <ConfigKey>[Channel2],back</ConfigKey> <EmitOnDownPress>true</EmitOnDownPress> <ButtonState>LeftButton</ButtonState> </Connection> <Connection> <ConfigKey>[Channel2],back</ConfigKey> <EmitOnDownPress>false</EmitOnDownPress> <ButtonState>LeftButton</ButtonState> </Connection> <Connection> <ConfigKey>[Channel2],start</ConfigKey> <EmitOnDownPress>true</EmitOnDownPress> <ButtonState>RightButton</ButtonState> </Connection> <Connection> <ConfigKey>[Channel2],start</ConfigKey> <EmitOnDownPress>false</EmitOnDownPress> <ButtonState>RightButton</ButtonState> </Connection> </PushButton> <!-- ********************************************** Button- Beat sync ********************************************** --> <PushButton> <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> <Style>QToolTip { font: 11px Lucida Grande, Lucida Sans Unicode, Arial, Verdana, sans-serif; background-color: #191919; color: #CCCCCC; border: 1px solid #CCCCCC; padding: 4px; } </Style> <NumberStates>1</NumberStates> <State> <Number>0</Number> <Pressed>btn_sync1_over.png</Pressed> <Unpressed>btn_sync1.png</Unpressed> </State> <Pos>53,35</Pos> <Connection> <ConfigKey>[Channel1],beatsync</ConfigKey> <EmitOnDownPress>true</EmitOnDownPress> <ButtonState>LeftButton</ButtonState> </Connection> <Connection> <ConfigKey>[Channel1],beatsync</ConfigKey> <EmitOnDownPress>false</EmitOnDownPress> <ButtonState>LeftButton</ButtonState> </Connection> </PushButton> <PushButton> <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> <Style>QToolTip { font: 11px Lucida Grande, Lucida Sans Unicode, Arial, Verdana, sans-serif; background-color: #191919; color: #CCCCCC; border: 1px solid #CCCCCC; padding: 4px; } </Style> <NumberStates>1</NumberStates> <State> <Number>0</Number> <Pressed>btn_sync2_over.png</Pressed> <Unpressed>btn_sync2.png</Unpressed> </State> <Pos>1174,35</Pos> <Connection> <ConfigKey>[Channel2],beatsync</ConfigKey> <EmitOnDownPress>true</EmitOnDownPress> <ButtonState>LeftButton</ButtonState> </Connection> <Connection> <ConfigKey>[Channel2],beatsync</ConfigKey> <EmitOnDownPress>false</EmitOnDownPress> <ButtonState>LeftButton</ButtonState> </Connection> </PushButton> <!-- ********************************************** Button- BPM Tap ********************************************** --> <PushButton> <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> <Style>QToolTip { font: 11px Lucida Grande, Lucida Sans Unicode, Arial, Verdana, sans-serif; background-color: #191919; color: #CCCCCC; border: 1px solid #CCCCCC; padding: 4px; } </Style> <NumberStates>1</NumberStates> <State> <Number>0</Number> <Pressed>btn_tap1_over.png</Pressed> <Unpressed>btn_tap1.png</Unpressed> </State> <Pos>53,62</Pos> <Connection> <ConfigKey>[Channel1],bpm_tap</ConfigKey> <EmitOnDownPress>true</EmitOnDownPress> </Connection> <Connection> <ConfigKey>[Channel1],bpm_tap</ConfigKey> <EmitOnDownPress>false</EmitOnDownPress> </Connection> </PushButton> <PushButton> <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> <Style>QToolTip { font: 11px Lucida Grande, Lucida Sans Unicode, Arial, Verdana, sans-serif; background-color: #191919; color: #CCCCCC; border: 1px solid #CCCCCC; padding: 4px; } </Style> <NumberStates>1</NumberStates> <State> <Number>0</Number> <Pressed>btn_tap2_over.png</Pressed> <Unpressed>btn_tap2.png</Unpressed> </State> <Pos>1174,62</Pos> <Connection> <ConfigKey>[Channel2],bpm_tap</ConfigKey> <EmitOnDownPress>true</EmitOnDownPress> </Connection> <Connection> <ConfigKey>[Channel2],bpm_tap</ConfigKey> <EmitOnDownPress>false</EmitOnDownPress> </Connection> </PushButton> <!-- ********************************************** Button- Key lock ********************************************** --> <PushButton> <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> <Style>QToolTip { font: 11px Lucida Grande, Lucida Sans Unicode, Arial, Verdana, sans-serif; background-color: #191919; color: #CCCCCC; border: 1px solid #CCCCCC; padding: 4px; } </Style> <NumberStates>2</NumberStates> <State> <Number>0</Number> <Pressed>btn_keylock1.png</Pressed> <Unpressed>btn_keylock1.png</Unpressed> </State> <State> <Number>1</Number> <Pressed>btn_keylock1_over.png</Pressed> <Unpressed>btn_keylock1_over.png</Unpressed> </State> <Pos>61,100</Pos> <Connection> <ConfigKey>[Channel1],keylock</ConfigKey> </Connection> </PushButton> <PushButton> <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> <Style>QToolTip { font: 11px Lucida Grande, Lucida Sans Unicode, Arial, Verdana, sans-serif; background-color: #191919; color: #CCCCCC; border: 1px solid #CCCCCC; padding: 4px; } </Style> <NumberStates>2</NumberStates> <State> <Number>0</Number> <Pressed>btn_keylock2.png</Pressed> <Unpressed>btn_keylock2.png</Unpressed> </State> <State> <Number>1</Number> <Pressed>btn_keylock2_over.png</Pressed> <Unpressed>btn_keylock2_over.png</Unpressed> </State> <Pos>1182,100</Pos> <Connection> <ConfigKey>[Channel2],keylock</ConfigKey> </Connection> </PushButton> <!-- ********************************************** Button- Pitch control ********************************************** --> <PushButton> <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> <Style>QToolTip { font: 11px Lucida Grande, Lucida Sans Unicode, Arial, Verdana, sans-serif; background-color: #191919; color: #CCCCCC; border: 1px solid #CCCCCC; padding: 4px; } </Style> <NumberStates>1</NumberStates> <State> <Number>0</Number> <Pressed>btn_pitch_up1_over.png</Pressed> <Unpressed>btn_pitch_up1.png</Unpressed> </State> <Pos>47,138</Pos> <Connection> <ConfigKey>[Channel1],rate_perm_up</ConfigKey> <EmitOnDownPress>true</EmitOnDownPress> <ButtonState>LeftButton</ButtonState> </Connection> <Connection> <ConfigKey>[Channel1],rate_perm_up</ConfigKey> <EmitOnDownPress>false</EmitOnDownPress> <ButtonState>LeftButton</ButtonState> </Connection> <Connection> <ConfigKey>[Channel1],rate_perm_up_small</ConfigKey> <EmitOnDownPress>true</EmitOnDownPress> <ButtonState>RightButton</ButtonState> </Connection> <Connection> <ConfigKey>[Channel1],rate_perm_up_small</ConfigKey> <EmitOnDownPress>false</EmitOnDownPress> <ButtonState>RightButton</ButtonState> </Connection> </PushButton> <PushButton> <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> <Style>QToolTip { font: 11px Lucida Grande, Lucida Sans Unicode, Arial, Verdana, sans-serif; background-color: #191919; color: #CCCCCC; border: 1px solid #CCCCCC; padding: 4px; } </Style> <NumberStates>1</NumberStates> <State> <Number>0</Number> <Pressed>btn_pitch_up2_over.png</Pressed> <Unpressed>btn_pitch_up1.png</Unpressed> </State> <Pos>1168,138</Pos> <Connection> <ConfigKey>[Channel2],rate_perm_up</ConfigKey> <EmitOnDownPress>true</EmitOnDownPress> <ButtonState>LeftButton</ButtonState> </Connection> <Connection> <ConfigKey>[Channel2],rate_perm_up</ConfigKey> <EmitOnDownPress>false</EmitOnDownPress> <ButtonState>LeftButton</ButtonState> </Connection> <Connection> <ConfigKey>[Channel2],rate_perm_up_small</ConfigKey> <EmitOnDownPress>true</EmitOnDownPress> <ButtonState>RightButton</ButtonState> </Connection> <Connection> <ConfigKey>[Channel2],rate_perm_up_small</ConfigKey> <EmitOnDownPress>false</EmitOnDownPress> <ButtonState>RightButton</ButtonState> </Connection> </PushButton> <PushButton> <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> <Style>QToolTip { font: 11px Lucida Grande, Lucida Sans Unicode, Arial, Verdana, sans-serif; background-color: #191919; color: #CCCCCC; border: 1px solid #CCCCCC; padding: 4px; } </Style> <NumberStates>1</NumberStates> <State> <Number>0</Number> <Pressed>btn_pitch_down1_over.png</Pressed> <Unpressed>btn_pitch_down1.png</Unpressed> </State> <Pos>47,165</Pos> <Connection> <ConfigKey>[Channel1],rate_perm_down</ConfigKey> <EmitOnDownPress>true</EmitOnDownPress> <ButtonState>LeftButton</ButtonState> </Connection> <Connection> <ConfigKey>[Channel1],rate_perm_down_small</ConfigKey> <EmitOnDownPress>true</EmitOnDownPress> <ButtonState>RightButton</ButtonState> </Connection> </PushButton> <PushButton> <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> <Style>QToolTip { font: 11px Lucida Grande, Lucida Sans Unicode, Arial, Verdana, sans-serif; background-color: #191919; color: #CCCCCC; border: 1px solid #CCCCCC; padding: 4px; } </Style> <NumberStates>1</NumberStates> <State> <Number>0</Number> <Pressed>btn_pitch_down2_over.png</Pressed> <Unpressed>btn_pitch_down2.png</Unpressed> </State> <Pos>1168,165</Pos> <Connection> <ConfigKey>[Channel2],rate_perm_down</ConfigKey> <EmitOnDownPress>true</EmitOnDownPress> <ButtonState>LeftButton</ButtonState> </Connection> <Connection> <ConfigKey>[Channel2],rate_perm_down_small</ConfigKey> <EmitOnDownPress>true</EmitOnDownPress> <ButtonState>RightButton</ButtonState> </Connection> </PushButton> <!-- ********************************************** Button- Pitch bend (Nudge) ********************************************** --> <PushButton> <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> <Style>QToolTip { font: 11px Lucida Grande, Lucida Sans Unicode, Arial, Verdana, sans-serif; background-color: #191919; color: #CCCCCC; border: 1px solid #CCCCCC; padding: 4px; } </Style> <NumberStates>1</NumberStates> <State> <Number>0</Number> <Pressed>btn_nudge_up1_over.png</Pressed> <Unpressed>btn_nudge_up1.png</Unpressed> </State> <Pos>74,138</Pos> <Connection> <ConfigKey>[Channel1],rate_temp_up</ConfigKey> <EmitOnDownPress>true</EmitOnDownPress> <ButtonState>LeftButton</ButtonState> </Connection> <Connection> <ConfigKey>[Channel1],rate_temp_up</ConfigKey> <EmitOnDownPress>false</EmitOnDownPress> <ButtonState>LeftButton</ButtonState> </Connection> <Connection> <ConfigKey>[Channel1],rate_temp_up_small</ConfigKey> <EmitOnDownPress>true</EmitOnDownPress> <ButtonState>RightButton</ButtonState> </Connection> <Connection> <ConfigKey>[Channel1],rate_temp_up_small</ConfigKey> <EmitOnDownPress>false</EmitOnDownPress> <ButtonState>RightButton</ButtonState> </Connection> </PushButton> <PushButton> <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> <Style>QToolTip { font: 11px Lucida Grande, Lucida Sans Unicode, Arial, Verdana, sans-serif; background-color: #191919; color: #CCCCCC; border: 1px solid #CCCCCC; padding: 4px; } </Style> <NumberStates>1</NumberStates> <State> <Number>0</Number> <Pressed>btn_nudge_up2_over.png</Pressed> <Unpressed>btn_nudge_up2.png</Unpressed> </State> <Pos>1195,138</Pos> <Connection> <ConfigKey>[Channel2],rate_temp_up</ConfigKey> <EmitOnDownPress>true</EmitOnDownPress> <ButtonState>LeftButton</ButtonState> </Connection> <Connection> <ConfigKey>[Channel2],rate_temp_up</ConfigKey> <EmitOnDownPress>false</EmitOnDownPress> <ButtonState>LeftButton</ButtonState> </Connection> <Connection> <ConfigKey>[Channel2],rate_temp_up_small</ConfigKey> <EmitOnDownPress>true</EmitOnDownPress> <ButtonState>RightButton</ButtonState> </Connection> <Connection> <ConfigKey>[Channel2],rate_temp_up_small</ConfigKey> <EmitOnDownPress>false</EmitOnDownPress> <ButtonState>RightButton</ButtonState> </Connection> </PushButton> <PushButton> <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> <Style>QToolTip { font: 11px Lucida Grande, Lucida Sans Unicode, Arial, Verdana, sans-serif; background-color: #191919; color: #CCCCCC; border: 1px solid #CCCCCC; padding: 4px; } </Style> <NumberStates>1</NumberStates> <State> <Number>0</Number> <Pressed>btn_nudge_down1_over.png</Pressed> <Unpressed>btn_nudge_down1.png</Unpressed> </State> <Pos>74,165</Pos> <Connection> <ConfigKey>[Channel1],rate_temp_down</ConfigKey> <EmitOnDownPress>true</EmitOnDownPress> <ButtonState>LeftButton</ButtonState> </Connection> <Connection> <ConfigKey>[Channel1],rate_temp_down</ConfigKey> <EmitOnDownPress>false</EmitOnDownPress> <ButtonState>LeftButton</ButtonState> </Connection> <Connection> <ConfigKey>[Channel1],rate_temp_down_small</ConfigKey> <EmitOnDownPress>true</EmitOnDownPress> <ButtonState>RightButton</ButtonState> </Connection> <Connection> <ConfigKey>[Channel1],rate_temp_down_small</ConfigKey> <EmitOnDownPress>false</EmitOnDownPress> <ButtonState>RightButton</ButtonState> </Connection> </PushButton> <PushButton> <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> <Style>QToolTip { font: 11px Lucida Grande, Lucida Sans Unicode, Arial, Verdana, sans-serif; background-color: #191919; color: #CCCCCC; border: 1px solid #CCCCCC; padding: 4px; } </Style> <NumberStates>1</NumberStates> <State> <Number>0</Number> <Pressed>btn_nudge_down2_over.png</Pressed> <Unpressed>btn_nudge_down2.png</Unpressed> </State> <Pos>1195,165</Pos> <Connection> <ConfigKey>[Channel2],rate_temp_down</ConfigKey> <EmitOnDownPress>true</EmitOnDownPress> <ButtonState>LeftButton</ButtonState> </Connection> <Connection> <ConfigKey>[Channel2],rate_temp_down</ConfigKey> <EmitOnDownPress>false</EmitOnDownPress> <ButtonState>LeftButton</ButtonState> </Connection> <Connection> <ConfigKey>[Channel2],rate_temp_down_small</ConfigKey> <EmitOnDownPress>true</EmitOnDownPress> <ButtonState>RightButton</ButtonState> </Connection> <Connection> <ConfigKey>[Channel2],rate_temp_down_small</ConfigKey> <EmitOnDownPress>false</EmitOnDownPress> <ButtonState>RightButton</ButtonState> </Connection> </PushButton> <!-- ********************************************** Button- Prelisten / Monitoring ********************************************** --> <PushButton> <Tooltip>Headphone
Sends the selected channel's audio to the Headphones output audio device
selected in Preferences→Sound Hardware.
</Tooltip> <Style>QToolTip { font: 11px Lucida Grande, Lucida Sans Unicode, Arial, Verdana, sans-serif; background-color: #191919; color: #CCCCCC; border: 1px solid #CCCCCC; padding: 4px; } </Style> <NumberStates>2</NumberStates> <State> <Number>0</Number> <Pressed>btn_pfl1.png</Pressed> <Unpressed>btn_pfl1.png</Unpressed> </State> <State> <Number>1</Number> <Pressed>btn_pfl1_over.png</Pressed> <Unpressed>btn_pfl1_over.png</Unpressed> </State> <Pos>601,265</Pos> <Connection> <ConfigKey>[Channel1],pfl</ConfigKey> </Connection> </PushButton> <PushButton> <Tooltip>Headphone
Sends the selected channel's audio to the Headphones output audio device
selected in Preferences→Sound Hardware.
</Tooltip> <Style>QToolTip { font: 11px Lucida Grande, Lucida Sans Unicode, Arial, Verdana, sans-serif; background-color: #191919; color: #CCCCCC; border: 1px solid #CCCCCC; padding: 4px; } </Style> <NumberStates>2</NumberStates> <State> <Number>0</Number> <Pressed>btn_pfl2.png</Pressed> <Unpressed>btn_pfl2.png</Unpressed> </State> <State> <Number>1</Number> <Pressed>btn_pfl2_over.png</Pressed> <Unpressed>btn_pfl2_over.png</Unpressed> </State> <Pos>634,265</Pos> <Connection> <ConfigKey>[Channel2],pfl</ConfigKey> </Connection> </PushButton> <!-- ********************************************** Button- Repeat (End of track mode) ********************************************** --> <PushButton> <Tooltip>Repeat
When active the track will repeat if you go past the end or reverse before the start.
</Tooltip> <Style>QToolTip { font: 11px Lucida Grande, Lucida Sans Unicode, Arial, Verdana, sans-serif; background-color: #191919; color: #CCCCCC; border: 1px solid #CCCCCC; padding: 4px; } </Style> <NumberStates>2</NumberStates> <State> <Number>0</Number> <Pressed>btn_repeat1.png</Pressed> <Unpressed>btn_repeat1.png</Unpressed> </State> <State> <Number>1</Number> <Pressed>btn_repeat1_over.png</Pressed> <Unpressed>btn_repeat1_over.png</Unpressed> </State> <Pos>417,259</Pos> <Connection> <ConfigKey>[Channel1],repeat</ConfigKey> </Connection> </PushButton> <PushButton> <Tooltip>Repeat
When active the track will repeat if you go past the end or reverse before the start.
</Tooltip> <Style>QToolTip { font: 11px Lucida Grande, Lucida Sans Unicode, Arial, Verdana, sans-serif; background-color: #191919; color: #CCCCCC; border: 1px solid #CCCCCC; padding: 4px; } </Style> <NumberStates>2</NumberStates> <State> <Number>0</Number> <Pressed>btn_repeat2.png</Pressed> <Unpressed>btn_repeat2.png</Unpressed> </State> <State> <Number>1</Number> <Pressed>btn_repeat2_over.png</Pressed> <Unpressed>btn_repeat2_over.png</Unpressed> </State> <Pos>1220,259</Pos> <Connection> <ConfigKey>[Channel2],repeat</ConfigKey> </Connection> </PushButton> <!-- ********************************************** Button- FX (Flanger) ********************************************** --> <PushButton> <Tooltip>Flanger
Toggles the flange effect. Use the depth/delay/lfo knobs to adjust
</Tooltip> <Style>QToolTip { font: 11px Lucida Grande, Lucida Sans Unicode, Arial, Verdana, sans-serif; background-color: #191919; color: #CCCCCC; border: 1px solid #CCCCCC; padding: 4px; } </Style> <NumberStates>2</NumberStates> <State> <Number>0</Number> <Pressed>btn_fx1.png</Pressed> <Unpressed>btn_fx1.png</Unpressed> </State> <State> <Number>1</Number> <Pressed>btn_fx1_over.png</Pressed> <Unpressed>btn_fx1_over.png</Unpressed> </State> <Pos>552,265</Pos> <Connection> <ConfigKey>[Channel1],flanger</ConfigKey> </Connection> </PushButton> <PushButton> <Tooltip>Flanger
Toggles the flange effect. Use the depth/delay/lfo knobs to adjust
</Tooltip> <Style>QToolTip { font: 11px Lucida Grande, Lucida Sans Unicode, Arial, Verdana, sans-serif; background-color: #191919; color: #CCCCCC; border: 1px solid #CCCCCC; padding: 4px; } </Style> <NumberStates>2</NumberStates> <State> <Number>0</Number> <Pressed>btn_fx2.png</Pressed> <Unpressed>btn_fx1.png</Unpressed> </State> <State> <Number>1</Number> <Pressed>btn_fx2_over.png</Pressed> <Unpressed>btn_fx2_over.png</Unpressed> </State> <Pos>682,265</Pos> <Connection> <ConfigKey>[Channel2],flanger</ConfigKey> </Connection> </PushButton> <!-- ********************************************** Button- Frequency Kill ********************************************** --> <PushButton> <Tooltip>High EQ kill
Holds the gain of the high EQ to zero while active.
</Tooltip> <Style>QToolTip { font: 11px Lucida Grande, Lucida Sans Unicode, Arial, Verdana, sans-serif; background-color: #191919; color: #CCCCCC; border: 1px solid #CCCCCC; padding: 4px; } </Style> <NumberStates>2</NumberStates> <State> <Number>0</Number> <Pressed>btn_kill_over.png</Pressed> <Unpressed>btn_kill.png</Unpressed> </State> <State> <Number>1</Number> <Pressed>btn_kill.png</Pressed> <Unpressed>btn_kill_over.png</Unpressed> </State> <Pos>476,204</Pos> <Connection> <ConfigKey>[Channel1],filterHighKill</ConfigKey> <EmitOnDownPress>true</EmitOnDownPress> <ButtonState>LeftButton</ButtonState> </Connection> </PushButton> <PushButton> <Tooltip>Mid EQ kill
Holds the gain of the mid EQ to zero while active.
</Tooltip> <Style>QToolTip { font: 11px Lucida Grande, Lucida Sans Unicode, Arial, Verdana, sans-serif; background-color: #191919; color: #CCCCCC; border: 1px solid #CCCCCC; padding: 4px; } </Style> <NumberStates>2</NumberStates> <State> <Number>0</Number> <Pressed>btn_kill_over.png</Pressed> <Unpressed>btn_kill.png</Unpressed> </State> <State> <Number>1</Number> <Pressed>btn_kill.png</Pressed> <Unpressed>btn_kill_over.png</Unpressed> </State> <Pos>476,238</Pos> <Connection> <ConfigKey>[Channel1],filterMidKill</ConfigKey> <EmitOnDownPress>true</EmitOnDownPress> <ButtonState>LeftButton</ButtonState> </Connection> </PushButton> <PushButton> <Tooltip>Low EQ kill
Holds the gain of the low EQ to zero while active.
</Tooltip> <Style>QToolTip { font: 11px Lucida Grande, Lucida Sans Unicode, Arial, Verdana, sans-serif; background-color: #191919; color: #CCCCCC; border: 1px solid #CCCCCC; padding: 4px; } </Style> <NumberStates>2</NumberStates> <State> <Number>0</Number> <Pressed>btn_kill_over.png</Pressed> <Unpressed>btn_kill.png</Unpressed> </State> <State> <Number>1</Number> <Pressed>btn_kill.png</Pressed> <Unpressed>btn_kill_over.png</Unpressed> </State> <Pos>476,272</Pos> <Connection> <ConfigKey>[Channel1],filterLowKill</ConfigKey> <EmitOnDownPress>true</EmitOnDownPress> <ButtonState>LeftButton</ButtonState> </Connection> </PushButton> <PushButton> <Tooltip>High EQ kill
Holds the gain of the high EQ to zero while active.
</Tooltip> <Style>QToolTip { font: 11px Lucida Grande, Lucida Sans Unicode, Arial, Verdana, sans-serif; background-color: #191919; color: #CCCCCC; border: 1px solid #CCCCCC; padding: 4px; } </Style> <NumberStates>2</NumberStates> <State> <Number>0</Number> <Pressed>btn_kill_over.png</Pressed> <Unpressed>btn_kill.png</Unpressed> </State> <State> <Number>1</Number> <Pressed>btn_kill.png</Pressed> <Unpressed>btn_kill_over.png</Unpressed> </State> <Pos>775,204</Pos> <Connection> <ConfigKey>[Channel2],filterHighKill</ConfigKey> <EmitOnDownPress>true</EmitOnDownPress> <ButtonState>LeftButton</ButtonState> </Connection> </PushButton> <PushButton> <Tooltip>Mid EQ kill
Holds the gain of the mid EQ to zero while active.
</Tooltip> <Style>QToolTip { font: 11px Lucida Grande, Lucida Sans Unicode, Arial, Verdana, sans-serif; background-color: #191919; color: #CCCCCC; border: 1px solid #CCCCCC; padding: 4px; } </Style> <NumberStates>2</NumberStates> <State> <Number>0</Number> <Pressed>btn_kill_over.png</Pressed> <Unpressed>btn_kill.png</Unpressed> </State> <State> <Number>1</Number> <Pressed>btn_kill.png</Pressed> <Unpressed>btn_kill_over.png</Unpressed> </State> <Pos>775,238</Pos> <Connection> <ConfigKey>[Channel2],filterMidKill</ConfigKey> <EmitOnDownPress>true</EmitOnDownPress> <ButtonState>LeftButton</ButtonState> </Connection> </PushButton> <PushButton> <Tooltip>Low EQ kill
Holds the gain of the low EQ to zero while active.
</Tooltip> <Style>QToolTip { font: 11px Lucida Grande, Lucida Sans Unicode, Arial, Verdana, sans-serif; background-color: #191919; color: #CCCCCC; border: 1px solid #CCCCCC; padding: 4px; } </Style> <NumberStates>2</NumberStates> <State> <Number>0</Number> <Pressed>btn_kill_over.png</Pressed> <Unpressed>btn_kill.png</Unpressed> </State> <State> <Number>1</Number> <Pressed>btn_kill.png</Pressed> <Unpressed>btn_kill_over.png</Unpressed> </State> <Pos>775,272</Pos> <Connection> <ConfigKey>[Channel2],filterLowKill</ConfigKey> <EmitOnDownPress>true</EmitOnDownPress> <ButtonState>LeftButton</ButtonState> </Connection> </PushButton> <!-- ############################################################################################ ############################################################################################ Section: RotaryFader ############################################################################################ ############################################################################################ --> <!-- ********************************************** RotaryFader- Master volume & balance ********************************************** --> <Knob> <Tooltip>Master volume
Adjusts the Master output volume.
Right-click: Reset to default value
</Tooltip> <Style>QToolTip { font: 11px Lucida Grande, Lucida Sans Unicode, Arial, Verdana, sans-serif; background-color: #191919; color: #CCCCCC; border: 1px solid #CCCCCC; padding: 4px; } </Style> <NumberStates>41</NumberStates> <Path>knob_rotary_s%1.png</Path> <Pos>1092,161</Pos> <Connection> <ConfigKey>[Master],volume</ConfigKey> </Connection> </Knob> <Knob> <Tooltip>Balance
Adjusts the left/right channel balance on the Master output.
Right-click: Reset to default value
</Tooltip> <Style>QToolTip { font: 11px Lucida Grande, Lucida Sans Unicode, Arial, Verdana, sans-serif; background-color: #191919; color: #CCCCCC; border: 1px solid #CCCCCC; padding: 4px; } </Style> <NumberStates>41</NumberStates> <Path>knob_rotary_s%1.png</Path> <Pos>1023,161</Pos> <Connection> <ConfigKey>[Master],balance</ConfigKey> </Connection> </Knob> <!-- ********************************************** RotaryFader- Flanger (FX) setting ********************************************** --> <Knob> <Tooltip>Flanger delay
Adjusts the phase delay of the flange effect (when active).
Right-click: Reset to default value
</Tooltip> <Style>QToolTip { font: 11px Lucida Grande, Lucida Sans Unicode, Arial, Verdana, sans-serif; background-color: #191919; color: #CCCCCC; border: 1px solid #CCCCCC; padding: 4px; } </Style> <NumberStates>41</NumberStates> <Path>knob_rotary_s%1.png</Path> <Pos>394,161</Pos> <Connection> <ConfigKey>[Flanger],lfoDelay</ConfigKey> </Connection> </Knob> <Knob> <Tooltip>Flanger depth
Adjusts the intensity of the flange effect (when active).
Right-click: Reset to default value
</Tooltip> <Style>QToolTip { font: 11px Lucida Grande, Lucida Sans Unicode, Arial, Verdana, sans-serif; background-color: #191919; color: #CCCCCC; border: 1px solid #CCCCCC; padding: 4px; } </Style> <NumberStates>41</NumberStates> <Path>knob_rotary_s%1.png</Path> <Pos>325,161</Pos> <Connection> <ConfigKey>[Flanger],lfoDepth</ConfigKey> </Connection> </Knob> <Knob> <Tooltip>Flanger LFO period
Adjusts the wavelength of the flange effect (when active).
Right-click: Reset to default value
</Tooltip> <Style>QToolTip { font: 11px Lucida Grande, Lucida Sans Unicode, Arial, Verdana, sans-serif; background-color: #191919; color: #CCCCCC; border: 1px solid #CCCCCC; padding: 4px; } </Style> <NumberStates>41</NumberStates> <Path>knob_rotary_s%1.png</Path> <Pos>256,161</Pos> <Connection> <ConfigKey>[Flanger],lfoPeriod</ConfigKey> </Connection> </Knob> <!-- ********************************************** RotaryFader- Headphone volume and mix ********************************************** --> <Knob> <Tooltip>Headphone volume
Adjusts the headphone output volume.
Right-click: Reset to default value
</Tooltip> <Style>QToolTip { font: 11px Lucida Grande, Lucida Sans Unicode, Arial, Verdana, sans-serif; background-color: #191919; color: #CCCCCC; border: 1px solid #CCCCCC; padding: 4px; } </Style> <NumberStates>41</NumberStates> <Path>knob_rotary_s%1.png</Path> <Pos>908,161</Pos> <Connection> <ConfigKey>[Master],headVolume</ConfigKey> </Connection> </Knob> <Knob> <Tooltip>Headphone mix
Controls what you hear on the headphone output.
Right-click: Reset to default value
</Tooltip> <Style>QToolTip { font: 11px Lucida Grande, Lucida Sans Unicode, Arial, Verdana, sans-serif; background-color: #191919; color: #CCCCCC; border: 1px solid #CCCCCC; padding: 4px; } </Style> <NumberStates>41</NumberStates> <Path>knob_rotary_s%1.png</Path> <Pos>839,161</Pos> <Connection> <ConfigKey>[Master],headMix</ConfigKey> </Connection> </Knob> <!-- ********************************************** RotaryFader- Channel filter and gain ********************************************** --> <Knob> <Tooltip>Gain
Adjusts the pre-fader gain of the track (to avoid clipping)
Right-click: Reset to default value
</Tooltip> <Style>QToolTip { font: 11px Lucida Grande, Lucida Sans Unicode, Arial, Verdana, sans-serif; background-color: #191919; color: #CCCCCC; border: 1px solid #CCCCCC; padding: 4px; } </Style> <NumberStates>41</NumberStates> <Path>knob_rotary_s%1.png</Path> <Pos>499,156</Pos> <Connection> <ConfigKey>[Channel1],pregain</ConfigKey> </Connection> </Knob> <Knob> <Tooltip>High EQ
Adjusts the gain of the high EQ filter.
Right-click: Reset to default value
</Tooltip> <Style>QToolTip { font: 11px Lucida Grande, Lucida Sans Unicode, Arial, Verdana, sans-serif; background-color: #191919; color: #CCCCCC; border: 1px solid #CCCCCC; padding: 4px; } </Style> <NumberStates>41</NumberStates> <Path>knob_rotary_s%1.png</Path> <Pos>499,190</Pos> <Connection> <ConfigKey>[Channel1],filterHigh</ConfigKey> </Connection> </Knob> <Knob> <Tooltip>Mid EQ
Adjusts the gain of the mid EQ filter.
Right-click: Reset to default value
</Tooltip> <Style>QToolTip { font: 11px Lucida Grande, Lucida Sans Unicode, Arial, Verdana, sans-serif; background-color: #191919; color: #CCCCCC; border: 1px solid #CCCCCC; padding: 4px; } </Style> <NumberStates>41</NumberStates> <Path>knob_rotary_s%1.png</Path> <Pos>499,224</Pos> <Connection> <ConfigKey>[Channel1],filterMid</ConfigKey> </Connection> </Knob> <Knob> <Tooltip>Low EQ
Adjusts the gain of the low EQ filter.
Right-click: Reset to default value
</Tooltip> <Style>QToolTip { font: 11px Lucida Grande, Lucida Sans Unicode, Arial, Verdana, sans-serif; background-color: #191919; color: #CCCCCC; border: 1px solid #CCCCCC; padding: 4px; } </Style> <NumberStates>41</NumberStates> <Path>knob_rotary_s%1.png</Path> <Pos>499,258</Pos> <Connection> <ConfigKey>[Channel1],filterLow</ConfigKey> </Connection> </Knob> <Knob> <Tooltip>Gain
Adjusts the pre-fader gain of the track (to avoid clipping)
Right-click: Reset to default value
</Tooltip> <Style>QToolTip { font: 11px Lucida Grande, Lucida Sans Unicode, Arial, Verdana, sans-serif; background-color: #191919; color: #CCCCCC; border: 1px solid #CCCCCC; padding: 4px; } </Style> <NumberStates>41</NumberStates> <Path>knob_rotary_s%1.png</Path> <Pos>735,156</Pos> <Connection> <ConfigKey>[Channel2],pregain</ConfigKey> </Connection> </Knob> <Knob> <Tooltip>High EQ
Adjusts the gain of the high EQ filter.
Right-click: Reset to default value
</Tooltip> <Style>QToolTip { font: 11px Lucida Grande, Lucida Sans Unicode, Arial, Verdana, sans-serif; background-color: #191919; color: #CCCCCC; border: 1px solid #CCCCCC; padding: 4px; } </Style> <NumberStates>41</NumberStates> <Path>knob_rotary_s%1.png</Path> <Pos>735,190</Pos> <Connection> <ConfigKey>[Channel2],filterHigh</ConfigKey> </Connection> </Knob> <Knob> <Tooltip>Mid EQ
Adjusts the gain of the mid EQ filter.
Right-click: Reset to default value
</Tooltip> <Style>QToolTip { font: 11px Lucida Grande, Lucida Sans Unicode, Arial, Verdana, sans-serif; background-color: #191919; color: #CCCCCC; border: 1px solid #CCCCCC; padding: 4px; } </Style> <NumberStates>41</NumberStates> <Path>knob_rotary_s%1.png</Path> <Pos>735,224</Pos> <Connection> <ConfigKey>[Channel2],filterMid</ConfigKey> </Connection> </Knob> <Knob> <Tooltip>Low EQ
Adjusts the gain of the low EQ filter.
Right-click: Reset to default value
</Tooltip> <Style>QToolTip { font: 11px Lucida Grande, Lucida Sans Unicode, Arial, Verdana, sans-serif; background-color: #191919; color: #CCCCCC; border: 1px solid #CCCCCC; padding: 4px; } </Style> <NumberStates>41</NumberStates> <Path>knob_rotary_s%1.png</Path> <Pos>735,258</Pos> <Connection> <ConfigKey>[Channel2],filterLow</ConfigKey> </Connection> </Knob> </skin>