~ywwg/mixxx/master_sync

« back to all changes in this revision

Viewing changes to mixxx/res/skins/LateNight1920x1080-4Deck-WXGA/skin.orig.xml

  • Committer: Owen Williams
  • Date: 2013-05-07 01:46:33 UTC
  • mfrom: (2986.24.59 master_sync)
  • Revision ID: owen-github@ywwg.com-20130507014633-3sw92nckzu37y4db
Merge branch 'DJO_t-biggerskin' into master_sync

Conflicts:
        mixxx/res/skins/LateNight1280x800-4Deck-WXGA/skin.xml

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
        <!--
 
2
        LateNight , Skin for Mixxx 1.11.x
 
3
        www.mixxx.org
 
4
        Copyright (C) 2010-2013 jus <s.brandt@mixxx.org>
 
5
        This file is part of the "LateNight" Skin for Mixxx
 
6
        "LateNight" is licensed under the Creative Commons Attribution-ShareAlike 3.0 Unported license.
 
7
        http://creativecommons.org/licenses/by-sa/3.0/
 
8
 
 
9
        With every copy of the work, you are required to either provide a copy of the license it self
 
10
        or a link (URI). Failure to do this is a failure to complete the terms of the CC license.
 
11
 
 
12
        You are free:
 
13
        to Share - to copy, distribute and transmit the work
 
14
        to Remix - to adapt the work
 
15
 
 
16
        Under the following conditions:
 
17
        Attribution - You must attribute the work in the manner specified by the author or licensor
 
18
        (but not in any way that suggests that they endorse you or your use of the work).
 
19
        A attribution should include the following: The name of the author and/or licensor, 
 
20
        the title of the work, the URL that is associated with the work.
 
21
 
 
22
        Share Alike - If you alter, transform, or build upon this work, you may distribute
 
23
        the resulting work only under the same or similar license to this one.
 
24
 
 
25
        See CHANGELOG.txt for the list of changes.
 
26
        -->
 
27
 
 
28
        <!--
 
29
        TODO: Jus
 
30
        * Move Play & Cue controls into Playback control sub-widget
 
31
        * Add Kill switches for Deck 3 & 4, make them visible for Deck 1 & 2
 
32
        -->
 
33
 
 
34
<!DOCTYPE skin>
 
35
<skin>
 
36
        <!--
 
37
        ############################################################################################
 
38
        ############################################################################################
 
39
        Mixxx skin documentation:
 
40
        http://mixxx.org/wiki/doku.php/creating_skins
 
41
 
 
42
        List of controls:
 
43
        http://mixxx.org/wiki/doku.php/mixxxcontrols
 
44
 
 
45
        Qt Style Sheets documentation:
 
46
        https://qt-project.org/doc/qt-4.8/stylesheet.html
 
47
 
 
48
        Debugging:
 
49
        To outline WidgetGroups change all occurrences (exept this one ;-) of
 
50
        "QGroupBox { border: 0px solid" to "QGroupBox { border: 1px solid"
 
51
 
 
52
        Parent WidgedGroups are outlined one pixel solid red;
 
53
                Child WidgedGroups are outlined one pixel solid yellow;
 
54
                        Grandchild WidgedGroups are outlined one pixel solid green;
 
55
        ############################################################################################
 
56
        ############################################################################################
 
57
        -->
 
58
 
 
59
        <manifest>
 
60
        <title>LateNight1280x800-4Deck-WXGA</title>
 
61
        <author>jus</author>
 
62
        <version>1.11.0.13</version>
 
63
        <description>A 4-deck parallel waveform skin with 4 samplers.</description>
 
64
        <language>en</language>
 
65
        <license>Creative Commons Attribution, Share-Alike 3.0 Unported</license>
 
66
        <attributes>
 
67
                <attribute config_key="[Master],num_decks">4</attribute>
 
68
                <attribute config_key="[Master],num_samplers">2</attribute>
 
69
                <attribute config_key="[Master],num_preview_decks">1</attribute>
 
70
                <!--Optionally, make elements visible on skin load-->
 
71
                <attribute config_key="[Spinny1],show_spinny">1</attribute>
 
72
                <attribute config_key="[Spinny2],show_spinny">1</attribute>
 
73
                <attribute config_key="[Samplers],show_samplers">0</attribute>
 
74
                <attribute config_key="[Vinylcontrol],show_vinylcontrol">0</attribute>
 
75
                <attribute config_key="[PreviewDeck],show_previewdeck">0</attribute>
 
76
        </attributes>
 
77
        </manifest>
 
78
 
 
79
        <!--
 
80
        ############################################################################################
 
81
        ############################################################################################
 
82
        Global stylesheet declarations
 
83
        ############################################################################################
 
84
        ############################################################################################
 
85
        -->
 
86
        <Style>
 
87
        QToolTip { background-color: #191919; color: #CCCCCC; border: 1px solid #CCCCCC; }
 
88
        </Style>
 
89
 
 
90
        <!--
 
91
        ############################################################################################
 
92
        ############################################################################################
 
93
        General- Main background picture
 
94
        ############################################################################################
 
95
        ############################################################################################
 
96
        -->
 
97
        <Background>
 
98
                <Path>background1280x800.png</Path>
 
99
                <BgColor>#000000</BgColor>
 
100
        </Background>
 
101
 
 
102
        <!--
 
103
        ############################################################################################
 
104
        ############################################################################################
 
105
        WidgetGroup : Show/hide Samplers, Preview Deck, and shrink Library
 
106
        ############################################################################################
 
107
        ############################################################################################
 
108
        -->
 
109
        <WidgetGroup>
 
110
                <Pos>0,370</Pos>
 
111
                <!--
 
112
                <size> is optional, this will limit the size so that any part of a child widget outside of the size rectangle is not shown
 
113
                <Size>w,h</Size>
 
114
                -->
 
115
                <Size>1280,331f</Size>
 
116
                <Layout>vertical</Layout>
 
117
                <!--deactivate the standard
 
118
                <Style>QGroupBox { border: 0px solid red; } QWidget { margin: 0; padding: 0; }</Style>
 
119
                cause push buttons in library will show up with wrong margin/padding -->
 
120
                <Style>QGroupBox { border: 0px solid red; }</Style>
 
121
                <Children>
 
122
                        <!-- Sampler Bank sub-widget -->
 
123
                        <WidgetGroup>
 
124
                                <Size>i,m</Size>
 
125
                                <Layout>horizontal</Layout>
 
126
                                <Style>QGroupBox { border: 0px solid yellow; margin: 0px 0px 0px 0px;} </Style>
 
127
                                <Children>
 
128
                                        <!-- all sub-widgets for the sampler decks -->
 
129
                                        <!-- Sample Deck 1 controls-->
 
130
                                        <WidgetGroup>
 
131
                                                <Pos>0,0</Pos>
 
132
                                                <Size>312,110</Size>
 
133
                                                <Style>QGroupBox { border: 0px solid green;  margin: -0px 0px 0px 0px; background: url(skin:/style/style_bg_sampler.png); } </Style>
 
134
                                                <Children>
 
135
                                                        <!--
 
136
                                                        **********************************************
 
137
                                                        Text- Track Title
 
138
                                                        **********************************************
 
139
                                                        -->
 
140
                                                        <Text>
 
141
                                                                <TooltipId>text</TooltipId>
 
142
                                                                <Style>QLabel { font: bold 13px/15px Lucida Grande, Lucida Sans Unicode, Arial, Verdana, sans-serif;
 
143
                                                                background-color: transparent; color: #3087BF; text-align: left; padding-left: 1px; }
 
144
                                                                </Style>
 
145
                                                                <Group>[Sampler1]</Group>
 
146
                                                                <Pos>5,3</Pos>
 
147
                                                                <Size>205f,21</Size>
 
148
                                                        </Text>
 
149
                                                        <!-- Alternative "TITLE ONLY" display
 
150
                                                        <TrackProperty>
 
151
                                                                <TooltipId>track_title</TooltipId>
 
152
                                                                <Style>QLabel { font: bold 14px/16px Lucida Grande, Lucida Sans Unicode, Arial, Verdana, sans-serif;
 
153
                                                                background-color: transparent; color: #3087BF; text-align: left; padding-left: 1px; }
 
154
                                                                </Style>
 
155
                                                                <Property>title</Property>
 
156
                                                                <Group>[Sampler1]</Group>
 
157
                                                                <Pos>4,4</Pos>
 
158
                                                                <Size>258f,20</Size>
 
159
                                                        </TrackProperty>
 
160
                                                        -->
 
161
 
 
162
                                                        <!--
 
163
                                                        **********************************************
 
164
                                                        Text- BPM number display
 
165
                                                        **********************************************
 
166
                                                        -->
 
167
                                                        <NumberBpm>
 
168
                                                                <TooltipId>visual_bpm</TooltipId>
 
169
                                                                <Style>QLabel { font: bold 13px/15px Lucida Grande, Lucida Sans Unicode, Arial, Verdana, sans-serif;
 
170
                                                                background-color: transparent; color: #3087BF; text-align: left;padding-left: 1px; }
 
171
                                                                </Style>
 
172
                                                                <Group>[Sampler1]</Group>
 
173
                                                                <Pos>211,3</Pos>
 
174
                                                                <Size>55,21</Size>
 
175
                                                                <!--CSS alignments not respected see bug lp:605530 , lets call <Alignment>-->
 
176
                                                                <Alignment>right</Alignment>
 
177
                                                                <Connection>
 
178
                                                                        <ConfigKey>[Sampler1],visual_bpm</ConfigKey>
 
179
                                                                </Connection>
 
180
                                                        </NumberBpm>
 
181
 
 
182
                                                        <!--
 
183
                                                        **********************************************
 
184
                                                        Button- BPM Tap
 
185
                                                        **********************************************
 
186
                                                        -->
 
187
                                                        <!-- Little trickery here:
 
188
                                                                 BPM tap is transparent png directly over BPM display, so it became BPM and TAP at once,
 
189
                                                                 changed tooltip accordingly
 
190
                                                        -->
 
191
                                                        <PushButton>
 
192
                                                        <!-- Original:
 
193
                                                                <TooltipId>bpm_tap</TooltipId>
 
194
                                                        -->
 
195
                                                                <TooltipId>bpm_tap_visual_bpm</TooltipId>
 
196
                                                                <Style></Style>
 
197
                                                                <NumberStates>1</NumberStates>
 
198
                                                                <State>
 
199
                                                                        <Number>0</Number>
 
200
                                                                        <Pressed>btn_tap_sampler_over.png</Pressed>
 
201
                                                                        <Unpressed>btn_tap_sampler.png</Unpressed>
 
202
                                                                </State>
 
203
                                                                <Pos>216,3</Pos>
 
204
                                                                <Connection>
 
205
                                                                        <ConfigKey>[Sampler1],bpm_tap</ConfigKey>
 
206
                                                                        <EmitOnPressAndRelease>true</EmitOnPressAndRelease>
 
207
                                                                </Connection>
 
208
                                                        </PushButton>
 
209
 
 
210
                                                        <!--
 
211
                                                        **********************************************
 
212
                                                        Visual- Waveform overview
 
213
                                                        **********************************************
 
214
                                                        -->
 
215
                                                        <Overview>
 
216
                                                                <TooltipId>waveform_overview</TooltipId>
 
217
                                                                <Style></Style>
 
218
                                                                <Group>[Sampler1]</Group>
 
219
                                                                <Pos>40,25</Pos>
 
220
                                                                <Size>175,35</Size>
 
221
                                                                <BgColor></BgColor>
 
222
                                                                <SignalHighColor></SignalHighColor>
 
223
                                                                <SignalMidColor></SignalMidColor>
 
224
                                                                <SignalLowColor></SignalLowColor>
 
225
                                                                <SignalColor>#3087BF</SignalColor>
 
226
                                                                <PlayPosColor>#00FF00</PlayPosColor>
 
227
                                                                <DefaultMark>
 
228
                                                                        <Align>bottom</Align>
 
229
                                                                        <Color>#00FF00</Color>
 
230
                                                                        <TextColor>#FFFFFF</TextColor>
 
231
                                                                        <Text> %1 </Text>
 
232
                                                                </DefaultMark>
 
233
                                                                <Connection>
 
234
                                                                        <ConfigKey>[Sampler1],playposition</ConfigKey>
 
235
                                                                        <EmitOnDownPress>false</EmitOnDownPress>
 
236
                                                                </Connection>
 
237
                                                        </Overview>
 
238
 
 
239
                                                        <!--
 
240
                                                        **********************************************
 
241
                                                        RotaryFader- Gain
 
242
                                                        **********************************************
 
243
                                                        -->
 
244
                                                        <Knob>
 
245
                                                                <TooltipId>pregain</TooltipId>
 
246
                                                                <Style></Style>
 
247
                                                                <NumberStates>64</NumberStates>
 
248
                                                                <Path>knobs/knob_rotary_s%1.png</Path>
 
249
                                                                <Pos>222,64</Pos>
 
250
                                                                <Connection>
 
251
                                                                        <ConfigKey>[Sampler1],pregain</ConfigKey>
 
252
                                                                </Connection>
 
253
                                                        </Knob>
 
254
 
 
255
                                                        <!--
 
256
                                                        **********************************************
 
257
                                                        Visual- Volume peak indicator
 
258
                                                        **********************************************
 
259
                                                        -->
 
260
                                                        <StatusLight>
 
261
                                                                <TooltipId>PeakIndicator</TooltipId>
 
262
                                                                <Style></Style>
 
263
                                                                <PathStatusLight>btn_clipping_sampler_over.png</PathStatusLight>
 
264
                                                                <PathBack>btn_clipping_sampler.png</PathBack>
 
265
                                                                <Pos>267,3</Pos>
 
266
                                                                <Connection>
 
267
                                                                        <ConfigKey>[Sampler1],PeakIndicator</ConfigKey>
 
268
                                                                </Connection>
 
269
                                                        </StatusLight>
 
270
 
 
271
                                                        <!--
 
272
                                                        **********************************************
 
273
                                                        Visual - Volume level display
 
274
                                                        **********************************************
 
275
                                                        -->
 
276
                                                        <VuMeter>
 
277
                                                                <TooltipId>channel_VuMeter</TooltipId>
 
278
                                                                <Style></Style>
 
279
                                                                <PathVu>btn_volume_display_sampler_over.png</PathVu>
 
280
                                                                <PathBack>btn_volume_display_sampler.png</PathBack>
 
281
                                                                <Pos>267,24</Pos>
 
282
                                                                <Horizontal>false</Horizontal>
 
283
                                                                <PeakHoldSize>5</PeakHoldSize>
 
284
                                                                <PeakHoldTime>500</PeakHoldTime>
 
285
                                                                <PeakFallTime>50</PeakFallTime>
 
286
                                                                <PeakFallStep>2</PeakFallStep>
 
287
                                                                <Connection>
 
288
                                                                        <ConfigKey>[Sampler1],VuMeter</ConfigKey>
 
289
                                                                </Connection>
 
290
                                                        </VuMeter>
 
291
 
 
292
                                                        <!--
 
293
                                                        **********************************************
 
294
                                                        Slider- Pitch control
 
295
                                                        **********************************************
 
296
                                                        -->
 
297
                                                        <SliderComposed>
 
298
                                                                <TooltipId>rate</TooltipId>
 
299
                                                                <Style></Style>
 
300
                                                                <Handle>knob_pitch_sampler.png</Handle>
 
301
                                                                <Slider>slider_pitch_sampler.png</Slider>
 
302
                                                                <Pos>279,6</Pos>
 
303
                                                                <Horizontal>false</Horizontal>
 
304
                                                                <Connection>
 
305
                                                                        <ConfigKey>[Sampler1],rate</ConfigKey>
 
306
                                                                        <EmitOnDownPress>false</EmitOnDownPress>
 
307
                                                                </Connection>
 
308
                                                        </SliderComposed>
 
309
 
 
310
                                                        <!--
 
311
                                                        ****************************************
 
312
                                                         Button- Play
 
313
                                                        ****************************************
 
314
                                                        -->
 
315
                                                        <PushButton>
 
316
                                                                <TooltipId>play_start</TooltipId>
 
317
                                                                <Style></Style>
 
318
                                                                <NumberStates>2</NumberStates>
 
319
                                                                <RightClickIsPushButton>true</RightClickIsPushButton>
 
320
                                                                <State>
 
321
                                                                        <Number>0</Number>
 
322
                                                                        <Pressed>btn_play_sampler_down.png</Pressed>
 
323
                                                                        <Unpressed>btn_play_sampler.png</Unpressed>
 
324
                                                                </State>
 
325
                                                                <State>
 
326
                                                                        <Number>1</Number>
 
327
                                                                        <Pressed>btn_play_sampler_overdown.png</Pressed>
 
328
                                                                        <Unpressed>btn_play_sampler_over.png</Unpressed>
 
329
                                                                </State>
 
330
                                                                <Pos>10,30</Pos>
 
331
                                                                <Connection>
 
332
                                                                        <ConfigKey>[Sampler1],play</ConfigKey>
 
333
                                                                        <EmitOnDownPress>true</EmitOnDownPress>
 
334
                                                                        <ButtonState>LeftButton</ButtonState>
 
335
                                                                </Connection>
 
336
                                                                <Connection>
 
337
                                                                        <ConfigKey>[Sampler1],start</ConfigKey>
 
338
                                                                        <EmitOnDownPress>true</EmitOnDownPress>
 
339
                                                                        <ButtonState>RightButton</ButtonState>
 
340
                                                                        <ConnectValueToWidget>false</ConnectValueToWidget>
 
341
                                                                </Connection>
 
342
                                                        </PushButton>
 
343
 
 
344
                                                        <!--
 
345
                                                        **********************************************
 
346
                                                        Button- Beat sync
 
347
                                                        **********************************************
 
348
                                                        -->
 
349
                                                        <PushButton>
 
350
                                                                <TooltipId>beatsync_beatsync_tempo</TooltipId>
 
351
                                                                <Style></Style>
 
352
                                                                <NumberStates>1</NumberStates>
 
353
                                                                <State>
 
354
                                                                        <Number>0</Number>
 
355
                                                                        <Pressed>btn_sync_sampler_overdown.png</Pressed>
 
356
                                                                        <Unpressed>btn_sync_sampler.png</Unpressed>
 
357
                                                                </State>
 
358
                                                                <Pos>10,71</Pos>
 
359
                                                                <Connection>
 
360
                                                                        <ConfigKey>[Sampler1],beatsync</ConfigKey>
 
361
                                                                        <EmitOnPressAndRelease>true</EmitOnPressAndRelease>
 
362
                                                                        <ButtonState>LeftButton</ButtonState>
 
363
                                                                </Connection>
 
364
                                                                <Connection>
 
365
                                                                        <ConfigKey>[Sampler1],beatsync_tempo</ConfigKey>
 
366
                                                                        <EmitOnPressAndRelease>true</EmitOnPressAndRelease>
 
367
                                                                        <ButtonState>RightButton</ButtonState>
 
368
                                                                </Connection>
 
369
                                                        </PushButton>
 
370
 
 
371
                                                        <!--
 
372
                                                        **********************************************
 
373
                                                        Button- Hotcue
 
374
                                                        **********************************************
 
375
                                                        -->
 
376
                                                        <PushButton>
 
377
                                                                <TooltipId>hotcue</TooltipId>
 
378
                                                                <Style></Style>
 
379
                                                                <NumberStates>2</NumberStates>
 
380
                                                                <LeftClickIsPushButton>true</LeftClickIsPushButton>
 
381
                                                                <RightClickIsPushButton>true</RightClickIsPushButton>
 
382
                                                                <State>
 
383
                                                                        <Number>0</Number>
 
384
                                                                        <Pressed>btn_hotcue1_1_down.png</Pressed>
 
385
                                                                        <Unpressed>btn_hotcue1_1.png</Unpressed>
 
386
                                                                </State>
 
387
                                                                <State>
 
388
                                                                        <Number>1</Number>
 
389
                                                                        <Pressed>btn_hotcue1_1_overdown.png</Pressed>
 
390
                                                                        <Unpressed>btn_hotcue1_1_over.png</Unpressed>
 
391
                                                                </State>
 
392
                                                                <Pos>80,71</Pos>
 
393
                                                                <Connection>
 
394
                                                                        <ConfigKey>[Sampler1],hotcue_1_activate</ConfigKey>
 
395
                                                                        <EmitOnPressAndRelease>true</EmitOnPressAndRelease>
 
396
                                                                        <ButtonState>LeftButton</ButtonState>
 
397
                                                                        <ConnectValueToWidget>false</ConnectValueToWidget>
 
398
                                                                </Connection>
 
399
                                                                <Connection>
 
400
                                                                        <ConfigKey>[Sampler1],hotcue_1_clear</ConfigKey>
 
401
                                                                        <EmitOnPressAndRelease>true</EmitOnPressAndRelease>
 
402
                                                                        <ButtonState>RightButton</ButtonState>
 
403
                                                                        <ConnectValueToWidget>false</ConnectValueToWidget>
 
404
                                                                </Connection>
 
405
                                                                <Connection>
 
406
                                                                        <ConfigKey>[Sampler1],hotcue_1_enabled</ConfigKey>
 
407
                                                                        <ConnectValueFromWidget>false</ConnectValueFromWidget>
 
408
                                                                </Connection>
 
409
                                                        </PushButton>
 
410
                                                        <PushButton>
 
411
                                                                <TooltipId>hotcue</TooltipId>
 
412
                                                                <Style></Style>
 
413
                                                                <NumberStates>2</NumberStates>
 
414
                                                                <LeftClickIsPushButton>true</LeftClickIsPushButton>
 
415
                                                                <RightClickIsPushButton>true</RightClickIsPushButton>
 
416
                                                                <State>
 
417
                                                                        <Number>0</Number>
 
418
                                                                        <Pressed>btn_hotcue1_2_down.png</Pressed>
 
419
                                                                        <Unpressed>btn_hotcue1_2.png</Unpressed>
 
420
                                                                </State>
 
421
                                                                <State>
 
422
                                                                        <Number>1</Number>
 
423
                                                                        <Pressed>btn_hotcue1_2_overdown.png</Pressed>
 
424
                                                                        <Unpressed>btn_hotcue1_2_over.png</Unpressed>
 
425
                                                                </State>
 
426
                                                                <Pos>106,71</Pos>
 
427
                                                                <Connection>
 
428
                                                                        <ConfigKey>[Sampler1],hotcue_2_activate</ConfigKey>
 
429
                                                                        <EmitOnPressAndRelease>true</EmitOnPressAndRelease>
 
430
                                                                        <ButtonState>LeftButton</ButtonState>
 
431
                                                                        <ConnectValueToWidget>false</ConnectValueToWidget>
 
432
                                                                </Connection>
 
433
                                                                <Connection>
 
434
                                                                        <ConfigKey>[Sampler1],hotcue_2_clear</ConfigKey>
 
435
                                                                        <EmitOnPressAndRelease>true</EmitOnPressAndRelease>
 
436
                                                                        <ButtonState>RightButton</ButtonState>
 
437
                                                                        <ConnectValueToWidget>false</ConnectValueToWidget>
 
438
                                                                </Connection>
 
439
                                                                <Connection>
 
440
                                                                        <ConfigKey>[Sampler1],hotcue_2_enabled</ConfigKey>
 
441
                                                                        <ConnectValueFromWidget>false</ConnectValueFromWidget>
 
442
                                                                </Connection>
 
443
                                                        </PushButton>
 
444
                                                        <PushButton>
 
445
                                                                <TooltipId>hotcue</TooltipId>
 
446
                                                                <Style></Style>
 
447
                                                                <NumberStates>2</NumberStates>
 
448
                                                                <LeftClickIsPushButton>true</LeftClickIsPushButton>
 
449
                                                                <RightClickIsPushButton>true</RightClickIsPushButton>
 
450
                                                                <State>
 
451
                                                                        <Number>0</Number>
 
452
                                                                        <Pressed>btn_hotcue1_3_down.png</Pressed>
 
453
                                                                        <Unpressed>btn_hotcue1_3.png</Unpressed>
 
454
                                                                </State>
 
455
                                                                <State>
 
456
                                                                        <Number>1</Number>
 
457
                                                                        <Pressed>btn_hotcue1_3_overdown.png</Pressed>
 
458
                                                                        <Unpressed>btn_hotcue1_3_over.png</Unpressed>
 
459
                                                                </State>
 
460
                                                                <Pos>132,71</Pos>
 
461
                                                                <Connection>
 
462
                                                                        <ConfigKey>[Sampler1],hotcue_3_activate</ConfigKey>
 
463
                                                                        <EmitOnPressAndRelease>true</EmitOnPressAndRelease>
 
464
                                                                        <ButtonState>LeftButton</ButtonState>
 
465
                                                                        <ConnectValueToWidget>false</ConnectValueToWidget>
 
466
                                                                </Connection>
 
467
                                                                <Connection>
 
468
                                                                        <ConfigKey>[Sampler1],hotcue_3_clear</ConfigKey>
 
469
                                                                        <EmitOnPressAndRelease>true</EmitOnPressAndRelease>
 
470
                                                                        <ButtonState>RightButton</ButtonState>
 
471
                                                                        <ConnectValueToWidget>false</ConnectValueToWidget>
 
472
                                                                </Connection>
 
473
                                                                <Connection>
 
474
                                                                        <ConfigKey>[Sampler1],hotcue_3_enabled</ConfigKey>
 
475
                                                                        <ConnectValueFromWidget>false</ConnectValueFromWidget>
 
476
                                                                </Connection>
 
477
                                                        </PushButton>
 
478
                                                        <PushButton>
 
479
                                                                <TooltipId>hotcue</TooltipId>
 
480
                                                                <Style></Style>
 
481
                                                                <NumberStates>2</NumberStates>
 
482
                                                                <LeftClickIsPushButton>true</LeftClickIsPushButton>
 
483
                                                                <RightClickIsPushButton>true</RightClickIsPushButton>
 
484
                                                                <State>
 
485
                                                                        <Number>0</Number>
 
486
                                                                        <Pressed>btn_hotcue1_4_down.png</Pressed>
 
487
                                                                        <Unpressed>btn_hotcue1_4.png</Unpressed>
 
488
                                                                </State>
 
489
                                                                <State>
 
490
                                                                        <Number>1</Number>
 
491
                                                                        <Pressed>btn_hotcue1_4_overdown.png</Pressed>
 
492
                                                                        <Unpressed>btn_hotcue1_4_over.png</Unpressed>
 
493
                                                                </State>
 
494
                                                                <Pos>158,71</Pos>
 
495
                                                                <Connection>
 
496
                                                                        <ConfigKey>[Sampler1],hotcue_4_activate</ConfigKey>
 
497
                                                                        <EmitOnPressAndRelease>true</EmitOnPressAndRelease>
 
498
                                                                        <ButtonState>LeftButton</ButtonState>
 
499
                                                                        <ConnectValueToWidget>false</ConnectValueToWidget>
 
500
                                                                </Connection>
 
501
                                                                <Connection>
 
502
                                                                        <ConfigKey>[Sampler1],hotcue_4_clear</ConfigKey>
 
503
                                                                        <EmitOnPressAndRelease>true</EmitOnPressAndRelease>
 
504
                                                                        <ButtonState>RightButton</ButtonState>
 
505
                                                                        <ConnectValueToWidget>false</ConnectValueToWidget>
 
506
                                                                </Connection>
 
507
                                                                <Connection>
 
508
                                                                        <ConfigKey>[Sampler1],hotcue_4_enabled</ConfigKey>
 
509
                                                                        <ConnectValueFromWidget>false</ConnectValueFromWidget>
 
510
                                                                </Connection>
 
511
                                                        </PushButton>
 
512
 
 
513
                                                        <!--
 
514
                                                        **********************************************
 
515
                                                        Button- Prelisten / Monitoring
 
516
                                                        **********************************************
 
517
                                                        -->
 
518
                                                        <PushButton>
 
519
                                                                <TooltipId>pfl</TooltipId>
 
520
                                                                <Style></Style>
 
521
                                                                <NumberStates>2</NumberStates>
 
522
                                                                <State>
 
523
                                                                        <Number>0</Number>
 
524
                                                                        <Pressed>btn_pfl_sampler_down.png</Pressed>
 
525
                                                                        <Unpressed>btn_pfl_sampler.png</Unpressed>
 
526
                                                                </State>
 
527
                                                                <State>
 
528
                                                                        <Number>1</Number>
 
529
                                                                        <Pressed>btn_pfl_sampler_overdown.png</Pressed>
 
530
                                                                        <Unpressed>btn_pfl_sampler_over.png</Unpressed>
 
531
                                                                </State>
 
532
                                                                <Pos>193,71</Pos>
 
533
                                                                <Connection>
 
534
                                                                        <ConfigKey>[Sampler1],pfl</ConfigKey>
 
535
                                                                </Connection>
 
536
                                                        </PushButton>
 
537
 
 
538
                                                        <!--
 
539
                                                        **********************************************
 
540
                                                        Button- Eject
 
541
                                                        **********************************************
 
542
                                                        -->
 
543
                                                        <PushButton>
 
544
                                                                <TooltipId>eject</TooltipId>
 
545
                                                                <Style></Style>
 
546
                                                                <NumberStates>1</NumberStates>
 
547
                                                                <State>
 
548
                                                                        <Number>0</Number>
 
549
                                                                        <Pressed>btn_eject_sampler_over.png</Pressed>
 
550
                                                                        <Unpressed>btn_eject_sampler.png</Unpressed>
 
551
                                                                </State>
 
552
                                                                <Pos>242,24</Pos>
 
553
                                                                <Connection>
 
554
                                                                        <ConfigKey>[Sampler1],eject</ConfigKey>
 
555
                                                                        <EmitOnPressAndRelease>true</EmitOnPressAndRelease>
 
556
                                                                        <ButtonState>LeftButton</ButtonState>
 
557
                                                                        <ConnectValueToWidget>false</ConnectValueToWidget>
 
558
                                                                </Connection>
 
559
                                                        </PushButton>
 
560
 
 
561
                                                        <!--
 
562
                                                        **********************************************
 
563
                                                        Button- Repeat (End of track mode)
 
564
                                                        **********************************************
 
565
                                                        -->
 
566
                                                        <PushButton>
 
567
                                                                <TooltipId>repeat</TooltipId>
 
568
                                                                <Style></Style>
 
569
                                                                <NumberStates>2</NumberStates>
 
570
                                                                <State>
 
571
                                                                        <Number>0</Number>
 
572
                                                                        <Pressed>btn_repeat_sampler.png</Pressed>
 
573
                                                                        <Unpressed>btn_repeat_sampler.png</Unpressed>
 
574
                                                                </State>
 
575
                                                                <State>
 
576
                                                                        <Number>1</Number>
 
577
                                                                        <Pressed>btn_repeat_sampler_over.png</Pressed>
 
578
                                                                        <Unpressed>btn_repeat_sampler_over.png</Unpressed>
 
579
                                                                </State>
 
580
                                                                <Pos>216,24</Pos>
 
581
                                                                <Connection>
 
582
                                                                        <ConfigKey>[Sampler1],repeat</ConfigKey>
 
583
                                                                </Connection>
 
584
                                                        </PushButton>
 
585
 
 
586
                                                        <!--
 
587
                                                        **********************************************
 
588
                                                        Button- Mix Orientation (Routing)
 
589
                                                        **********************************************
 
590
                                                        -->
 
591
                                                        <PushButton>
 
592
                                                                <TooltipId>orientation</TooltipId>
 
593
                                                                <Style></Style>
 
594
                                                                <NumberStates>3</NumberStates>
 
595
                                                                <State>
 
596
                                                                        <Number>0</Number>
 
597
                                                                        <Pressed>btn_orientation_sampler_left_over.png</Pressed>
 
598
                                                                        <Unpressed>btn_orientation_sampler_left_over.png</Unpressed>
 
599
                                                                </State>
 
600
                                                                <State>
 
601
                                                                        <Number>1</Number>
 
602
                                                                        <Pressed>btn_orientation_sampler_master.png</Pressed>
 
603
                                                                        <Unpressed>btn_orientation_sampler_master.png</Unpressed>
 
604
                                                                </State>
 
605
                                                                <State>
 
606
                                                                        <Number>2</Number>
 
607
                                                                        <Pressed>btn_orientation_sampler_right_over.png</Pressed>
 
608
                                                                        <Unpressed>btn_orientation_sampler_right_over.png</Unpressed>
 
609
                                                                </State>
 
610
                                                                <Pos>217,42</Pos>
 
611
                                                                <Connection>
 
612
                                                                        <ConfigKey>[Sampler1],orientation</ConfigKey>
 
613
                                                                        <EmitOnDownPress>true</EmitOnDownPress>
 
614
                                                                        <ButtonState>LeftButton</ButtonState>
 
615
                                                                </Connection>
 
616
                                                        </PushButton>
 
617
 
 
618
                                                        <!--
 
619
                                                        **********************************************
 
620
                                                        Button- Key lock
 
621
                                                        **********************************************
 
622
                                                        -->
 
623
                                                        <PushButton>
 
624
                                                                <TooltipId>keylock</TooltipId>
 
625
                                                                <Style></Style>
 
626
                                                                <NumberStates>2</NumberStates>
 
627
                                                                <State>
 
628
                                                                        <Number>0</Number>
 
629
                                                                        <Pressed>btn_keylock_sampler.png</Pressed>
 
630
                                                                        <Unpressed>btn_keylock_sampler.png</Unpressed>
 
631
                                                                </State>
 
632
                                                                <State>
 
633
                                                                        <Number>1</Number>
 
634
                                                                        <Pressed>btn_keylock_sampler_over.png</Pressed>
 
635
                                                                        <Unpressed>btn_keylock_sampler_over.png</Unpressed>
 
636
                                                                </State>
 
637
                                                                <Pos>241,42</Pos>
 
638
                                                                <Connection>
 
639
                                                                        <ConfigKey>[Sampler1],keylock</ConfigKey>
 
640
                                                                </Connection>
 
641
                                                        </PushButton>
 
642
                                                </Children>
 
643
                                        </WidgetGroup>
 
644
                                        <!-- Deck 3 & 4 controls-->                             
 
645
                                        <WidgetGroup>
 
646
                                                <Pos>0,0</Pos>
 
647
                                                <Size>312,110</Size>
 
648
                                                <Style>QGroupBox { border: 0px solid green;  margin: -0px 0px 0px 0px; background: url(skin:/style/style_bg_sampler.png); } </Style>
 
649
                                                <Children>
 
650
                                                        <!--
 
651
                                                        **********************************************
 
652
                                                        Text- Track Title
 
653
                                                        **********************************************
 
654
                                                        -->
 
655
                                                        <Text>
 
656
                                                                <TooltipId>text</TooltipId>
 
657
                                                                <Style>QLabel { font: bold 13px/15px Lucida Grande, Lucida Sans Unicode, Arial, Verdana, sans-serif;
 
658
                                                                background-color: transparent; color: #E17800; text-align: left; padding-left: 1px; }
 
659
                                                                </Style>
 
660
                                                                <Group>[Channel3]</Group>
 
661
                                                                <Pos>5,3</Pos>
 
662
                                                                <Size>205f,21</Size>
 
663
                                                        </Text>
 
664
                                                        <!-- Alternative "TITLE ONLY" display
 
665
                                                        <TrackProperty>
 
666
                                                                <TooltipId>track_title</TooltipId>
 
667
                                                                <Style>QLabel { font: bold 14px/16px Lucida Grande, Lucida Sans Unicode, Arial, Verdana, sans-serif;
 
668
                                                                background-color: transparent; color: #E17800; text-align: left; padding-left: 1px; }
 
669
                                                                </Style>
 
670
                                                                <Property>title</Property>
 
671
                                                                <Group>[Channel3]</Group>
 
672
                                                                <Pos>4,4</Pos>
 
673
                                                                <Size>258f,20</Size>
 
674
                                                        </TrackProperty>
 
675
                                                        -->
 
676
 
 
677
                                                        <!--
 
678
                                                        **********************************************
 
679
                                                        Text- BPM number display
 
680
                                                        **********************************************
 
681
                                                        -->
 
682
                                                        <NumberBpm>
 
683
                                                                <TooltipId>visual_bpm</TooltipId>
 
684
                                                                <Style>QLabel { font: bold 13px/15px Lucida Grande, Lucida Sans Unicode, Arial, Verdana, sans-serif;
 
685
                                                                background-color: transparent; color: #E17800; text-align: left;padding-left: 1px; }
 
686
                                                                </Style>
 
687
                                                                <Group>[Channel3]</Group>
 
688
                                                                <Pos>211,3</Pos>
 
689
                                                                <Size>55,21</Size>
 
690
                                                                <!--CSS alignments not respected see bug lp:605530 , lets call <Alignment>-->
 
691
                                                                <Alignment>right</Alignment>
 
692
                                                                <Connection>
 
693
                                                                        <ConfigKey>[Channel3],visual_bpm</ConfigKey>
 
694
                                                                </Connection>
 
695
                                                        </NumberBpm>
 
696
 
 
697
                                                        <!--
 
698
                                                        **********************************************
 
699
                                                        Button- BPM Tap
 
700
                                                        **********************************************
 
701
                                                        -->
 
702
                                                        <!-- Little trickery here:
 
703
                                                                 BPM tap is transparent png directly over BPM display, so it became BPM and TAP at once,
 
704
                                                                 changed tooltip accordingly
 
705
                                                        -->
 
706
                                                        <PushButton>
 
707
                                                        <!-- Original:
 
708
                                                                <TooltipId>bpm_tap</TooltipId>
 
709
                                                        -->
 
710
                                                                <TooltipId>bpm_tap_visual_bpm</TooltipId>
 
711
                                                                <Style></Style>
 
712
                                                                <NumberStates>1</NumberStates>
 
713
                                                                <State>
 
714
                                                                        <Number>0</Number>
 
715
                                                                        <Pressed>btn_tap_sampler_over.png</Pressed>
 
716
                                                                        <Unpressed>btn_tap_sampler.png</Unpressed>
 
717
                                                                </State>
 
718
                                                                <Pos>216,3</Pos>
 
719
                                                                <Connection>
 
720
                                                                        <ConfigKey>[Channel3],bpm_tap</ConfigKey>
 
721
                                                                        <EmitOnPressAndRelease>true</EmitOnPressAndRelease>
 
722
                                                                </Connection>
 
723
                                                        </PushButton>
 
724
 
 
725
                                                        <!--
 
726
                                                        **********************************************
 
727
                                                        Visual- Waveform overview
 
728
                                                        **********************************************
 
729
                                                        -->
 
730
                                                        <Overview>
 
731
                                                                <TooltipId>waveform_overview</TooltipId>
 
732
                                                                <Style></Style>
 
733
                                                                <Group>[Channel3]</Group>
 
734
                                                                <Pos>40,25</Pos>
 
735
                                                                <Size>175,35</Size>
 
736
                                                                <BgColor></BgColor>
 
737
                                                                <SignalHighColor></SignalHighColor>
 
738
                                                                <SignalMidColor></SignalMidColor>
 
739
                                                                <SignalLowColor></SignalLowColor>
 
740
                                                                <SignalColor>#E17800</SignalColor>
 
741
                                                                <PlayPosColor>#00FF00</PlayPosColor>
 
742
                                                                <EndOfTrackColor>#EA0000</EndOfTrackColor>
 
743
                                                                <DefaultMark>
 
744
                                                                        <Align>bottom</Align>
 
745
                                                                        <Color>#00FF00</Color>
 
746
                                                                        <TextColor>#FFFFFF</TextColor>
 
747
                                                                        <Text> %1 </Text>
 
748
                                                                </DefaultMark>
 
749
                                                                <MarkRange>
 
750
                                                                        <StartControl>loop_start_position</StartControl>
 
751
                                                                        <EndControl>loop_end_position</EndControl>
 
752
                                                                        <EnabledControl>loop_enabled</EnabledControl>
 
753
                                                                        <Color>#00FF00</Color>
 
754
                                                                        <DisabledColor>#FFFFFF</DisabledColor>
 
755
                                                                </MarkRange>
 
756
                                                                <Mark>
 
757
                                                                        <Control>cue_point</Control>
 
758
                                                                        <Text>C</Text>
 
759
                                                                        <Align>top</Align>
 
760
                                                                        <Color>#FF001C</Color>
 
761
                                                                        <TextColor>#FFFFFF</TextColor>
 
762
                                                                </Mark>
 
763
                                                                <Connection>
 
764
                                                                        <ConfigKey>[Channel4],playposition</ConfigKey>
 
765
                                                                        <EmitOnDownPress>false</EmitOnDownPress>
 
766
                                                                </Connection>
 
767
                                                        </Overview>
 
768
 
 
769
                                                        <!--
 
770
                                                        **********************************************
 
771
                                                        RotaryFader- Gain
 
772
                                                        **********************************************
 
773
                                                        -->
 
774
                                                        <Knob>
 
775
                                                                <TooltipId>pregain</TooltipId>
 
776
                                                                <Style></Style>
 
777
                                                                <NumberStates>64</NumberStates>
 
778
                                                                <Path>knobs/knob_rotary_s%1.png</Path>
 
779
                                                                <Pos>222,64</Pos>
 
780
                                                                <Connection>
 
781
                                                                        <ConfigKey>[Channel3],pregain</ConfigKey>
 
782
                                                                </Connection>
 
783
                                                        </Knob>
 
784
 
 
785
                                                        <!--
 
786
                                                        **********************************************
 
787
                                                        Visual- Volume peak indicator
 
788
                                                        **********************************************
 
789
                                                        -->
 
790
                                                        <StatusLight>
 
791
                                                                <TooltipId>PeakIndicator</TooltipId>
 
792
                                                                <Style></Style>
 
793
                                                                <PathStatusLight>btn_clipping_sampler_over.png</PathStatusLight>
 
794
                                                                <PathBack>btn_clipping_sampler.png</PathBack>
 
795
                                                                <Pos>267,3</Pos>
 
796
                                                                <Connection>
 
797
                                                                        <ConfigKey>[Channel3],PeakIndicator</ConfigKey>
 
798
                                                                </Connection>
 
799
                                                        </StatusLight>
 
800
 
 
801
                                                        <!--
 
802
                                                        **********************************************
 
803
                                                        Visual - Volume level display
 
804
                                                        **********************************************
 
805
                                                        -->
 
806
                                                        <VuMeter>
 
807
                                                                <TooltipId>channel_VuMeter</TooltipId>
 
808
                                                                <Style></Style>
 
809
                                                                <PathVu>btn_volume_display_sampler_over.png</PathVu>
 
810
                                                                <PathBack>btn_volume_display_sampler.png</PathBack>
 
811
                                                                <Pos>267,24</Pos>
 
812
                                                                <Horizontal>false</Horizontal>
 
813
                                                                <PeakHoldSize>5</PeakHoldSize>
 
814
                                                                <PeakHoldTime>500</PeakHoldTime>
 
815
                                                                <PeakFallTime>50</PeakFallTime>
 
816
                                                                <PeakFallStep>2</PeakFallStep>
 
817
                                                                <Connection>
 
818
                                                                        <ConfigKey>[Channel3],VuMeter</ConfigKey>
 
819
                                                                </Connection>
 
820
                                                        </VuMeter>
 
821
 
 
822
                                                        <!--
 
823
                                                        **********************************************
 
824
                                                        Slider- Pitch control
 
825
                                                        **********************************************
 
826
                                                        -->
 
827
                                                        <SliderComposed>
 
828
                                                                <TooltipId>rate</TooltipId>
 
829
                                                                <Style></Style>
 
830
                                                                <Handle>knob_pitch_sampler.png</Handle>
 
831
                                                                <Slider>slider_pitch_sampler.png</Slider>
 
832
                                                                <Pos>279,6</Pos>
 
833
                                                                <Horizontal>false</Horizontal>
 
834
                                                                <Connection>
 
835
                                                                        <ConfigKey>[Channel3],rate</ConfigKey>
 
836
                                                                        <EmitOnDownPress>false</EmitOnDownPress>
 
837
                                                                </Connection>
 
838
                                                        </SliderComposed>
 
839
 
 
840
                                                        <!--
 
841
                                                        ****************************************
 
842
                                                         Button- Play
 
843
                                                        ****************************************
 
844
                                                        -->
 
845
                                                        <PushButton>
 
846
                                                                <TooltipId>play_start</TooltipId>
 
847
                                                                <Style></Style>
 
848
                                                                <NumberStates>2</NumberStates>
 
849
                                                                <RightClickIsPushButton>true</RightClickIsPushButton>
 
850
                                                                <State>
 
851
                                                                        <Number>0</Number>
 
852
                                                                        <Pressed>btn_play_sampler_down.png</Pressed>
 
853
                                                                        <Unpressed>btn_play_sampler.png</Unpressed>
 
854
                                                                </State>
 
855
                                                                <State>
 
856
                                                                        <Number>1</Number>
 
857
                                                                        <Pressed>btn_play_sampler_overdown.png</Pressed>
 
858
                                                                        <Unpressed>btn_play_sampler_over.png</Unpressed>
 
859
                                                                </State>
 
860
                                                                <Pos>10,30</Pos>
 
861
                                                                <Connection>
 
862
                                                                        <ConfigKey>[Channel3],play</ConfigKey>
 
863
                                                                        <EmitOnDownPress>true</EmitOnDownPress>
 
864
                                                                        <ButtonState>LeftButton</ButtonState>
 
865
                                                                </Connection>
 
866
                                                                <Connection>
 
867
                                                                        <ConfigKey>[Channel3],start</ConfigKey>
 
868
                                                                        <EmitOnDownPress>true</EmitOnDownPress>
 
869
                                                                        <ButtonState>RightButton</ButtonState>
 
870
                                                                        <ConnectValueToWidget>false</ConnectValueToWidget>
 
871
                                                                </Connection>
 
872
                                                        </PushButton>
 
873
 
 
874
                                                        <!--
 
875
                                                        **********************************************
 
876
                                                        Button- Beat sync
 
877
                                                        **********************************************
 
878
                                                        -->
 
879
                                                        <PushButton>
 
880
                                                                <TooltipId>beatsync_beatsync_tempo</TooltipId>
 
881
                                                                <Style></Style>
 
882
                                                                <NumberStates>1</NumberStates>
 
883
                                                                <State>
 
884
                                                                        <Number>0</Number>
 
885
                                                                        <Pressed>btn_sync_sampler_overdown.png</Pressed>
 
886
                                                                        <Unpressed>btn_sync_sampler.png</Unpressed>
 
887
                                                                </State>
 
888
                                                                <Pos>10,71</Pos>
 
889
                                                                <Connection>
 
890
                                                                        <ConfigKey>[Channel3],beatsync</ConfigKey>
 
891
                                                                        <EmitOnPressAndRelease>true</EmitOnPressAndRelease>
 
892
                                                                        <ButtonState>LeftButton</ButtonState>
 
893
                                                                </Connection>
 
894
                                                                <Connection>
 
895
                                                                        <ConfigKey>[Channel3],beatsync_tempo</ConfigKey>
 
896
                                                                        <EmitOnPressAndRelease>true</EmitOnPressAndRelease>
 
897
                                                                        <ButtonState>RightButton</ButtonState>
 
898
                                                                </Connection>
 
899
                                                        </PushButton>
 
900
 
 
901
                                                        <!--
 
902
                                                        **********************************************
 
903
                                                        Button- Hotcue
 
904
                                                        **********************************************
 
905
                                                        -->
 
906
                                                        <PushButton>
 
907
                                                                <TooltipId>hotcue</TooltipId>
 
908
                                                                <Style></Style>
 
909
                                                                <NumberStates>2</NumberStates>
 
910
                                                                <LeftClickIsPushButton>true</LeftClickIsPushButton>
 
911
                                                                <RightClickIsPushButton>true</RightClickIsPushButton>
 
912
                                                                <State>
 
913
                                                                        <Number>0</Number>
 
914
                                                                        <Pressed>btn_hotcue1_1_down.png</Pressed>
 
915
                                                                        <Unpressed>btn_hotcue1_1.png</Unpressed>
 
916
                                                                </State>
 
917
                                                                <State>
 
918
                                                                        <Number>1</Number>
 
919
                                                                        <Pressed>btn_hotcue1_1_overdown.png</Pressed>
 
920
                                                                        <Unpressed>btn_hotcue1_1_over.png</Unpressed>
 
921
                                                                </State>
 
922
                                                                <Pos>80,71</Pos>
 
923
                                                                <Connection>
 
924
                                                                        <ConfigKey>[Channel3],hotcue_1_activate</ConfigKey>
 
925
                                                                        <EmitOnPressAndRelease>true</EmitOnPressAndRelease>
 
926
                                                                        <ButtonState>LeftButton</ButtonState>
 
927
                                                                        <ConnectValueToWidget>false</ConnectValueToWidget>
 
928
                                                                </Connection>
 
929
                                                                <Connection>
 
930
                                                                        <ConfigKey>[Channel3],hotcue_1_clear</ConfigKey>
 
931
                                                                        <EmitOnPressAndRelease>true</EmitOnPressAndRelease>
 
932
                                                                        <ButtonState>RightButton</ButtonState>
 
933
                                                                        <ConnectValueToWidget>false</ConnectValueToWidget>
 
934
                                                                </Connection>
 
935
                                                                <Connection>
 
936
                                                                        <ConfigKey>[Channel3],hotcue_1_enabled</ConfigKey>
 
937
                                                                        <ConnectValueFromWidget>false</ConnectValueFromWidget>
 
938
                                                                </Connection>
 
939
                                                        </PushButton>
 
940
                                                        <PushButton>
 
941
                                                                <TooltipId>hotcue</TooltipId>
 
942
                                                                <Style></Style>
 
943
                                                                <NumberStates>2</NumberStates>
 
944
                                                                <LeftClickIsPushButton>true</LeftClickIsPushButton>
 
945
                                                                <RightClickIsPushButton>true</RightClickIsPushButton>
 
946
                                                                <State>
 
947
                                                                        <Number>0</Number>
 
948
                                                                        <Pressed>btn_hotcue1_2_down.png</Pressed>
 
949
                                                                        <Unpressed>btn_hotcue1_2.png</Unpressed>
 
950
                                                                </State>
 
951
                                                                <State>
 
952
                                                                        <Number>1</Number>
 
953
                                                                        <Pressed>btn_hotcue1_2_overdown.png</Pressed>
 
954
                                                                        <Unpressed>btn_hotcue1_2_over.png</Unpressed>
 
955
                                                                </State>
 
956
                                                                <Pos>106,71</Pos>
 
957
                                                                <Connection>
 
958
                                                                        <ConfigKey>[Channel3],hotcue_2_activate</ConfigKey>
 
959
                                                                        <EmitOnPressAndRelease>true</EmitOnPressAndRelease>
 
960
                                                                        <ButtonState>LeftButton</ButtonState>
 
961
                                                                        <ConnectValueToWidget>false</ConnectValueToWidget>
 
962
                                                                </Connection>
 
963
                                                                <Connection>
 
964
                                                                        <ConfigKey>[Channel3],hotcue_2_clear</ConfigKey>
 
965
                                                                        <EmitOnPressAndRelease>true</EmitOnPressAndRelease>
 
966
                                                                        <ButtonState>RightButton</ButtonState>
 
967
                                                                        <ConnectValueToWidget>false</ConnectValueToWidget>
 
968
                                                                </Connection>
 
969
                                                                <Connection>
 
970
                                                                        <ConfigKey>[Channel3],hotcue_2_enabled</ConfigKey>
 
971
                                                                        <ConnectValueFromWidget>false</ConnectValueFromWidget>
 
972
                                                                </Connection>
 
973
                                                        </PushButton>
 
974
                                                        <PushButton>
 
975
                                                                <TooltipId>hotcue</TooltipId>
 
976
                                                                <Style></Style>
 
977
                                                                <NumberStates>2</NumberStates>
 
978
                                                                <LeftClickIsPushButton>true</LeftClickIsPushButton>
 
979
                                                                <RightClickIsPushButton>true</RightClickIsPushButton>
 
980
                                                                <State>
 
981
                                                                        <Number>0</Number>
 
982
                                                                        <Pressed>btn_hotcue1_3_down.png</Pressed>
 
983
                                                                        <Unpressed>btn_hotcue1_3.png</Unpressed>
 
984
                                                                </State>
 
985
                                                                <State>
 
986
                                                                        <Number>1</Number>
 
987
                                                                        <Pressed>btn_hotcue1_3_overdown.png</Pressed>
 
988
                                                                        <Unpressed>btn_hotcue1_3_over.png</Unpressed>
 
989
                                                                </State>
 
990
                                                                <Pos>132,71</Pos>
 
991
                                                                <Connection>
 
992
                                                                        <ConfigKey>[Channel3],hotcue_3_activate</ConfigKey>
 
993
                                                                        <EmitOnPressAndRelease>true</EmitOnPressAndRelease>
 
994
                                                                        <ButtonState>LeftButton</ButtonState>
 
995
                                                                        <ConnectValueToWidget>false</ConnectValueToWidget>
 
996
                                                                </Connection>
 
997
                                                                <Connection>
 
998
                                                                        <ConfigKey>[Channel3],hotcue_3_clear</ConfigKey>
 
999
                                                                        <EmitOnPressAndRelease>true</EmitOnPressAndRelease>
 
1000
                                                                        <ButtonState>RightButton</ButtonState>
 
1001
                                                                        <ConnectValueToWidget>false</ConnectValueToWidget>
 
1002
                                                                </Connection>
 
1003
                                                                <Connection>
 
1004
                                                                        <ConfigKey>[Channel3],hotcue_3_enabled</ConfigKey>
 
1005
                                                                        <ConnectValueFromWidget>false</ConnectValueFromWidget>
 
1006
                                                                </Connection>
 
1007
                                                        </PushButton>
 
1008
                                                        <PushButton>
 
1009
                                                                <TooltipId>hotcue</TooltipId>
 
1010
                                                                <Style></Style>
 
1011
                                                                <NumberStates>2</NumberStates>
 
1012
                                                                <LeftClickIsPushButton>true</LeftClickIsPushButton>
 
1013
                                                                <RightClickIsPushButton>true</RightClickIsPushButton>
 
1014
                                                                <State>
 
1015
                                                                        <Number>0</Number>
 
1016
                                                                        <Pressed>btn_hotcue1_4_down.png</Pressed>
 
1017
                                                                        <Unpressed>btn_hotcue1_4.png</Unpressed>
 
1018
                                                                </State>
 
1019
                                                                <State>
 
1020
                                                                        <Number>1</Number>
 
1021
                                                                        <Pressed>btn_hotcue1_4_overdown.png</Pressed>
 
1022
                                                                        <Unpressed>btn_hotcue1_4_over.png</Unpressed>
 
1023
                                                                </State>
 
1024
                                                                <Pos>158,71</Pos>
 
1025
                                                                <Connection>
 
1026
                                                                        <ConfigKey>[Channel3],hotcue_4_activate</ConfigKey>
 
1027
                                                                        <EmitOnPressAndRelease>true</EmitOnPressAndRelease>
 
1028
                                                                        <ButtonState>LeftButton</ButtonState>
 
1029
                                                                        <ConnectValueToWidget>false</ConnectValueToWidget>
 
1030
                                                                </Connection>
 
1031
                                                                <Connection>
 
1032
                                                                        <ConfigKey>[Channel3],hotcue_4_clear</ConfigKey>
 
1033
                                                                        <EmitOnPressAndRelease>true</EmitOnPressAndRelease>
 
1034
                                                                        <ButtonState>RightButton</ButtonState>
 
1035
                                                                        <ConnectValueToWidget>false</ConnectValueToWidget>
 
1036
                                                                </Connection>
 
1037
                                                                <Connection>
 
1038
                                                                        <ConfigKey>[Channel3],hotcue_4_enabled</ConfigKey>
 
1039
                                                                        <ConnectValueFromWidget>false</ConnectValueFromWidget>
 
1040
                                                                </Connection>
 
1041
                                                        </PushButton>
 
1042
 
 
1043
                                                        <!--
 
1044
                                                        **********************************************
 
1045
                                                        Button- Prelisten / Monitoring
 
1046
                                                        **********************************************
 
1047
                                                        -->
 
1048
                                                        <PushButton>
 
1049
                                                                <TooltipId>pfl</TooltipId>
 
1050
                                                                <Style></Style>
 
1051
                                                                <NumberStates>2</NumberStates>
 
1052
                                                                <State>
 
1053
                                                                        <Number>0</Number>
 
1054
                                                                        <Pressed>btn_pfl_sampler_down.png</Pressed>
 
1055
                                                                        <Unpressed>btn_pfl_sampler.png</Unpressed>
 
1056
                                                                </State>
 
1057
                                                                <State>
 
1058
                                                                        <Number>1</Number>
 
1059
                                                                        <Pressed>btn_pfl_sampler_overdown.png</Pressed>
 
1060
                                                                        <Unpressed>btn_pfl_sampler_over.png</Unpressed>
 
1061
                                                                </State>
 
1062
                                                                <Pos>193,71</Pos>
 
1063
                                                                <Connection>
 
1064
                                                                        <ConfigKey>[Channel3],pfl</ConfigKey>
 
1065
                                                                </Connection>
 
1066
                                                        </PushButton>
 
1067
 
 
1068
                                                        <!--
 
1069
                                                        **********************************************
 
1070
                                                        Button- Eject
 
1071
                                                        **********************************************
 
1072
                                                        -->
 
1073
                                                        <PushButton>
 
1074
                                                                <TooltipId>eject</TooltipId>
 
1075
                                                                <Style></Style>
 
1076
                                                                <NumberStates>1</NumberStates>
 
1077
                                                                <State>
 
1078
                                                                        <Number>0</Number>
 
1079
                                                                        <Pressed>btn_eject_sampler_over.png</Pressed>
 
1080
                                                                        <Unpressed>btn_eject_sampler.png</Unpressed>
 
1081
                                                                </State>
 
1082
                                                                <Pos>242,24</Pos>
 
1083
                                                                <Connection>
 
1084
                                                                        <ConfigKey>[Channel3],eject</ConfigKey>
 
1085
                                                                        <EmitOnPressAndRelease>true</EmitOnPressAndRelease>
 
1086
                                                                        <ButtonState>LeftButton</ButtonState>
 
1087
                                                                        <ConnectValueToWidget>false</ConnectValueToWidget>
 
1088
                                                                </Connection>
 
1089
                                                        </PushButton>
 
1090
 
 
1091
                                                        <!--
 
1092
                                                        **********************************************
 
1093
                                                        Button- Repeat (End of track mode)
 
1094
                                                        **********************************************
 
1095
                                                        -->
 
1096
                                                        <PushButton>
 
1097
                                                                <TooltipId>repeat</TooltipId>
 
1098
                                                                <Style></Style>
 
1099
                                                                <NumberStates>2</NumberStates>
 
1100
                                                                <State>
 
1101
                                                                        <Number>0</Number>
 
1102
                                                                        <Pressed>btn_repeat_sampler.png</Pressed>
 
1103
                                                                        <Unpressed>btn_repeat_sampler.png</Unpressed>
 
1104
                                                                </State>
 
1105
                                                                <State>
 
1106
                                                                        <Number>1</Number>
 
1107
                                                                        <Pressed>btn_repeat_sampler_over.png</Pressed>
 
1108
                                                                        <Unpressed>btn_repeat_sampler_over.png</Unpressed>
 
1109
                                                                </State>
 
1110
                                                                <Pos>216,24</Pos>
 
1111
                                                                <Connection>
 
1112
                                                                        <ConfigKey>[Channel3],repeat</ConfigKey>
 
1113
                                                                </Connection>
 
1114
                                                        </PushButton>
 
1115
 
 
1116
                                                        <!--
 
1117
                                                        **********************************************
 
1118
                                                        Button- Mix Orientation (Routing)
 
1119
                                                        **********************************************
 
1120
                                                        -->
 
1121
                                                        <PushButton>
 
1122
                                                                <TooltipId>orientation</TooltipId>
 
1123
                                                                <Style></Style>
 
1124
                                                                <NumberStates>3</NumberStates>
 
1125
                                                                <State>
 
1126
                                                                        <Number>0</Number>
 
1127
                                                                        <Pressed>btn_orientation_sampler_left_over.png</Pressed>
 
1128
                                                                        <Unpressed>btn_orientation_sampler_left_over.png</Unpressed>
 
1129
                                                                </State>
 
1130
                                                                <State>
 
1131
                                                                        <Number>1</Number>
 
1132
                                                                        <Pressed>btn_orientation_sampler_master.png</Pressed>
 
1133
                                                                        <Unpressed>btn_orientation_sampler_master.png</Unpressed>
 
1134
                                                                </State>
 
1135
                                                                <State>
 
1136
                                                                        <Number>2</Number>
 
1137
                                                                        <Pressed>btn_orientation_sampler_right_over.png</Pressed>
 
1138
                                                                        <Unpressed>btn_orientation_sampler_right_over.png</Unpressed>
 
1139
                                                                </State>
 
1140
                                                                <Pos>217,42</Pos>
 
1141
                                                                <Connection>
 
1142
                                                                        <ConfigKey>[Channel3],orientation</ConfigKey>
 
1143
                                                                        <EmitOnDownPress>true</EmitOnDownPress>
 
1144
                                                                        <ButtonState>LeftButton</ButtonState>
 
1145
                                                                </Connection>
 
1146
                                                        </PushButton>
 
1147
 
 
1148
                                                        <!--
 
1149
                                                        **********************************************
 
1150
                                                        Button- Key lock
 
1151
                                                        **********************************************
 
1152
                                                        -->
 
1153
                                                        <PushButton>
 
1154
                                                                <TooltipId>keylock</TooltipId>
 
1155
                                                                <Style></Style>
 
1156
                                                                <NumberStates>2</NumberStates>
 
1157
                                                                <State>
 
1158
                                                                        <Number>0</Number>
 
1159
                                                                        <Pressed>btn_keylock_sampler.png</Pressed>
 
1160
                                                                        <Unpressed>btn_keylock_sampler.png</Unpressed>
 
1161
                                                                </State>
 
1162
                                                                <State>
 
1163
                                                                        <Number>1</Number>
 
1164
                                                                        <Pressed>btn_keylock_sampler_over.png</Pressed>
 
1165
                                                                        <Unpressed>btn_keylock_sampler_over.png</Unpressed>
 
1166
                                                                </State>
 
1167
                                                                <Pos>241,42</Pos>
 
1168
                                                                <Connection>
 
1169
                                                                        <ConfigKey>[Channel3],keylock</ConfigKey>
 
1170
                                                                </Connection>
 
1171
                                                        </PushButton>
 
1172
                                                </Children>
 
1173
                                        </WidgetGroup>
 
1174
                                        <WidgetGroup>
 
1175
                                                <Pos>0,0</Pos>
 
1176
                                                <Size>312,110</Size>
 
1177
                                                <Style>QGroupBox { border: 0px solid green;  margin: -0px 0px 0px 0px; background: url(skin:/style/style_bg_sampler.png); } </Style>
 
1178
                                                <Children>
 
1179
                                                        <!--
 
1180
                                                        **********************************************
 
1181
                                                        Text- Track Title
 
1182
                                                        **********************************************
 
1183
                                                        -->
 
1184
                                                        <Text>
 
1185
                                                                <TooltipId>text</TooltipId>
 
1186
                                                                <Style>QLabel { font: bold 13px/15px Lucida Grande, Lucida Sans Unicode, Arial, Verdana, sans-serif;
 
1187
                                                                background-color: transparent; color: #0099FF; text-align: left; padding-left: 1px; }
 
1188
                                                                </Style>
 
1189
                                                                <Group>[Channel4]</Group>
 
1190
                                                                <Pos>5,3</Pos>
 
1191
                                                                <Size>205f,21</Size>
 
1192
                                                        </Text>
 
1193
                                                        <!-- Alternative "TITLE ONLY" display
 
1194
                                                        <TrackProperty>
 
1195
                                                                <TooltipId>track_title</TooltipId>
 
1196
                                                                <Style>QLabel { font: bold 14px/16px Lucida Grande, Lucida Sans Unicode, Arial, Verdana, sans-serif;
 
1197
                                                                background-color: transparent; color: #0099FF; text-align: left; padding-left: 1px; }
 
1198
                                                                </Style>
 
1199
                                                                <Property>title</Property>
 
1200
                                                                <Group>[Channel4]</Group>
 
1201
                                                                <Pos>4,4</Pos>
 
1202
                                                                <Size>258f,20</Size>
 
1203
                                                        </TrackProperty>
 
1204
                                                        -->
 
1205
 
 
1206
                                                        <!--
 
1207
                                                        **********************************************
 
1208
                                                        Text- BPM number display
 
1209
                                                        **********************************************
 
1210
                                                        -->
 
1211
                                                        <NumberBpm>
 
1212
                                                                <TooltipId>visual_bpm</TooltipId>
 
1213
                                                                <Style>QLabel { font: bold 13px/15px Lucida Grande, Lucida Sans Unicode, Arial, Verdana, sans-serif;
 
1214
                                                                background-color: transparent; color: #0099FF; text-align: left;padding-left: 1px; }
 
1215
                                                                </Style>
 
1216
                                                                <Group>[Channel4]</Group>
 
1217
                                                                <Pos>211,3</Pos>
 
1218
                                                                <Size>55,21</Size>
 
1219
                                                                <!--CSS alignments not respected see bug lp:605530 , lets call <Alignment>-->
 
1220
                                                                <Alignment>right</Alignment>
 
1221
                                                                <Connection>
 
1222
                                                                        <ConfigKey>[Channel4],visual_bpm</ConfigKey>
 
1223
                                                                </Connection>
 
1224
                                                        </NumberBpm>
 
1225
 
 
1226
                                                        <!--
 
1227
                                                        **********************************************
 
1228
                                                        Button- BPM Tap
 
1229
                                                        **********************************************
 
1230
                                                        -->
 
1231
                                                        <!-- Little trickery here:
 
1232
                                                                 BPM tap is transparent png directly over BPM display, so it became BPM and TAP at once,
 
1233
                                                                 changed tooltip accordingly
 
1234
                                                        -->
 
1235
                                                        <PushButton>
 
1236
                                                        <!-- Original:
 
1237
                                                                <TooltipId>bpm_tap</TooltipId>
 
1238
                                                        -->
 
1239
                                                                <TooltipId>bpm_tap_visual_bpm</TooltipId>
 
1240
                                                                <Style></Style>
 
1241
                                                                <NumberStates>1</NumberStates>
 
1242
                                                                <State>
 
1243
                                                                        <Number>0</Number>
 
1244
                                                                        <Pressed>btn_tap_sampler_over.png</Pressed>
 
1245
                                                                        <Unpressed>btn_tap_sampler.png</Unpressed>
 
1246
                                                                </State>
 
1247
                                                                <Pos>216,3</Pos>
 
1248
                                                                <Connection>
 
1249
                                                                        <ConfigKey>[Channel4],bpm_tap</ConfigKey>
 
1250
                                                                        <EmitOnPressAndRelease>true</EmitOnPressAndRelease>
 
1251
                                                                </Connection>
 
1252
                                                        </PushButton>
 
1253
 
 
1254
                                                        <!--
 
1255
                                                        **********************************************
 
1256
                                                        Visual- Waveform overview
 
1257
                                                        **********************************************
 
1258
                                                        -->
 
1259
                                                        <Overview>
 
1260
                                                                <TooltipId>waveform_overview</TooltipId>
 
1261
                                                                <Style></Style>
 
1262
                                                                <Group>[Channel4]</Group>
 
1263
                                                                <Pos>40,25</Pos>
 
1264
                                                                <Size>175,35</Size>
 
1265
                                                                <BgColor></BgColor>
 
1266
                                                                <SignalHighColor></SignalHighColor>
 
1267
                                                                <SignalMidColor></SignalMidColor>
 
1268
                                                                <SignalLowColor></SignalLowColor>
 
1269
                                                                <SignalColor>#0099FF</SignalColor>
 
1270
                                                                <PlayPosColor>#00FF00</PlayPosColor>
 
1271
                                                                <EndOfTrackColor>#EA0000</EndOfTrackColor>
 
1272
                                                                <DefaultMark>
 
1273
                                                                        <Align>bottom</Align>
 
1274
                                                                        <Color>#00FF00</Color>
 
1275
                                                                        <TextColor>#FFFFFF</TextColor>
 
1276
                                                                        <Text> %1 </Text>
 
1277
                                                                </DefaultMark>
 
1278
                                                                <MarkRange>
 
1279
                                                                        <StartControl>loop_start_position</StartControl>
 
1280
                                                                        <EndControl>loop_end_position</EndControl>
 
1281
                                                                        <EnabledControl>loop_enabled</EnabledControl>
 
1282
                                                                        <Color>#00FF00</Color>
 
1283
                                                                        <DisabledColor>#FFFFFF</DisabledColor>
 
1284
                                                                </MarkRange>
 
1285
                                                                <Mark>
 
1286
                                                                        <Control>cue_point</Control>
 
1287
                                                                        <Text>C</Text>
 
1288
                                                                        <Align>top</Align>
 
1289
                                                                        <Color>#FF001C</Color>
 
1290
                                                                        <TextColor>#FFFFFF</TextColor>
 
1291
                                                                </Mark>
 
1292
                                                                <Connection>
 
1293
                                                                        <ConfigKey>[Channel4],playposition</ConfigKey>
 
1294
                                                                        <EmitOnDownPress>false</EmitOnDownPress>
 
1295
                                                                </Connection>
 
1296
                                                        </Overview>
 
1297
 
 
1298
                                                        <!--
 
1299
                                                        **********************************************
 
1300
                                                        RotaryFader- Gain
 
1301
                                                        **********************************************
 
1302
                                                        -->
 
1303
                                                        <Knob>
 
1304
                                                                <TooltipId>pregain</TooltipId>
 
1305
                                                                <Style></Style>
 
1306
                                                                <NumberStates>64</NumberStates>
 
1307
                                                                <Path>knobs/knob_rotary_s%1.png</Path>
 
1308
                                                                <Pos>222,64</Pos>
 
1309
                                                                <Connection>
 
1310
                                                                        <ConfigKey>[Channel4],pregain</ConfigKey>
 
1311
                                                                </Connection>
 
1312
                                                        </Knob>
 
1313
 
 
1314
                                                        <!--
 
1315
                                                        **********************************************
 
1316
                                                        Visual- Volume peak indicator
 
1317
                                                        **********************************************
 
1318
                                                        -->
 
1319
                                                        <StatusLight>
 
1320
                                                                <TooltipId>PeakIndicator</TooltipId>
 
1321
                                                                <Style></Style>
 
1322
                                                                <PathStatusLight>btn_clipping_sampler_over.png</PathStatusLight>
 
1323
                                                                <PathBack>btn_clipping_sampler.png</PathBack>
 
1324
                                                                <Pos>267,3</Pos>
 
1325
                                                                <Connection>
 
1326
                                                                        <ConfigKey>[Channel4],PeakIndicator</ConfigKey>
 
1327
                                                                </Connection>
 
1328
                                                        </StatusLight>
 
1329
 
 
1330
                                                        <!--
 
1331
                                                        **********************************************
 
1332
                                                        Visual - Volume level display
 
1333
                                                        **********************************************
 
1334
                                                        -->
 
1335
                                                        <VuMeter>
 
1336
                                                                <TooltipId>channel_VuMeter</TooltipId>
 
1337
                                                                <Style></Style>
 
1338
                                                                <PathVu>btn_volume_display_sampler_over.png</PathVu>
 
1339
                                                                <PathBack>btn_volume_display_sampler.png</PathBack>
 
1340
                                                                <Pos>267,24</Pos>
 
1341
                                                                <Horizontal>false</Horizontal>
 
1342
                                                                <PeakHoldSize>5</PeakHoldSize>
 
1343
                                                                <PeakHoldTime>500</PeakHoldTime>
 
1344
                                                                <PeakFallTime>50</PeakFallTime>
 
1345
                                                                <PeakFallStep>2</PeakFallStep>
 
1346
                                                                <Connection>
 
1347
                                                                        <ConfigKey>[Channel4],VuMeter</ConfigKey>
 
1348
                                                                </Connection>
 
1349
                                                        </VuMeter>
 
1350
 
 
1351
                                                        <!--
 
1352
                                                        **********************************************
 
1353
                                                        Slider- Pitch control
 
1354
                                                        **********************************************
 
1355
                                                        -->
 
1356
                                                        <SliderComposed>
 
1357
                                                                <TooltipId>rate</TooltipId>
 
1358
                                                                <Style></Style>
 
1359
                                                                <Handle>knob_pitch_sampler.png</Handle>
 
1360
                                                                <Slider>slider_pitch_sampler.png</Slider>
 
1361
                                                                <Pos>279,6</Pos>
 
1362
                                                                <Horizontal>false</Horizontal>
 
1363
                                                                <Connection>
 
1364
                                                                        <ConfigKey>[Channel4],rate</ConfigKey>
 
1365
                                                                        <EmitOnDownPress>false</EmitOnDownPress>
 
1366
                                                                </Connection>
 
1367
                                                        </SliderComposed>
 
1368
 
 
1369
                                                        <!--
 
1370
                                                        ****************************************
 
1371
                                                         Button- Play
 
1372
                                                        ****************************************
 
1373
                                                        -->
 
1374
                                                        <PushButton>
 
1375
                                                                <TooltipId>play_start</TooltipId>
 
1376
                                                                <Style></Style>
 
1377
                                                                <NumberStates>2</NumberStates>
 
1378
                                                                <RightClickIsPushButton>true</RightClickIsPushButton>
 
1379
                                                                <State>
 
1380
                                                                        <Number>0</Number>
 
1381
                                                                        <Pressed>btn_play_sampler_down.png</Pressed>
 
1382
                                                                        <Unpressed>btn_play_sampler.png</Unpressed>
 
1383
                                                                </State>
 
1384
                                                                <State>
 
1385
                                                                        <Number>1</Number>
 
1386
                                                                        <Pressed>btn_play_sampler_overdown.png</Pressed>
 
1387
                                                                        <Unpressed>btn_play_sampler_over.png</Unpressed>
 
1388
                                                                </State>
 
1389
                                                                <Pos>10,30</Pos>
 
1390
                                                                <Connection>
 
1391
                                                                        <ConfigKey>[Channel4],play</ConfigKey>
 
1392
                                                                        <EmitOnDownPress>true</EmitOnDownPress>
 
1393
                                                                        <ButtonState>LeftButton</ButtonState>
 
1394
                                                                </Connection>
 
1395
                                                                <Connection>
 
1396
                                                                        <ConfigKey>[Channel4],start</ConfigKey>
 
1397
                                                                        <EmitOnDownPress>true</EmitOnDownPress>
 
1398
                                                                        <ButtonState>RightButton</ButtonState>
 
1399
                                                                        <ConnectValueToWidget>false</ConnectValueToWidget>
 
1400
                                                                </Connection>
 
1401
                                                        </PushButton>
 
1402
 
 
1403
                                                        <!--
 
1404
                                                        **********************************************
 
1405
                                                        Button- Beat sync
 
1406
                                                        **********************************************
 
1407
                                                        -->
 
1408
                                                        <PushButton>
 
1409
                                                                <TooltipId>beatsync_beatsync_tempo</TooltipId>
 
1410
                                                                <Style></Style>
 
1411
                                                                <NumberStates>1</NumberStates>
 
1412
                                                                <State>
 
1413
                                                                        <Number>0</Number>
 
1414
                                                                        <Pressed>btn_sync_sampler_overdown.png</Pressed>
 
1415
                                                                        <Unpressed>btn_sync_sampler.png</Unpressed>
 
1416
                                                                </State>
 
1417
                                                                <Pos>10,71</Pos>
 
1418
                                                                <Connection>
 
1419
                                                                        <ConfigKey>[Channel4],beatsync</ConfigKey>
 
1420
                                                                        <EmitOnPressAndRelease>true</EmitOnPressAndRelease>
 
1421
                                                                        <ButtonState>LeftButton</ButtonState>
 
1422
                                                                </Connection>
 
1423
                                                                <Connection>
 
1424
                                                                        <ConfigKey>[Channel4],beatsync_tempo</ConfigKey>
 
1425
                                                                        <EmitOnPressAndRelease>true</EmitOnPressAndRelease>
 
1426
                                                                        <ButtonState>RightButton</ButtonState>
 
1427
                                                                </Connection>
 
1428
                                                        </PushButton>
 
1429
 
 
1430
                                                        <!--
 
1431
                                                        **********************************************
 
1432
                                                        Button- Hotcue
 
1433
                                                        **********************************************
 
1434
                                                        -->
 
1435
                                                        <PushButton>
 
1436
                                                                <TooltipId>hotcue</TooltipId>
 
1437
                                                                <Style></Style>
 
1438
                                                                <NumberStates>2</NumberStates>
 
1439
                                                                <LeftClickIsPushButton>true</LeftClickIsPushButton>
 
1440
                                                                <RightClickIsPushButton>true</RightClickIsPushButton>
 
1441
                                                                <State>
 
1442
                                                                        <Number>0</Number>
 
1443
                                                                        <Pressed>btn_hotcue1_1_down.png</Pressed>
 
1444
                                                                        <Unpressed>btn_hotcue1_1.png</Unpressed>
 
1445
                                                                </State>
 
1446
                                                                <State>
 
1447
                                                                        <Number>1</Number>
 
1448
                                                                        <Pressed>btn_hotcue1_1_overdown.png</Pressed>
 
1449
                                                                        <Unpressed>btn_hotcue1_1_over.png</Unpressed>
 
1450
                                                                </State>
 
1451
                                                                <Pos>80,71</Pos>
 
1452
                                                                <Connection>
 
1453
                                                                        <ConfigKey>[Channel4],hotcue_1_activate</ConfigKey>
 
1454
                                                                        <EmitOnPressAndRelease>true</EmitOnPressAndRelease>
 
1455
                                                                        <ButtonState>LeftButton</ButtonState>
 
1456
                                                                        <ConnectValueToWidget>false</ConnectValueToWidget>
 
1457
                                                                </Connection>
 
1458
                                                                <Connection>
 
1459
                                                                        <ConfigKey>[Channel4],hotcue_1_clear</ConfigKey>
 
1460
                                                                        <EmitOnPressAndRelease>true</EmitOnPressAndRelease>
 
1461
                                                                        <ButtonState>RightButton</ButtonState>
 
1462
                                                                        <ConnectValueToWidget>false</ConnectValueToWidget>
 
1463
                                                                </Connection>
 
1464
                                                                <Connection>
 
1465
                                                                        <ConfigKey>[Channel4],hotcue_1_enabled</ConfigKey>
 
1466
                                                                        <ConnectValueFromWidget>false</ConnectValueFromWidget>
 
1467
                                                                </Connection>
 
1468
                                                        </PushButton>
 
1469
                                                        <PushButton>
 
1470
                                                                <TooltipId>hotcue</TooltipId>
 
1471
                                                                <Style></Style>
 
1472
                                                                <NumberStates>2</NumberStates>
 
1473
                                                                <LeftClickIsPushButton>true</LeftClickIsPushButton>
 
1474
                                                                <RightClickIsPushButton>true</RightClickIsPushButton>
 
1475
                                                                <State>
 
1476
                                                                        <Number>0</Number>
 
1477
                                                                        <Pressed>btn_hotcue1_2_down.png</Pressed>
 
1478
                                                                        <Unpressed>btn_hotcue1_2.png</Unpressed>
 
1479
                                                                </State>
 
1480
                                                                <State>
 
1481
                                                                        <Number>1</Number>
 
1482
                                                                        <Pressed>btn_hotcue1_2_overdown.png</Pressed>
 
1483
                                                                        <Unpressed>btn_hotcue1_2_over.png</Unpressed>
 
1484
                                                                </State>
 
1485
                                                                <Pos>106,71</Pos>
 
1486
                                                                <Connection>
 
1487
                                                                        <ConfigKey>[Channel4],hotcue_2_activate</ConfigKey>
 
1488
                                                                        <EmitOnPressAndRelease>true</EmitOnPressAndRelease>
 
1489
                                                                        <ButtonState>LeftButton</ButtonState>
 
1490
                                                                        <ConnectValueToWidget>false</ConnectValueToWidget>
 
1491
                                                                </Connection>
 
1492
                                                                <Connection>
 
1493
                                                                        <ConfigKey>[Channel4],hotcue_2_clear</ConfigKey>
 
1494
                                                                        <EmitOnPressAndRelease>true</EmitOnPressAndRelease>
 
1495
                                                                        <ButtonState>RightButton</ButtonState>
 
1496
                                                                        <ConnectValueToWidget>false</ConnectValueToWidget>
 
1497
                                                                </Connection>
 
1498
                                                                <Connection>
 
1499
                                                                        <ConfigKey>[Channel4],hotcue_2_enabled</ConfigKey>
 
1500
                                                                        <ConnectValueFromWidget>false</ConnectValueFromWidget>
 
1501
                                                                </Connection>
 
1502
                                                        </PushButton>
 
1503
                                                        <PushButton>
 
1504
                                                                <TooltipId>hotcue</TooltipId>
 
1505
                                                                <Style></Style>
 
1506
                                                                <NumberStates>2</NumberStates>
 
1507
                                                                <LeftClickIsPushButton>true</LeftClickIsPushButton>
 
1508
                                                                <RightClickIsPushButton>true</RightClickIsPushButton>
 
1509
                                                                <State>
 
1510
                                                                        <Number>0</Number>
 
1511
                                                                        <Pressed>btn_hotcue1_3_down.png</Pressed>
 
1512
                                                                        <Unpressed>btn_hotcue1_3.png</Unpressed>
 
1513
                                                                </State>
 
1514
                                                                <State>
 
1515
                                                                        <Number>1</Number>
 
1516
                                                                        <Pressed>btn_hotcue1_3_overdown.png</Pressed>
 
1517
                                                                        <Unpressed>btn_hotcue1_3_over.png</Unpressed>
 
1518
                                                                </State>
 
1519
                                                                <Pos>132,71</Pos>
 
1520
                                                                <Connection>
 
1521
                                                                        <ConfigKey>[Channel4],hotcue_3_activate</ConfigKey>
 
1522
                                                                        <EmitOnPressAndRelease>true</EmitOnPressAndRelease>
 
1523
                                                                        <ButtonState>LeftButton</ButtonState>
 
1524
                                                                        <ConnectValueToWidget>false</ConnectValueToWidget>
 
1525
                                                                </Connection>
 
1526
                                                                <Connection>
 
1527
                                                                        <ConfigKey>[Channel4],hotcue_3_clear</ConfigKey>
 
1528
                                                                        <EmitOnPressAndRelease>true</EmitOnPressAndRelease>
 
1529
                                                                        <ButtonState>RightButton</ButtonState>
 
1530
                                                                        <ConnectValueToWidget>false</ConnectValueToWidget>
 
1531
                                                                </Connection>
 
1532
                                                                <Connection>
 
1533
                                                                        <ConfigKey>[Channel4],hotcue_3_enabled</ConfigKey>
 
1534
                                                                        <ConnectValueFromWidget>false</ConnectValueFromWidget>
 
1535
                                                                </Connection>
 
1536
                                                        </PushButton>
 
1537
                                                        <PushButton>
 
1538
                                                                <TooltipId>hotcue</TooltipId>
 
1539
                                                                <Style></Style>
 
1540
                                                                <NumberStates>2</NumberStates>
 
1541
                                                                <LeftClickIsPushButton>true</LeftClickIsPushButton>
 
1542
                                                                <RightClickIsPushButton>true</RightClickIsPushButton>
 
1543
                                                                <State>
 
1544
                                                                        <Number>0</Number>
 
1545
                                                                        <Pressed>btn_hotcue1_4_down.png</Pressed>
 
1546
                                                                        <Unpressed>btn_hotcue1_4.png</Unpressed>
 
1547
                                                                </State>
 
1548
                                                                <State>
 
1549
                                                                        <Number>1</Number>
 
1550
                                                                        <Pressed>btn_hotcue1_4_overdown.png</Pressed>
 
1551
                                                                        <Unpressed>btn_hotcue1_4_over.png</Unpressed>
 
1552
                                                                </State>
 
1553
                                                                <Pos>158,71</Pos>
 
1554
                                                                <Connection>
 
1555
                                                                        <ConfigKey>[Channel4],hotcue_4_activate</ConfigKey>
 
1556
                                                                        <EmitOnPressAndRelease>true</EmitOnPressAndRelease>
 
1557
                                                                        <ButtonState>LeftButton</ButtonState>
 
1558
                                                                        <ConnectValueToWidget>false</ConnectValueToWidget>
 
1559
                                                                </Connection>
 
1560
                                                                <Connection>
 
1561
                                                                        <ConfigKey>[Channel4],hotcue_4_clear</ConfigKey>
 
1562
                                                                        <EmitOnPressAndRelease>true</EmitOnPressAndRelease>
 
1563
                                                                        <ButtonState>RightButton</ButtonState>
 
1564
                                                                        <ConnectValueToWidget>false</ConnectValueToWidget>
 
1565
                                                                </Connection>
 
1566
                                                                <Connection>
 
1567
                                                                        <ConfigKey>[Channel4],hotcue_4_enabled</ConfigKey>
 
1568
                                                                        <ConnectValueFromWidget>false</ConnectValueFromWidget>
 
1569
                                                                </Connection>
 
1570
                                                        </PushButton>
 
1571
 
 
1572
                                                        <!--
 
1573
                                                        **********************************************
 
1574
                                                        Button- Prelisten / Monitoring
 
1575
                                                        **********************************************
 
1576
                                                        -->
 
1577
                                                        <PushButton>
 
1578
                                                                <TooltipId>pfl</TooltipId>
 
1579
                                                                <Style></Style>
 
1580
                                                                <NumberStates>2</NumberStates>
 
1581
                                                                <State>
 
1582
                                                                        <Number>0</Number>
 
1583
                                                                        <Pressed>btn_pfl_sampler_down.png</Pressed>
 
1584
                                                                        <Unpressed>btn_pfl_sampler.png</Unpressed>
 
1585
                                                                </State>
 
1586
                                                                <State>
 
1587
                                                                        <Number>1</Number>
 
1588
                                                                        <Pressed>btn_pfl_sampler_overdown.png</Pressed>
 
1589
                                                                        <Unpressed>btn_pfl_sampler_over.png</Unpressed>
 
1590
                                                                </State>
 
1591
                                                                <Pos>193,71</Pos>
 
1592
                                                                <Connection>
 
1593
                                                                        <ConfigKey>[Channel4],pfl</ConfigKey>
 
1594
                                                                </Connection>
 
1595
                                                        </PushButton>
 
1596
 
 
1597
                                                        <!--
 
1598
                                                        **********************************************
 
1599
                                                        Button- Eject
 
1600
                                                        **********************************************
 
1601
                                                        -->
 
1602
                                                        <PushButton>
 
1603
                                                                <TooltipId>eject</TooltipId>
 
1604
                                                                <Style></Style>
 
1605
                                                                <NumberStates>1</NumberStates>
 
1606
                                                                <State>
 
1607
                                                                        <Number>0</Number>
 
1608
                                                                        <Pressed>btn_eject_sampler_over.png</Pressed>
 
1609
                                                                        <Unpressed>btn_eject_sampler.png</Unpressed>
 
1610
                                                                </State>
 
1611
                                                                <Pos>242,24</Pos>
 
1612
                                                                <Connection>
 
1613
                                                                        <ConfigKey>[Channel4],eject</ConfigKey>
 
1614
                                                                        <EmitOnPressAndRelease>true</EmitOnPressAndRelease>
 
1615
                                                                        <ButtonState>LeftButton</ButtonState>
 
1616
                                                                        <ConnectValueToWidget>false</ConnectValueToWidget>
 
1617
                                                                </Connection>
 
1618
                                                        </PushButton>
 
1619
 
 
1620
                                                        <!--
 
1621
                                                        **********************************************
 
1622
                                                        Button- Repeat (End of track mode)
 
1623
                                                        **********************************************
 
1624
                                                        -->
 
1625
                                                        <PushButton>
 
1626
                                                                <TooltipId>repeat</TooltipId>
 
1627
                                                                <Style></Style>
 
1628
                                                                <NumberStates>2</NumberStates>
 
1629
                                                                <State>
 
1630
                                                                        <Number>0</Number>
 
1631
                                                                        <Pressed>btn_repeat_sampler.png</Pressed>
 
1632
                                                                        <Unpressed>btn_repeat_sampler.png</Unpressed>
 
1633
                                                                </State>
 
1634
                                                                <State>
 
1635
                                                                        <Number>1</Number>
 
1636
                                                                        <Pressed>btn_repeat_sampler_over.png</Pressed>
 
1637
                                                                        <Unpressed>btn_repeat_sampler_over.png</Unpressed>
 
1638
                                                                </State>
 
1639
                                                                <Pos>216,24</Pos>
 
1640
                                                                <Connection>
 
1641
                                                                        <ConfigKey>[Channel4],repeat</ConfigKey>
 
1642
                                                                </Connection>
 
1643
                                                        </PushButton>
 
1644
 
 
1645
                                                        <!--
 
1646
                                                        **********************************************
 
1647
                                                        Button- Mix Orientation (Routing)
 
1648
                                                        **********************************************
 
1649
                                                        -->
 
1650
                                                        <PushButton>
 
1651
                                                                <TooltipId>orientation</TooltipId>
 
1652
                                                                <Style></Style>
 
1653
                                                                <NumberStates>3</NumberStates>
 
1654
                                                                <State>
 
1655
                                                                        <Number>0</Number>
 
1656
                                                                        <Pressed>btn_orientation_sampler_left_over.png</Pressed>
 
1657
                                                                        <Unpressed>btn_orientation_sampler_left_over.png</Unpressed>
 
1658
                                                                </State>
 
1659
                                                                <State>
 
1660
                                                                        <Number>1</Number>
 
1661
                                                                        <Pressed>btn_orientation_sampler_master.png</Pressed>
 
1662
                                                                        <Unpressed>btn_orientation_sampler_master.png</Unpressed>
 
1663
                                                                </State>
 
1664
                                                                <State>
 
1665
                                                                        <Number>2</Number>
 
1666
                                                                        <Pressed>btn_orientation_sampler_right_over.png</Pressed>
 
1667
                                                                        <Unpressed>btn_orientation_sampler_right_over.png</Unpressed>
 
1668
                                                                </State>
 
1669
                                                                <Pos>217,42</Pos>
 
1670
                                                                <Connection>
 
1671
                                                                        <ConfigKey>[Channel4],orientation</ConfigKey>
 
1672
                                                                        <EmitOnDownPress>true</EmitOnDownPress>
 
1673
                                                                        <ButtonState>LeftButton</ButtonState>
 
1674
                                                                </Connection>
 
1675
                                                        </PushButton>
 
1676
 
 
1677
                                                        <!--
 
1678
                                                        **********************************************
 
1679
                                                        Button- Key lock
 
1680
                                                        **********************************************
 
1681
                                                        -->
 
1682
                                                        <PushButton>
 
1683
                                                                <TooltipId>keylock</TooltipId>
 
1684
                                                                <Style></Style>
 
1685
                                                                <NumberStates>2</NumberStates>
 
1686
                                                                <State>
 
1687
                                                                        <Number>0</Number>
 
1688
                                                                        <Pressed>btn_keylock_sampler.png</Pressed>
 
1689
                                                                        <Unpressed>btn_keylock_sampler.png</Unpressed>
 
1690
                                                                </State>
 
1691
                                                                <State>
 
1692
                                                                        <Number>1</Number>
 
1693
                                                                        <Pressed>btn_keylock_sampler_over.png</Pressed>
 
1694
                                                                        <Unpressed>btn_keylock_sampler_over.png</Unpressed>
 
1695
                                                                </State>
 
1696
                                                                <Pos>241,42</Pos>
 
1697
                                                                <Connection>
 
1698
                                                                        <ConfigKey>[Channel4],keylock</ConfigKey>
 
1699
                                                                </Connection>
 
1700
                                                        </PushButton>
 
1701
                                                </Children>
 
1702
                                        </WidgetGroup>
 
1703
                                        <!-- Sample Deck 2 controls-->                                  
 
1704
                                        <WidgetGroup>
 
1705
                                                <Pos>0,0</Pos>
 
1706
                                                <Size>312,110</Size>
 
1707
                                                <Style>QGroupBox { border: 0px solid green;  margin: -0px 0px 0px 0px; background: url(skin:/style/style_bg_sampler.png); } </Style>
 
1708
                                                <Children>
 
1709
                                                        <!--
 
1710
                                                        **********************************************
 
1711
                                                        Text- Track Title
 
1712
                                                        **********************************************
 
1713
                                                        -->
 
1714
                                                        <Text>
 
1715
                                                                <TooltipId>text</TooltipId>
 
1716
                                                                <Style>QLabel { font: bold 13px/15px Lucida Grande, Lucida Sans Unicode, Arial, Verdana, sans-serif;
 
1717
                                                                background-color: transparent; color: #3087BF; text-align: left; padding-left: 1px; }
 
1718
                                                                </Style>
 
1719
                                                                <Group>[Sampler2]</Group>
 
1720
                                                                <Pos>5,3</Pos>
 
1721
                                                                <Size>205f,21</Size>
 
1722
                                                        </Text>
 
1723
                                                        <!-- Alternative "TITLE ONLY" display
 
1724
                                                        <TrackProperty>
 
1725
                                                                <TooltipId>track_title</TooltipId>
 
1726
                                                                <Style>QLabel { font: bold 14px/16px Lucida Grande, Lucida Sans Unicode, Arial, Verdana, sans-serif;
 
1727
                                                                background-color: transparent; color: #3087BF; text-align: left; padding-left: 1px; }
 
1728
                                                                </Style>
 
1729
                                                                <Property>title</Property>
 
1730
                                                                <Group>[Sampler2]</Group>
 
1731
                                                                <Pos>4,4</Pos>
 
1732
                                                                <Size>258f,20</Size>
 
1733
                                                        </TrackProperty>
 
1734
                                                        -->
 
1735
 
 
1736
                                                        <!--
 
1737
                                                        **********************************************
 
1738
                                                        Text- BPM number display
 
1739
                                                        **********************************************
 
1740
                                                        -->
 
1741
                                                        <NumberBpm>
 
1742
                                                                <TooltipId>visual_bpm</TooltipId>
 
1743
                                                                <Style>QLabel { font: bold 13px/15px Lucida Grande, Lucida Sans Unicode, Arial, Verdana, sans-serif;
 
1744
                                                                background-color: transparent; color: #3087BF; text-align: left;padding-left: 1px; }
 
1745
                                                                </Style>
 
1746
                                                                <Group>[Sampler2]</Group>
 
1747
                                                                <Pos>211,3</Pos>
 
1748
                                                                <Size>55,21</Size>
 
1749
                                                                <!--CSS alignments not respected see bug lp:605530 , lets call <Alignment>-->
 
1750
                                                                <Alignment>right</Alignment>
 
1751
                                                                <Connection>
 
1752
                                                                        <ConfigKey>[Sampler2],visual_bpm</ConfigKey>
 
1753
                                                                </Connection>
 
1754
                                                        </NumberBpm>
 
1755
 
 
1756
                                                        <!--
 
1757
                                                        **********************************************
 
1758
                                                        Button- BPM Tap
 
1759
                                                        **********************************************
 
1760
                                                        -->
 
1761
                                                        <!-- Little trickery here:
 
1762
                                                                 BPM tap is transparent png directly over BPM display, so it became BPM and TAP at once,
 
1763
                                                                 changed tooltip accordingly
 
1764
                                                        -->
 
1765
                                                        <PushButton>
 
1766
                                                        <!-- Original:
 
1767
                                                                <TooltipId>bpm_tap</TooltipId>
 
1768
                                                        -->
 
1769
                                                                <TooltipId>bpm_tap_visual_bpm</TooltipId>
 
1770
                                                                <Style></Style>
 
1771
                                                                <NumberStates>1</NumberStates>
 
1772
                                                                <State>
 
1773
                                                                        <Number>0</Number>
 
1774
                                                                        <Pressed>btn_tap_sampler_over.png</Pressed>
 
1775
                                                                        <Unpressed>btn_tap_sampler.png</Unpressed>
 
1776
                                                                </State>
 
1777
                                                                <Pos>216,3</Pos>
 
1778
                                                                <Connection>
 
1779
                                                                        <ConfigKey>[Sampler2],bpm_tap</ConfigKey>
 
1780
                                                                        <EmitOnPressAndRelease>true</EmitOnPressAndRelease>
 
1781
                                                                </Connection>
 
1782
                                                        </PushButton>
 
1783
 
 
1784
                                                        <!--
 
1785
                                                        **********************************************
 
1786
                                                        Visual- Waveform overview
 
1787
                                                        **********************************************
 
1788
                                                        -->
 
1789
                                                        <Overview>
 
1790
                                                                <TooltipId>waveform_overview</TooltipId>
 
1791
                                                                <Style></Style>
 
1792
                                                                <Group>[Sampler2]</Group>
 
1793
                                                                <Pos>40,25</Pos>
 
1794
                                                                <Size>175,35</Size>
 
1795
                                                                <BgColor></BgColor>
 
1796
                                                                <SignalHighColor></SignalHighColor>
 
1797
                                                                <SignalMidColor></SignalMidColor>
 
1798
                                                                <SignalLowColor></SignalLowColor>
 
1799
                                                                <SignalColor>#3087BF</SignalColor>
 
1800
                                                                <PlayPosColor>#00FF00</PlayPosColor>
 
1801
                                                                <DefaultMark>
 
1802
                                                                        <Align>bottom</Align>
 
1803
                                                                        <Color>#00FF00</Color>
 
1804
                                                                        <TextColor>#FFFFFF</TextColor>
 
1805
                                                                        <Text> %1 </Text>
 
1806
                                                                </DefaultMark>
 
1807
                                                                <Connection>
 
1808
                                                                        <ConfigKey>[Sampler2],playposition</ConfigKey>
 
1809
                                                                        <EmitOnDownPress>false</EmitOnDownPress>
 
1810
                                                                </Connection>
 
1811
                                                        </Overview>
 
1812
 
 
1813
                                                        <!--
 
1814
                                                        **********************************************
 
1815
                                                        RotaryFader- Gain
 
1816
                                                        **********************************************
 
1817
                                                        -->
 
1818
                                                        <Knob>
 
1819
                                                                <TooltipId>pregain</TooltipId>
 
1820
                                                                <Style></Style>
 
1821
                                                                <NumberStates>64</NumberStates>
 
1822
                                                                <Path>knobs/knob_rotary_s%1.png</Path>
 
1823
                                                                <Pos>222,64</Pos>
 
1824
                                                                <Connection>
 
1825
                                                                        <ConfigKey>[Sampler2],pregain</ConfigKey>
 
1826
                                                                </Connection>
 
1827
                                                        </Knob>
 
1828
 
 
1829
                                                        <!--
 
1830
                                                        **********************************************
 
1831
                                                        Visual- Volume peak indicator
 
1832
                                                        **********************************************
 
1833
                                                        -->
 
1834
                                                        <StatusLight>
 
1835
                                                                <TooltipId>PeakIndicator</TooltipId>
 
1836
                                                                <Style></Style>
 
1837
                                                                <PathStatusLight>btn_clipping_sampler_over.png</PathStatusLight>
 
1838
                                                                <PathBack>btn_clipping_sampler.png</PathBack>
 
1839
                                                                <Pos>267,3</Pos>
 
1840
                                                                <Connection>
 
1841
                                                                        <ConfigKey>[Sampler2],PeakIndicator</ConfigKey>
 
1842
                                                                </Connection>
 
1843
                                                        </StatusLight>
 
1844
 
 
1845
                                                        <!--
 
1846
                                                        **********************************************
 
1847
                                                        Visual - Volume level display
 
1848
                                                        **********************************************
 
1849
                                                        -->
 
1850
                                                        <VuMeter>
 
1851
                                                                <TooltipId>channel_VuMeter</TooltipId>
 
1852
                                                                <Style></Style>
 
1853
                                                                <PathVu>btn_volume_display_sampler_over.png</PathVu>
 
1854
                                                                <PathBack>btn_volume_display_sampler.png</PathBack>
 
1855
                                                                <Pos>267,24</Pos>
 
1856
                                                                <Horizontal>false</Horizontal>
 
1857
                                                                <PeakHoldSize>5</PeakHoldSize>
 
1858
                                                                <PeakHoldTime>500</PeakHoldTime>
 
1859
                                                                <PeakFallTime>50</PeakFallTime>
 
1860
                                                                <PeakFallStep>2</PeakFallStep>
 
1861
                                                                <Connection>
 
1862
                                                                        <ConfigKey>[Sampler2],VuMeter</ConfigKey>
 
1863
                                                                </Connection>
 
1864
                                                        </VuMeter>
 
1865
 
 
1866
                                                        <!--
 
1867
                                                        **********************************************
 
1868
                                                        Slider- Pitch control
 
1869
                                                        **********************************************
 
1870
                                                        -->
 
1871
                                                        <SliderComposed>
 
1872
                                                                <TooltipId>rate</TooltipId>
 
1873
                                                                <Style></Style>
 
1874
                                                                <Handle>knob_pitch_sampler.png</Handle>
 
1875
                                                                <Slider>slider_pitch_sampler.png</Slider>
 
1876
                                                                <Pos>279,6</Pos>
 
1877
                                                                <Horizontal>false</Horizontal>
 
1878
                                                                <Connection>
 
1879
                                                                        <ConfigKey>[Sampler2],rate</ConfigKey>
 
1880
                                                                        <EmitOnDownPress>false</EmitOnDownPress>
 
1881
                                                                </Connection>
 
1882
                                                        </SliderComposed>
 
1883
 
 
1884
                                                        <!--
 
1885
                                                        ****************************************
 
1886
                                                         Button- Play
 
1887
                                                        ****************************************
 
1888
                                                        -->
 
1889
                                                        <PushButton>
 
1890
                                                                <TooltipId>play_start</TooltipId>
 
1891
                                                                <Style></Style>
 
1892
                                                                <NumberStates>2</NumberStates>
 
1893
                                                                <RightClickIsPushButton>true</RightClickIsPushButton>
 
1894
                                                                <State>
 
1895
                                                                        <Number>0</Number>
 
1896
                                                                        <Pressed>btn_play_sampler_down.png</Pressed>
 
1897
                                                                        <Unpressed>btn_play_sampler.png</Unpressed>
 
1898
                                                                </State>
 
1899
                                                                <State>
 
1900
                                                                        <Number>1</Number>
 
1901
                                                                        <Pressed>btn_play_sampler_overdown.png</Pressed>
 
1902
                                                                        <Unpressed>btn_play_sampler_over.png</Unpressed>
 
1903
                                                                </State>
 
1904
                                                                <Pos>10,30</Pos>
 
1905
                                                                <Connection>
 
1906
                                                                        <ConfigKey>[Sampler2],play</ConfigKey>
 
1907
                                                                        <EmitOnDownPress>true</EmitOnDownPress>
 
1908
                                                                        <ButtonState>LeftButton</ButtonState>
 
1909
                                                                </Connection>
 
1910
                                                                <Connection>
 
1911
                                                                        <ConfigKey>[Sampler2],start</ConfigKey>
 
1912
                                                                        <EmitOnDownPress>true</EmitOnDownPress>
 
1913
                                                                        <ButtonState>RightButton</ButtonState>
 
1914
                                                                        <ConnectValueToWidget>false</ConnectValueToWidget>
 
1915
                                                                </Connection>
 
1916
                                                        </PushButton>
 
1917
 
 
1918
                                                        <!--
 
1919
                                                        **********************************************
 
1920
                                                        Button- Beat sync
 
1921
                                                        **********************************************
 
1922
                                                        -->
 
1923
                                                        <PushButton>
 
1924
                                                                <TooltipId>beatsync_beatsync_tempo</TooltipId>
 
1925
                                                                <Style></Style>
 
1926
                                                                <NumberStates>1</NumberStates>
 
1927
                                                                <State>
 
1928
                                                                        <Number>0</Number>
 
1929
                                                                        <Pressed>btn_sync_sampler_overdown.png</Pressed>
 
1930
                                                                        <Unpressed>btn_sync_sampler.png</Unpressed>
 
1931
                                                                </State>
 
1932
                                                                <Pos>10,71</Pos>
 
1933
                                                                <Connection>
 
1934
                                                                        <ConfigKey>[Sampler2],beatsync</ConfigKey>
 
1935
                                                                        <EmitOnPressAndRelease>true</EmitOnPressAndRelease>
 
1936
                                                                        <ButtonState>LeftButton</ButtonState>
 
1937
                                                                </Connection>
 
1938
                                                                <Connection>
 
1939
                                                                        <ConfigKey>[Sampler2],beatsync_tempo</ConfigKey>
 
1940
                                                                        <EmitOnPressAndRelease>true</EmitOnPressAndRelease>
 
1941
                                                                        <ButtonState>RightButton</ButtonState>
 
1942
                                                                </Connection>
 
1943
                                                        </PushButton>
 
1944
 
 
1945
                                                        <!--
 
1946
                                                        **********************************************
 
1947
                                                        Button- Hotcue
 
1948
                                                        **********************************************
 
1949
                                                        -->
 
1950
                                                        <PushButton>
 
1951
                                                                <TooltipId>hotcue</TooltipId>
 
1952
                                                                <Style></Style>
 
1953
                                                                <NumberStates>2</NumberStates>
 
1954
                                                                <LeftClickIsPushButton>true</LeftClickIsPushButton>
 
1955
                                                                <RightClickIsPushButton>true</RightClickIsPushButton>
 
1956
                                                                <State>
 
1957
                                                                        <Number>0</Number>
 
1958
                                                                        <Pressed>btn_hotcue1_1_down.png</Pressed>
 
1959
                                                                        <Unpressed>btn_hotcue1_1.png</Unpressed>
 
1960
                                                                </State>
 
1961
                                                                <State>
 
1962
                                                                        <Number>1</Number>
 
1963
                                                                        <Pressed>btn_hotcue1_1_overdown.png</Pressed>
 
1964
                                                                        <Unpressed>btn_hotcue1_1_over.png</Unpressed>
 
1965
                                                                </State>
 
1966
                                                                <Pos>80,71</Pos>
 
1967
                                                                <Connection>
 
1968
                                                                        <ConfigKey>[Sampler2],hotcue_1_activate</ConfigKey>
 
1969
                                                                        <EmitOnPressAndRelease>true</EmitOnPressAndRelease>
 
1970
                                                                        <ButtonState>LeftButton</ButtonState>
 
1971
                                                                        <ConnectValueToWidget>false</ConnectValueToWidget>
 
1972
                                                                </Connection>
 
1973
                                                                <Connection>
 
1974
                                                                        <ConfigKey>[Sampler2],hotcue_1_clear</ConfigKey>
 
1975
                                                                        <EmitOnPressAndRelease>true</EmitOnPressAndRelease>
 
1976
                                                                        <ButtonState>RightButton</ButtonState>
 
1977
                                                                        <ConnectValueToWidget>false</ConnectValueToWidget>
 
1978
                                                                </Connection>
 
1979
                                                                <Connection>
 
1980
                                                                        <ConfigKey>[Sampler2],hotcue_1_enabled</ConfigKey>
 
1981
                                                                        <ConnectValueFromWidget>false</ConnectValueFromWidget>
 
1982
                                                                </Connection>
 
1983
                                                        </PushButton>
 
1984
                                                        <PushButton>
 
1985
                                                                <TooltipId>hotcue</TooltipId>
 
1986
                                                                <Style></Style>
 
1987
                                                                <NumberStates>2</NumberStates>
 
1988
                                                                <LeftClickIsPushButton>true</LeftClickIsPushButton>
 
1989
                                                                <RightClickIsPushButton>true</RightClickIsPushButton>
 
1990
                                                                <State>
 
1991
                                                                        <Number>0</Number>
 
1992
                                                                        <Pressed>btn_hotcue1_2_down.png</Pressed>
 
1993
                                                                        <Unpressed>btn_hotcue1_2.png</Unpressed>
 
1994
                                                                </State>
 
1995
                                                                <State>
 
1996
                                                                        <Number>1</Number>
 
1997
                                                                        <Pressed>btn_hotcue1_2_overdown.png</Pressed>
 
1998
                                                                        <Unpressed>btn_hotcue1_2_over.png</Unpressed>
 
1999
                                                                </State>
 
2000
                                                                <Pos>106,71</Pos>
 
2001
                                                                <Connection>
 
2002
                                                                        <ConfigKey>[Sampler2],hotcue_2_activate</ConfigKey>
 
2003
                                                                        <EmitOnPressAndRelease>true</EmitOnPressAndRelease>
 
2004
                                                                        <ButtonState>LeftButton</ButtonState>
 
2005
                                                                        <ConnectValueToWidget>false</ConnectValueToWidget>
 
2006
                                                                </Connection>
 
2007
                                                                <Connection>
 
2008
                                                                        <ConfigKey>[Sampler2],hotcue_2_clear</ConfigKey>
 
2009
                                                                        <EmitOnPressAndRelease>true</EmitOnPressAndRelease>
 
2010
                                                                        <ButtonState>RightButton</ButtonState>
 
2011
                                                                        <ConnectValueToWidget>false</ConnectValueToWidget>
 
2012
                                                                </Connection>
 
2013
                                                                <Connection>
 
2014
                                                                        <ConfigKey>[Sampler2],hotcue_2_enabled</ConfigKey>
 
2015
                                                                        <ConnectValueFromWidget>false</ConnectValueFromWidget>
 
2016
                                                                </Connection>
 
2017
                                                        </PushButton>
 
2018
                                                        <PushButton>
 
2019
                                                                <TooltipId>hotcue</TooltipId>
 
2020
                                                                <Style></Style>
 
2021
                                                                <NumberStates>2</NumberStates>
 
2022
                                                                <LeftClickIsPushButton>true</LeftClickIsPushButton>
 
2023
                                                                <RightClickIsPushButton>true</RightClickIsPushButton>
 
2024
                                                                <State>
 
2025
                                                                        <Number>0</Number>
 
2026
                                                                        <Pressed>btn_hotcue1_3_down.png</Pressed>
 
2027
                                                                        <Unpressed>btn_hotcue1_3.png</Unpressed>
 
2028
                                                                </State>
 
2029
                                                                <State>
 
2030
                                                                        <Number>1</Number>
 
2031
                                                                        <Pressed>btn_hotcue1_3_overdown.png</Pressed>
 
2032
                                                                        <Unpressed>btn_hotcue1_3_over.png</Unpressed>
 
2033
                                                                </State>
 
2034
                                                                <Pos>132,71</Pos>
 
2035
                                                                <Connection>
 
2036
                                                                        <ConfigKey>[Sampler2],hotcue_3_activate</ConfigKey>
 
2037
                                                                        <EmitOnPressAndRelease>true</EmitOnPressAndRelease>
 
2038
                                                                        <ButtonState>LeftButton</ButtonState>
 
2039
                                                                        <ConnectValueToWidget>false</ConnectValueToWidget>
 
2040
                                                                </Connection>
 
2041
                                                                <Connection>
 
2042
                                                                        <ConfigKey>[Sampler2],hotcue_3_clear</ConfigKey>
 
2043
                                                                        <EmitOnPressAndRelease>true</EmitOnPressAndRelease>
 
2044
                                                                        <ButtonState>RightButton</ButtonState>
 
2045
                                                                        <ConnectValueToWidget>false</ConnectValueToWidget>
 
2046
                                                                </Connection>
 
2047
                                                                <Connection>
 
2048
                                                                        <ConfigKey>[Sampler2],hotcue_3_enabled</ConfigKey>
 
2049
                                                                        <ConnectValueFromWidget>false</ConnectValueFromWidget>
 
2050
                                                                </Connection>
 
2051
                                                        </PushButton>
 
2052
                                                        <PushButton>
 
2053
                                                                <TooltipId>hotcue</TooltipId>
 
2054
                                                                <Style></Style>
 
2055
                                                                <NumberStates>2</NumberStates>
 
2056
                                                                <LeftClickIsPushButton>true</LeftClickIsPushButton>
 
2057
                                                                <RightClickIsPushButton>true</RightClickIsPushButton>
 
2058
                                                                <State>
 
2059
                                                                        <Number>0</Number>
 
2060
                                                                        <Pressed>btn_hotcue1_4_down.png</Pressed>
 
2061
                                                                        <Unpressed>btn_hotcue1_4.png</Unpressed>
 
2062
                                                                </State>
 
2063
                                                                <State>
 
2064
                                                                        <Number>1</Number>
 
2065
                                                                        <Pressed>btn_hotcue1_4_overdown.png</Pressed>
 
2066
                                                                        <Unpressed>btn_hotcue1_4_over.png</Unpressed>
 
2067
                                                                </State>
 
2068
                                                                <Pos>158,71</Pos>
 
2069
                                                                <Connection>
 
2070
                                                                        <ConfigKey>[Sampler2],hotcue_4_activate</ConfigKey>
 
2071
                                                                        <EmitOnPressAndRelease>true</EmitOnPressAndRelease>
 
2072
                                                                        <ButtonState>LeftButton</ButtonState>
 
2073
                                                                        <ConnectValueToWidget>false</ConnectValueToWidget>
 
2074
                                                                </Connection>
 
2075
                                                                <Connection>
 
2076
                                                                        <ConfigKey>[Sampler2],hotcue_4_clear</ConfigKey>
 
2077
                                                                        <EmitOnPressAndRelease>true</EmitOnPressAndRelease>
 
2078
                                                                        <ButtonState>RightButton</ButtonState>
 
2079
                                                                        <ConnectValueToWidget>false</ConnectValueToWidget>
 
2080
                                                                </Connection>
 
2081
                                                                <Connection>
 
2082
                                                                        <ConfigKey>[Sampler2],hotcue_4_enabled</ConfigKey>
 
2083
                                                                        <ConnectValueFromWidget>false</ConnectValueFromWidget>
 
2084
                                                                </Connection>
 
2085
                                                        </PushButton>
 
2086
 
 
2087
                                                        <!--
 
2088
                                                        **********************************************
 
2089
                                                        Button- Prelisten / Monitoring
 
2090
                                                        **********************************************
 
2091
                                                        -->
 
2092
                                                        <PushButton>
 
2093
                                                                <TooltipId>pfl</TooltipId>
 
2094
                                                                <Style></Style>
 
2095
                                                                <NumberStates>2</NumberStates>
 
2096
                                                                <State>
 
2097
                                                                        <Number>0</Number>
 
2098
                                                                        <Pressed>btn_pfl_sampler_down.png</Pressed>
 
2099
                                                                        <Unpressed>btn_pfl_sampler.png</Unpressed>
 
2100
                                                                </State>
 
2101
                                                                <State>
 
2102
                                                                        <Number>1</Number>
 
2103
                                                                        <Pressed>btn_pfl_sampler_overdown.png</Pressed>
 
2104
                                                                        <Unpressed>btn_pfl_sampler_over.png</Unpressed>
 
2105
                                                                </State>
 
2106
                                                                <Pos>193,71</Pos>
 
2107
                                                                <Connection>
 
2108
                                                                        <ConfigKey>[Sampler2],pfl</ConfigKey>
 
2109
                                                                </Connection>
 
2110
                                                        </PushButton>
 
2111
 
 
2112
                                                        <!--
 
2113
                                                        **********************************************
 
2114
                                                        Button- Eject
 
2115
                                                        **********************************************
 
2116
                                                        -->
 
2117
                                                        <PushButton>
 
2118
                                                                <TooltipId>eject</TooltipId>
 
2119
                                                                <Style></Style>
 
2120
                                                                <NumberStates>1</NumberStates>
 
2121
                                                                <State>
 
2122
                                                                        <Number>0</Number>
 
2123
                                                                        <Pressed>btn_eject_sampler_over.png</Pressed>
 
2124
                                                                        <Unpressed>btn_eject_sampler.png</Unpressed>
 
2125
                                                                </State>
 
2126
                                                                <Pos>242,24</Pos>
 
2127
                                                                <Connection>
 
2128
                                                                        <ConfigKey>[Sampler2],eject</ConfigKey>
 
2129
                                                                        <EmitOnPressAndRelease>true</EmitOnPressAndRelease>
 
2130
                                                                        <ButtonState>LeftButton</ButtonState>
 
2131
                                                                        <ConnectValueToWidget>false</ConnectValueToWidget>
 
2132
                                                                </Connection>
 
2133
                                                        </PushButton>
 
2134
 
 
2135
                                                        <!--
 
2136
                                                        **********************************************
 
2137
                                                        Button- Repeat (End of track mode)
 
2138
                                                        **********************************************
 
2139
                                                        -->
 
2140
                                                        <PushButton>
 
2141
                                                                <TooltipId>repeat</TooltipId>
 
2142
                                                                <Style></Style>
 
2143
                                                                <NumberStates>2</NumberStates>
 
2144
                                                                <State>
 
2145
                                                                        <Number>0</Number>
 
2146
                                                                        <Pressed>btn_repeat_sampler.png</Pressed>
 
2147
                                                                        <Unpressed>btn_repeat_sampler.png</Unpressed>
 
2148
                                                                </State>
 
2149
                                                                <State>
 
2150
                                                                        <Number>1</Number>
 
2151
                                                                        <Pressed>btn_repeat_sampler_over.png</Pressed>
 
2152
                                                                        <Unpressed>btn_repeat_sampler_over.png</Unpressed>
 
2153
                                                                </State>
 
2154
                                                                <Pos>216,24</Pos>
 
2155
                                                                <Connection>
 
2156
                                                                        <ConfigKey>[Sampler2],repeat</ConfigKey>
 
2157
                                                                </Connection>
 
2158
                                                        </PushButton>
 
2159
 
 
2160
                                                        <!--
 
2161
                                                        **********************************************
 
2162
                                                        Button- Mix Orientation (Routing)
 
2163
                                                        **********************************************
 
2164
                                                        -->
 
2165
                                                        <PushButton>
 
2166
                                                                <TooltipId>orientation</TooltipId>
 
2167
                                                                <Style></Style>
 
2168
                                                                <NumberStates>3</NumberStates>
 
2169
                                                                <State>
 
2170
                                                                        <Number>0</Number>
 
2171
                                                                        <Pressed>btn_orientation_sampler_left_over.png</Pressed>
 
2172
                                                                        <Unpressed>btn_orientation_sampler_left_over.png</Unpressed>
 
2173
                                                                </State>
 
2174
                                                                <State>
 
2175
                                                                        <Number>1</Number>
 
2176
                                                                        <Pressed>btn_orientation_sampler_master.png</Pressed>
 
2177
                                                                        <Unpressed>btn_orientation_sampler_master.png</Unpressed>
 
2178
                                                                </State>
 
2179
                                                                <State>
 
2180
                                                                        <Number>2</Number>
 
2181
                                                                        <Pressed>btn_orientation_sampler_right_over.png</Pressed>
 
2182
                                                                        <Unpressed>btn_orientation_sampler_right_over.png</Unpressed>
 
2183
                                                                </State>
 
2184
                                                                <Pos>217,42</Pos>
 
2185
                                                                <Connection>
 
2186
                                                                        <ConfigKey>[Sampler2],orientation</ConfigKey>
 
2187
                                                                        <EmitOnDownPress>true</EmitOnDownPress>
 
2188
                                                                        <ButtonState>LeftButton</ButtonState>
 
2189
                                                                </Connection>
 
2190
                                                        </PushButton>
 
2191
 
 
2192
                                                        <!--
 
2193
                                                        **********************************************
 
2194
                                                        Button- Key lock
 
2195
                                                        **********************************************
 
2196
                                                        -->
 
2197
                                                        <PushButton>
 
2198
                                                                <TooltipId>keylock</TooltipId>
 
2199
                                                                <Style></Style>
 
2200
                                                                <NumberStates>2</NumberStates>
 
2201
                                                                <State>
 
2202
                                                                        <Number>0</Number>
 
2203
                                                                        <Pressed>btn_keylock_sampler.png</Pressed>
 
2204
                                                                        <Unpressed>btn_keylock_sampler.png</Unpressed>
 
2205
                                                                </State>
 
2206
                                                                <State>
 
2207
                                                                        <Number>1</Number>
 
2208
                                                                        <Pressed>btn_keylock_sampler_over.png</Pressed>
 
2209
                                                                        <Unpressed>btn_keylock_sampler_over.png</Unpressed>
 
2210
                                                                </State>
 
2211
                                                                <Pos>241,42</Pos>
 
2212
                                                                <Connection>
 
2213
                                                                        <ConfigKey>[Sampler2],keylock</ConfigKey>
 
2214
                                                                </Connection>
 
2215
                                                        </PushButton>
 
2216
                                                </Children>
 
2217
                                        </WidgetGroup>
 
2218
                                </Children>
 
2219
                                <Connection>
 
2220
                                        <ConfigKey>[Samplers],show_samplers</ConfigKey>
 
2221
                                        <BindProperty>visible</BindProperty>
 
2222
                                </Connection>
 
2223
                        </WidgetGroup>
 
2224
 
 
2225
                        <!--
 
2226
                        **********************************************
 
2227
                        Library / Preview Deck / Search / Tree view
 
2228
                        **********************************************
 
2229
                        -->
 
2230
                        <WidgetGroup>
 
2231
                                <Pos>0,0</Pos>
 
2232
                                <Size>e,e</Size>
 
2233
                                <Layout>horizontal</Layout>
 
2234
                                <Style>
 
2235
                                QGroupBox { border: 0px solid yellow; margin: 0px 0px 0px 0px;}
 
2236
 
 
2237
                                QTableView, QTextBrowser, QTreeView { border: 1px solid #656565; font: 13px/15px Lucida Grande, Lucida Sans Unicode, Arial, Verdana, sans-serif;
 
2238
                                background: transparent; color: #ACACAC;
 
2239
                                <!--we use  "background: transparent" as workaround, else "alternate-background-color" wont work, QT 4.7.x bug?-->
 
2240
                                alternate-background-color: qlineargradient(spread:pad, x1:0, y1:0, x2:0, y2:1, stop:0 rgba(43, 43, 43, 255), stop:0.049 rgba(43, 43, 43, 255), stop:0.050 rgba(43, 43, 43, 100), stop:0.949 rgba(43, 43, 43, 100), stop:0.95 rgba(43, 43, 43, 255), stop:1 rgba(43, 43, 43, 255));}
 
2241
                                <!--checkbox in library "Played" column -->
 
2242
                                QTableView::indicator { width: 12px; height: 12px;}
 
2243
                                QTableView::indicator:checked { background: url(skin:/style/style_checkbox_checked.png);}
 
2244
                                QTableView::indicator:unchecked { background: url(skin:/style/style_checkbox_unchecked.png);}
 
2245
                                <!--Button in library "Preview" column -->
 
2246
                                QPushButton#LibraryPreviewButton { width: 23px; height: 12px; background: transparent; border: 0; }
 
2247
                                QPushButton#LibraryPreviewButton:!checked{ image: url(skin:/style/style_library_preview_play.png); }
 
2248
                                QPushButton#LibraryPreviewButton:checked{ image: url(skin:/style/style_library_preview_pause.png); }
 
2249
 
 
2250
                                QHeaderView { font: 11px/13px Lucida Grande, Lucida Sans Unicode, Arial, Verdana, sans-serif; }
 
2251
 
 
2252
                                <!--Styling a QSpinbox is complex and it took ages to figure out how to remove the surrounding frame and make the background transparent without affecting the subcontrols (up/down-buttons).
 
2253
                                You could easily style a subcontrol like in the QT-Docs, but if you want to have the OS-native subcontrols, this is the only way i found ( there are probably others ).
 
2254
                                In our case make sure that the "frame"-property in the corresponding dlgautodj.ui file is set to "false"
 
2255
                                The general rule when it comes to stylesheets is always to remember that if you style part of a widget, then you usually have to style all of it.
 
2256
                                -->
 
2257
                                <!--transition time in Auto DJ tab-->
 
2258
                                QSpinBox:editable { font: 13px/15px Lucida Grande, Lucida Sans Unicode, Arial, Verdana, sans-serif; background: transparent; color: #ACACAC; }
 
2259
                                QSpinBox { min-height: 20px; max-height: 20px;min-width: 40px; max-width: 40px;}
 
2260
 
 
2261
                                <!--library search bar-->
 
2262
                                WSearchLineEdit { padding: 2px; border: 1px solid #656565; font: 13px/15px Lucida Grande, Lucida Sans Unicode, Arial, Verdana, sans-serif; background: transparent; color: #ACACAC; }
 
2263
                                WSearchLineEdit:focus { padding: 2px; border: 2px solid #FF6600; font: bold 13px/15px Lucida Grande, Lucida Sans Unicode, Arial, Verdana, sans-serif; background: rgba(255, 102, 0,50); color: #D6D6D6;}
 
2264
 
 
2265
                                <!--splitter between treeview and library-->
 
2266
                                QSplitter::handle { image: url(skin:/style/style_handle_unchecked.png); background: none; }
 
2267
                                QSplitter::handle:pressed { image: url(skin:/style/style_handle_checked.png); background: none; }
 
2268
                                QSplitter::handle:horizontal { width: 6px; }
 
2269
                                QSplitter::handle:vertical { height: 6px;}
 
2270
 
 
2271
                                QPushButton { font: 13px/15px Lucida Grande, Lucida Sans Unicode, Arial, Verdana, sans-serif; }
 
2272
                                <!--Extra declaration for QRadionButton otherwise it shows up with wrong colors in Linux with Gnome -->
 
2273
                                QLabel, QRadioButton { font: 13px/15px Lucida Grande, Lucida Sans Unicode, Arial, Verdana, sans-serif; background: transparent; color: #C1C1C1;}
 
2274
 
 
2275
                                <!--Spacing between treeview and searchbar-->
 
2276
                                QTreeView { margin: 6px 0px 0px 0px; }
 
2277
                                
 
2278
                                <!--triangle for closed/opened branches in treeview-->
 
2279
                                QTreeView { show-decoration-selected: 0; } <!-- Suppresses that selected sidebar items branch indicator shows wrong color when out of focus ; lp:880588-->
 
2280
                                QTreeView::branch:has-children:!has-siblings:closed,
 
2281
                                QTreeView::branch:closed:has-children:has-siblings { border-image: none; image: url(skin:/style/style_branch_closed.png);}
 
2282
                                QTreeView::branch:open:has-children:!has-siblings,
 
2283
                                QTreeView::branch:open:has-children:has-siblings { border-image: none; image: url(skin:/style/style_branch_open.png);}
 
2284
                                <!--
 
2285
                                <BgColor>#101010</BgColor>
 
2286
                                <FgColor>#C1C1C1</FgColor>
 
2287
                                <BgColorRowEven>#101010</BgColorRowEven>
 
2288
                                <BgColorRowUneven>#151515</BgColorRowUneven>
 
2289
                                -->
 
2290
                                </Style>
 
2291
                                <Children>
 
2292
                                        <Splitter>
 
2293
                                                <Size>me,me</Size>
 
2294
                                                <Style></Style>
 
2295
                                                <SplitSizes>1,10</SplitSizes>
 
2296
                                                <Children>
 
2297
                                                        <WidgetGroup>
 
2298
                                                                <Style>QGroupBox {}</Style>
 
2299
                                                                <Layout>vertical</Layout>
 
2300
                                                                <Children>
 
2301
                                                                        <!-- Preview Deck-->
 
2302
                                                                        <WidgetGroup>
 
2303
                                                                                <Style>
 
2304
                                                                                        QGroupBox { }
 
2305
                                                                                </Style>
 
2306
                                                                                <Layout>horizontal</Layout>
 
2307
                                                                                <Children>
 
2308
                                                                                        <!-- Preview Deck Column 1 Row 1-->
 
2309
                                                                                        <WidgetGroup>
 
2310
                                                                                        <Layout>vertical</Layout>
 
2311
                                                                                        <Children>
 
2312
                                                                                        <WidgetGroup>
 
2313
                                                                                                <Style>
 
2314
                                                                                                        QGroupBox
 
2315
                                                                                                        {
 
2316
                                                                                                        padding: 2px 0px 2px 2px;
 
2317
                                                                                                        border-left: 1px solid #656565;
 
2318
                                                                                                        border-right: 0px solid #2B2B2B;
 
2319
                                                                                                        border-top: 1px solid #656565;
 
2320
                                                                                                        border-bottom: 1px solid #2B2B2B;
 
2321
                                                                                                        background: transparent;
 
2322
                                                                                                        }
 
2323
                                                                                                </Style>
 
2324
                                                                                                <Layout>horizontal</Layout>
 
2325
                                                                                                <Children>
 
2326
                                                                                                        <!--
 
2327
                                                                                                        **********************************************
 
2328
                                                                                                        Text- Track Title
 
2329
                                                                                                        **********************************************
 
2330
                                                                                                        -->
 
2331
                                                                                                        <Text>
 
2332
                                                                                                                <TooltipId>text</TooltipId>
 
2333
                                                                                                                <Style>QLabel { 
 
2334
                                                                                                                font: 11px/13px Lucida Grande, Lucida Sans Unicode, Arial, Verdana, sans-serif;
 
2335
                                                                                                                background-color: transparent;
 
2336
                                                                                                                color: #ACACAC;
 
2337
                                                                                                                text-align: left;
 
2338
                                                                                                                }
 
2339
                                                                                                                </Style>
 
2340
                                                                                                                <Group>[PreviewDeck1]</Group>
 
2341
                                                                                                                <Pos></Pos>
 
2342
                                                                                                                <Size>50me,15f</Size>
 
2343
                                                                                                        </Text>
 
2344
                                                                                                        <!--
 
2345
                                                                                                        **********************************************
 
2346
                                                                                                        Button- Eject
 
2347
                                                                                                        **********************************************
 
2348
                                                                                                        -->
 
2349
                                                                                                        <PushButton>
 
2350
                                                                                                                <TooltipId>eject</TooltipId>
 
2351
                                                                                                                <Style></Style>
 
2352
                                                                                                                <NumberStates>1</NumberStates>
 
2353
                                                                                                                <State>
 
2354
                                                                                                                        <Number>0</Number>
 
2355
                                                                                                                        <Pressed>btn_eject1_over.png</Pressed>
 
2356
                                                                                                                        <Unpressed>btn_eject1.png</Unpressed>
 
2357
                                                                                                                </State>
 
2358
                                                                                                                <Pos></Pos>
 
2359
                                                                                                                <Connection>
 
2360
                                                                                                                        <ConfigKey>[PreviewDeck1],eject</ConfigKey>
 
2361
                                                                                                                        <EmitOnPressAndRelease>true</EmitOnPressAndRelease>
 
2362
                                                                                                                        <ButtonState>LeftButton</ButtonState>
 
2363
                                                                                                                        <ConnectValueToWidget>false</ConnectValueToWidget>
 
2364
                                                                                                                </Connection>
 
2365
                                                                                                        </PushButton>
 
2366
                                                                                                </Children>
 
2367
                                                                                        </WidgetGroup>
 
2368
                                                                                        <!-- Preview Deck Column 1 Row 2-->
 
2369
                                                                                        <WidgetGroup>
 
2370
                                                                                                <Style>
 
2371
                                                                                                QGroupBox {
 
2372
                                                                                                margin-bottom: 7px;
 
2373
                                                                                                padding: 2px;
 
2374
                                                                                                border-left: 1px solid #656565;
 
2375
                                                                                                border-right: 0px solid #2B2B2B;
 
2376
                                                                                                border-top: 0px solid #2B2B2B;
 
2377
                                                                                                border-bottom: 1px solid #656565;
 
2378
                                                                                                background: transparent;
 
2379
                                                                                                }
 
2380
                                                                                                </Style>
 
2381
                                                                                                <Layout>horizontal</Layout>
 
2382
                                                                                                <Children>
 
2383
                                                                                                        <PushButton>
 
2384
                                                                                                                <TooltipId>play_start</TooltipId>
 
2385
                                                                                                                <Style></Style>
 
2386
                                                                                                                <NumberStates>2</NumberStates>
 
2387
                                                                                                                <RightClickIsPushButton>true</RightClickIsPushButton>
 
2388
                                                                                                                <State>
 
2389
                                                                                                                        <Number>0</Number>
 
2390
                                                                                                                        <Pressed>btn_play_sampler_down.png</Pressed>
 
2391
                                                                                                                        <Unpressed>btn_play_sampler.png</Unpressed>
 
2392
                                                                                                                </State>
 
2393
                                                                                                                <State>
 
2394
                                                                                                                        <Number>1</Number>
 
2395
                                                                                                                        <Pressed>btn_play_sampler_overdown.png</Pressed>
 
2396
                                                                                                                        <Unpressed>btn_play_sampler_over.png</Unpressed>
 
2397
                                                                                                                </State>
 
2398
                                                                                                                <Pos>2,2</Pos>
 
2399
                                                                                                                <Connection>
 
2400
                                                                                                                        <ConfigKey>[PreviewDeck1],play</ConfigKey>
 
2401
                                                                                                                        <EmitOnDownPress>true</EmitOnDownPress>
 
2402
                                                                                                                        <ButtonState>LeftButton</ButtonState>
 
2403
                                                                                                                </Connection>
 
2404
                                                                                                                <Connection>
 
2405
                                                                                                                        <ConfigKey>[PreviewDeck1],start</ConfigKey>
 
2406
                                                                                                                        <EmitOnDownPress>true</EmitOnDownPress>
 
2407
                                                                                                                        <ButtonState>RightButton</ButtonState>
 
2408
                                                                                                                        <ConnectValueToWidget>false</ConnectValueToWidget>
 
2409
                                                                                                                </Connection>
 
2410
                                                                                                        </PushButton>
 
2411
                                                                                                        <Overview>
 
2412
                                                                                                                <TooltipId>waveform_overview</TooltipId>
 
2413
                                                                                                                <Style></Style>
 
2414
                                                                                                                <Group>[PreviewDeck1]</Group>
 
2415
                                                                                                                <Size>me,30f</Size>
 
2416
                                                                                                                <BgColor></BgColor>
 
2417
                                                                                                                <BgColor>#FFFFFF</BgColor>
 
2418
                                                                                                                <SignalHighColor>#FFE300</SignalHighColor>
 
2419
                                                                                                                <SignalMidColor>#0099FF</SignalMidColor>
 
2420
                                                                                                                <SignalLowColor>#FF0035</SignalLowColor>
 
2421
                                                                                                                <SignalColor>#FF8000</SignalColor>
 
2422
                                                                                                                <PlayPosColor>#00FF00</PlayPosColor>
 
2423
                                                                                                                <DefaultMark>
 
2424
                                                                                                                        <Align>bottom</Align>
 
2425
                                                                                                                        <Color>#FFFFFF</Color>
 
2426
                                                                                                                        <TextColor>#00FF00</TextColor>
 
2427
                                                                                                                        <Text> %1 </Text>
 
2428
                                                                                                                </DefaultMark>
 
2429
                                                                                                                <Mark>
 
2430
                                                                                                                        <Control>cue_point</Control>
 
2431
                                                                                                                        <Text> C </Text>
 
2432
                                                                                                                        <Align>top</Align>
 
2433
                                                                                                                        <Color>#FF001C</Color>
 
2434
                                                                                                                        <TextColor>#00FF00</TextColor>
 
2435
                                                                                                                </Mark>
 
2436
                                                                                                                <Connection>
 
2437
                                                                                                                        <ConfigKey>[PreviewDeck1],playposition</ConfigKey>
 
2438
                                                                                                                        <EmitOnDownPress>false</EmitOnDownPress>
 
2439
                                                                                                                </Connection>
 
2440
                                                                                                        </Overview>
 
2441
                                                                                                </Children>
 
2442
                                                                                        </WidgetGroup>
 
2443
                                                                                        </Children>
 
2444
                                                                                        </WidgetGroup>
 
2445
 
 
2446
                                                                                <!-- Preview Deck Column 2-->
 
2447
                                                                                        <WidgetGroup>
 
2448
                                                                                                <Size>20f,i</Size>
 
2449
                                                                                                <Style>
 
2450
                                                                                                QGroupBox {
 
2451
                                                                                                margin-bottom: 7px;
 
2452
                                                                                                padding: 0px;
 
2453
                                                                                                border-left: 0px solid #2B2B2B;
 
2454
                                                                                                border-right: 1px solid #656565;
 
2455
                                                                                                border-top: 1px solid #656565;
 
2456
                                                                                                border-bottom: 1px solid #656565;
 
2457
                                                                                                background: transparent;
 
2458
                                                                                                }
 
2459
                                                                                                </Style>                                                                                                
 
2460
                                                                                                <Children>
 
2461
                                                                                                <!--
 
2462
                                                                                                **********************************************
 
2463
                                                                                                Visual- Volume peak indicator
 
2464
                                                                                                **********************************************
 
2465
                                                                                                -->
 
2466
                                                                                                <StatusLight>
 
2467
                                                                                                        <TooltipId>PeakIndicator</TooltipId>
 
2468
                                                                                                        <Style></Style>
 
2469
                                                                                                        <PathStatusLight>btn_clipping_previewdeck_over.png</PathStatusLight>
 
2470
                                                                                                        <PathBack>btn_clipping_previewdeck.png</PathBack>
 
2471
                                                                                                        <Pos>0,1</Pos>
 
2472
                                                                                                        <Connection>
 
2473
                                                                                                                <ConfigKey>[PreviewDeck1],PeakIndicator</ConfigKey>
 
2474
                                                                                                        </Connection>
 
2475
                                                                                                </StatusLight>
 
2476
                                        
 
2477
                                                                                                <!--
 
2478
                                                                                                **********************************************
 
2479
                                                                                                Visual - Volume level display
 
2480
                                                                                                **********************************************
 
2481
                                                                                                -->
 
2482
                                                                                                <VuMeter>
 
2483
                                                                                                        <TooltipId>channel_VuMeter</TooltipId>
 
2484
                                                                                                        <Style></Style>
 
2485
                                                                                                        <PathVu>btn_volume_display_previewdeck_over.png</PathVu>
 
2486
                                                                                                        <PathBack>btn_volume_display_previewdeck.png</PathBack>
 
2487
                                                                                                        <Pos>0,12</Pos>
 
2488
                                                                                                        <Horizontal>false</Horizontal>
 
2489
                                                                                                        <PeakHoldSize>3</PeakHoldSize>
 
2490
                                                                                                        <PeakHoldTime>250</PeakHoldTime>
 
2491
                                                                                                        <PeakFallTime>50</PeakFallTime>
 
2492
                                                                                                        <PeakFallStep>3</PeakFallStep>
 
2493
                                                                                                        <Connection>
 
2494
                                                                                                                <ConfigKey>[PreviewDeck1],VuMeter</ConfigKey>
 
2495
                                                                                                        </Connection>
 
2496
                                                                                                </VuMeter>
 
2497
 
 
2498
                                                                                                <!--
 
2499
                                                                                                **********************************************
 
2500
                                                                                                Slider- Channel Volume
 
2501
                                                                                                **********************************************
 
2502
                                                                                                -->
 
2503
                                                                                                <SliderComposed>
 
2504
                                                                                                        <TooltipId>pregain</TooltipId>
 
2505
                                                                                                        <Style></Style>
 
2506
                                                                                                        <Handle>knob_volume_previewdeck.png</Handle>
 
2507
                                                                                                        <Slider>slider_volume_previewdeck.png</Slider>
 
2508
                                                                                                        <Pos>10,2</Pos>
 
2509
                                                                                                        <Horizontal>false</Horizontal>
 
2510
                                                                                                        <Connection>
 
2511
                                                                                                                <ConfigKey>[PreviewDeck1],pregain</ConfigKey>
 
2512
                                                                                                                <EmitOnDownPress>false</EmitOnDownPress>
 
2513
                                                                                                        </Connection>
 
2514
                                                                                                </SliderComposed>
 
2515
                                                                                                </Children>
 
2516
                                                                                        </WidgetGroup>
 
2517
                                                                                </Children>
 
2518
                                                                                <Connection>
 
2519
                                                                                        <ConfigKey>[PreviewDeck],show_previewdeck</ConfigKey>
 
2520
                                                                                        <BindProperty>visible</BindProperty>
 
2521
                                                                                </Connection>
 
2522
                                                                        </WidgetGroup>
 
2523
                                                                        <!--Search Input Field-->
 
2524
                                                                        <SearchBox></SearchBox>
 
2525
                                                                        <!--Library Tree View-->
 
2526
                                                                        <LibrarySidebar></LibrarySidebar>
 
2527
                                                                </Children>
 
2528
                                                        </WidgetGroup>
 
2529
                                                        <WidgetGroup>
 
2530
                                                                <!-- Library Table-->
 
2531
                                                                <Style>QGroupBox {}</Style>
 
2532
                                                                <Layout>vertical</Layout>
 
2533
                                                                <Children>
 
2534
                                                                        <Library></Library>
 
2535
                                                                </Children>
 
2536
                                                        </WidgetGroup>
 
2537
                                                </Children>
 
2538
                                        </Splitter>
 
2539
                                </Children>
 
2540
                        </WidgetGroup>
 
2541
                </Children>
 
2542
        </WidgetGroup>
 
2543
 
 
2544
        <!--
 
2545
        ############################################################################################
 
2546
        ############################################################################################
 
2547
        WidgetGroup : Pitch control, Waveform, Vinylcontrol & Spinning Vinyl
 
2548
        ############################################################################################
 
2549
        ############################################################################################
 
2550
        -->
 
2551
        <WidgetGroup>
 
2552
                <Pos>1,1</Pos>
 
2553
                <Size>1279,i</Size>
 
2554
                <Style>QGroupBox { border: 0px solid red; } QWidget { margin: 0; padding: 0; }</Style>
 
2555
                <Layout>horizontal</Layout>
 
2556
                <Children>
 
2557
                        <!-- Pitch 1 control sub-widget -->
 
2558
                        <WidgetGroup>
 
2559
                                <!--<Pos>0,0</Pos>-->
 
2560
                                <Size>110,148</Size>
 
2561
                                <Style>QGroupBox { border: 0px solid yellow; } QWidget { margin: 0; padding: 0; } </Style>
 
2562
                                <Children>
 
2563
                                        <!--
 
2564
                                        **********************************************
 
2565
                                        Text- Pitch rate display
 
2566
                                        **********************************************
 
2567
                                        -->
 
2568
                                        <NumberRate>
 
2569
                                                <TooltipId>rate_display</TooltipId>
 
2570
                                                <Style>QLabel { font: bold 14px/16px Lucida Grande, Lucida Sans Unicode, Arial, Verdana, sans-serif;
 
2571
                                                background-color: transparent; color: #0099FF; text-align: center; padding-right: 1px; }
 
2572
                                                </Style>
 
2573
                                                <Channel>1</Channel>
 
2574
                                                <Pos>53,65</Pos>
 
2575
                                                <Size>52,20</Size>
 
2576
                                                <!--CSS alignments not respected see bug lp:605530 , lets call <Alignment>-->
 
2577
                                                <Alignment>center</Alignment>
 
2578
                                        </NumberRate>
 
2579
 
 
2580
                                        <!--
 
2581
                                        **********************************************
 
2582
                                        Slider- Pitch control
 
2583
                                        **********************************************
 
2584
                                        -->
 
2585
                                        <SliderComposed>
 
2586
                                                <TooltipId>rate</TooltipId>
 
2587
                                                <Style></Style>
 
2588
                                                <Handle>knob_pitch1.png</Handle>
 
2589
                                                <Slider>slider_pitch1.png</Slider>
 
2590
                                                <Pos>3,7</Pos>
 
2591
                                                <Horizontal>false</Horizontal>
 
2592
                                                <Connection>
 
2593
                                                        <ConfigKey>[Channel1],rate</ConfigKey>
 
2594
                                                        <EmitOnDownPress>false</EmitOnDownPress>
 
2595
                                                </Connection>
 
2596
                                        </SliderComposed>
 
2597
 
 
2598
                                        <!--
 
2599
                                        **********************************************
 
2600
                                        Button- Beat sync
 
2601
                                        **********************************************
 
2602
                                        -->
 
2603
                                        <PushButton>
 
2604
                                                <TooltipId>beatsync_beatsync_tempo</TooltipId>
 
2605
                                                <Style></Style>
 
2606
                                                <NumberStates>1</NumberStates>
 
2607
                                                <State>
 
2608
                                                        <Number>0</Number>
 
2609
                                                        <Pressed>btn_sync1_overdown.png</Pressed>
 
2610
                                                        <Unpressed>btn_sync1.png</Unpressed>
 
2611
                                                </State>
 
2612
                                                <Pos>54,8</Pos>
 
2613
                                                <Connection>
 
2614
                                                        <ConfigKey>[Channel1],beatsync</ConfigKey>
 
2615
                                                        <EmitOnPressAndRelease>true</EmitOnPressAndRelease>
 
2616
                                                        <ButtonState>LeftButton</ButtonState>
 
2617
                                                </Connection>
 
2618
                                                <Connection>
 
2619
                                                        <ConfigKey>[Channel1],beatsync_tempo</ConfigKey>
 
2620
                                                        <EmitOnPressAndRelease>true</EmitOnPressAndRelease>
 
2621
                                                        <ButtonState>RightButton</ButtonState>
 
2622
                                                </Connection>
 
2623
                                        </PushButton>
 
2624
 
 
2625
                                        <!--
 
2626
                                        **********************************************
 
2627
                                        Button- Pitch control
 
2628
                                        **********************************************
 
2629
                                        -->
 
2630
                                        <PushButton>
 
2631
                                                <TooltipId>rate_perm_up_rate_perm_up_small</TooltipId>
 
2632
                                                <Style></Style>
 
2633
                                                <NumberStates>1</NumberStates>
 
2634
                                                <State>
 
2635
                                                        <Number>0</Number>
 
2636
                                                        <Pressed>btn_pitch_up1_overdown.png</Pressed>
 
2637
                                                        <Unpressed>btn_pitch_up1.png</Unpressed>
 
2638
                                                </State>
 
2639
                                                <Pos>80,93</Pos>
 
2640
                                                <Connection>
 
2641
                                                        <ConfigKey>[Channel1],rate_perm_up</ConfigKey>
 
2642
                                                        <EmitOnPressAndRelease>true</EmitOnPressAndRelease>
 
2643
                                                        <ButtonState>LeftButton</ButtonState>
 
2644
                                                </Connection>
 
2645
                                                <Connection>
 
2646
                                                        <ConfigKey>[Channel1],rate_perm_up_small</ConfigKey>
 
2647
                                                        <EmitOnPressAndRelease>true</EmitOnPressAndRelease>
 
2648
                                                        <ButtonState>RightButton</ButtonState>
 
2649
                                                </Connection>
 
2650
                                        </PushButton>
 
2651
                                        <PushButton>
 
2652
                                                <TooltipId>rate_perm_down_rate_perm_down_small</TooltipId>
 
2653
                                                <Style></Style>
 
2654
                                                <NumberStates>1</NumberStates>
 
2655
                                                <State>
 
2656
                                                        <Number>0</Number>
 
2657
                                                        <Pressed>btn_pitch_down1_overdown.png</Pressed>
 
2658
                                                        <Unpressed>btn_pitch_down1.png</Unpressed>
 
2659
                                                </State>
 
2660
                                                <Pos>54,93</Pos>
 
2661
                                                <Connection>
 
2662
                                                        <ConfigKey>[Channel1],rate_perm_down</ConfigKey>
 
2663
                                                        <EmitOnPressAndRelease>true</EmitOnPressAndRelease>
 
2664
                                                        <ButtonState>LeftButton</ButtonState>
 
2665
                                                </Connection>
 
2666
                                                <Connection>
 
2667
                                                        <ConfigKey>[Channel1],rate_perm_down_small</ConfigKey>
 
2668
                                                        <EmitOnPressAndRelease>true</EmitOnPressAndRelease>
 
2669
                                                        <ButtonState>RightButton</ButtonState>
 
2670
                                                </Connection>
 
2671
                                        </PushButton>
 
2672
 
 
2673
                                        <!--
 
2674
                                        **********************************************
 
2675
                                        Button- Pitch bend (Nudge)
 
2676
                                        **********************************************
 
2677
                                        -->
 
2678
                                        <PushButton>
 
2679
                                                <TooltipId>rate_temp_up_rate_temp_up_small</TooltipId>
 
2680
                                                <Style></Style>
 
2681
                                                <NumberStates>1</NumberStates>
 
2682
                                                <State>
 
2683
                                                        <Number>0</Number>
 
2684
                                                        <Pressed>btn_nudge_up1_overdown.png</Pressed>
 
2685
                                                        <Unpressed>btn_nudge_up1.png</Unpressed>
 
2686
                                                </State>
 
2687
                                                <Pos>80,119</Pos>
 
2688
                                                <Connection>
 
2689
                                                        <ConfigKey>[Channel1],rate_temp_up</ConfigKey>
 
2690
                                                        <EmitOnPressAndRelease>true</EmitOnPressAndRelease>
 
2691
                                                        <ButtonState>LeftButton</ButtonState>
 
2692
                                                </Connection>
 
2693
                                                <Connection>
 
2694
                                                        <ConfigKey>[Channel1],rate_temp_up_small</ConfigKey>
 
2695
                                                        <EmitOnPressAndRelease>true</EmitOnPressAndRelease>
 
2696
                                                        <ButtonState>RightButton</ButtonState>
 
2697
                                                </Connection>
 
2698
                                        </PushButton>
 
2699
                                        <PushButton>
 
2700
                                                <TooltipId>rate_temp_down_rate_temp_down_small</TooltipId>
 
2701
                                                <Style></Style>
 
2702
                                                <NumberStates>1</NumberStates>
 
2703
                                                <State>
 
2704
                                                        <Number>0</Number>
 
2705
                                                        <Pressed>btn_nudge_down1_overdown.png</Pressed>
 
2706
                                                        <Unpressed>btn_nudge_down1.png</Unpressed>
 
2707
                                                </State>
 
2708
                                                <Pos>54,119</Pos>
 
2709
                                                <Connection>
 
2710
                                                        <ConfigKey>[Channel1],rate_temp_down</ConfigKey>
 
2711
                                                        <EmitOnPressAndRelease>true</EmitOnPressAndRelease>
 
2712
                                                        <ButtonState>LeftButton</ButtonState>
 
2713
                                                </Connection>
 
2714
                                                <Connection>
 
2715
                                                        <ConfigKey>[Channel1],rate_temp_down_small</ConfigKey>
 
2716
                                                        <EmitOnPressAndRelease>true</EmitOnPressAndRelease>
 
2717
                                                        <ButtonState>RightButton</ButtonState>
 
2718
                                                </Connection>
 
2719
                                        </PushButton>
 
2720
                                </Children>
 
2721
                        </WidgetGroup>
 
2722
                        <!-- Vinylcontrol 1 sub-widget -->
 
2723
                        <WidgetGroup>
 
2724
                                <!--<<Pos>0,0</Pos>-->
 
2725
                                <Size>59,i</Size>
 
2726
                                <Style>QGroupBox { border: 0px solid yellow;} QWidget { margin: 0; padding: 0; }</Style>
 
2727
                                <Children>
 
2728
                                        <!--
 
2729
                                        **********************************************
 
2730
                                        Vinyl- Status
 
2731
                                        // Vinyl status indicators are inside the decks WidgetGroups
 
2732
                                        **********************************************
 
2733
                                        -->
 
2734
 
 
2735
                                        <!--
 
2736
                                        **********************************************
 
2737
                                        Vinyl- Control Mode
 
2738
                                        **********************************************
 
2739
                                        -->
 
2740
                                        <PushButton>
 
2741
                                                <TooltipId>vinylcontrol_mode</TooltipId>
 
2742
                                                <Style></Style>
 
2743
                                                <NumberStates>3</NumberStates>
 
2744
                                                <State>
 
2745
                                                        <Number>0</Number>
 
2746
                                                        <Pressed>btn_vinylcontrol_mode_abs1.png</Pressed>
 
2747
                                                        <Unpressed>btn_vinylcontrol_mode_abs1.png</Unpressed>
 
2748
                                                </State>
 
2749
                                                <State>
 
2750
                                                        <Number>1</Number>
 
2751
                                                        <Pressed>btn_vinylcontrol_mode_rel1.png</Pressed>
 
2752
                                                        <Unpressed>btn_vinylcontrol_mode_rel1.png</Unpressed>
 
2753
                                                </State>
 
2754
                                                <State>
 
2755
                                                        <Number>2</Number>
 
2756
                                                        <Pressed>btn_vinylcontrol_mode_const1.png</Pressed>
 
2757
                                                        <Unpressed>btn_vinylcontrol_mode_const1.png</Unpressed>
 
2758
                                                </State>
 
2759
                                                <Pos>5,8</Pos>
 
2760
                                                <Connection>
 
2761
                                                        <ConfigKey>[Channel1],vinylcontrol_mode</ConfigKey>
 
2762
                                                </Connection>
 
2763
                                        </PushButton>
 
2764
 
 
2765
                                        <!--
 
2766
                                        **********************************************
 
2767
                                        Vinyl- Cueing Mode
 
2768
                                        **********************************************
 
2769
                                        -->
 
2770
                                        <PushButton>
 
2771
                                                <TooltipId>vinylcontrol_cueing</TooltipId>
 
2772
                                                <Style></Style>
 
2773
                                                <NumberStates>3</NumberStates>
 
2774
                                                <State>
 
2775
                                                        <Number>0</Number>
 
2776
                                                        <Pressed>btn_vinylcontrol_cueing_off1.png</Pressed>
 
2777
                                                        <Unpressed>btn_vinylcontrol_cueing_off1.png</Unpressed>
 
2778
                                                </State>
 
2779
                                                <State>
 
2780
                                                        <Number>1</Number>
 
2781
                                                        <Pressed>btn_vinylcontrol_cueing_one1.png</Pressed>
 
2782
                                                        <Unpressed>btn_vinylcontrol_cueing_one1.png</Unpressed>
 
2783
                                                </State>
 
2784
                                                <State>
 
2785
                                                        <Number>2</Number>
 
2786
                                                        <Pressed>btn_vinylcontrol_cueing_hot1.png</Pressed>
 
2787
                                                        <Unpressed>btn_vinylcontrol_cueing_hot1.png</Unpressed>
 
2788
                                                </State>
 
2789
                                                <Pos>5,97</Pos>
 
2790
                                                <Connection>
 
2791
                                                        <ConfigKey>[Channel1],vinylcontrol_cueing</ConfigKey>
 
2792
                                                </Connection>
 
2793
                                        </PushButton>
 
2794
                                </Children>
 
2795
                                <Connection>
 
2796
                                        <ConfigKey>[Vinylcontrol],show_vinylcontrol</ConfigKey>
 
2797
                                        <BindProperty>visible</BindProperty>
 
2798
                                </Connection>
 
2799
                        </WidgetGroup>
 
2800
                        <!-- Spinning Vinyl 1 sub-widget -->
 
2801
                        <WidgetGroup>
 
2802
                                <!--<Pos>0,0</Pos>-->
 
2803
                                <Size>142,i</Size>
 
2804
                                <Style>QGroupBox { border: 0px solid green; } QWidget { margin: 0; padding: 0;} </Style>
 
2805
                                <Children>
 
2806
                                        <!--
 
2807
                                        **********************************************
 
2808
                                        Visual- Spinning Vinyl
 
2809
                                        **********************************************
 
2810
                                        -->
 
2811
                                        <Spinny>
 
2812
                                                <TooltipId>spinny</TooltipId>
 
2813
                                                <Style></Style>
 
2814
                                                <Channel>1</Channel>
 
2815
                                                <Pos>0,3</Pos>
 
2816
                                                <Size>i,i</Size>
 
2817
                                                <PathBackground>vinyl_spinny1_background.png</PathBackground>
 
2818
                                                <PathForeground>vinyl_spinny1_foreground.png</PathForeground>
 
2819
                                                <PathGhost>vinyl_spinny1_foreground_ghost.png</PathGhost>
 
2820
                                        </Spinny>
 
2821
                                </Children>
 
2822
                                <Connection>
 
2823
                                        <ConfigKey>[Spinny1],show_spinny</ConfigKey>
 
2824
                                        <BindProperty>visible</BindProperty>
 
2825
                                </Connection>
 
2826
                        </WidgetGroup>
 
2827
                        <!-- Expanding waveform sub-widget -->
 
2828
                        <WidgetGroup>
 
2829
                                <Style>QGroupBox { border: 0px solid yellow; } QWidget { margin: 0; padding: 0; }</Style>
 
2830
                                <Layout>vertical</Layout>
 
2831
                                <Children>
 
2832
                                        <!--If you want the waveforms center to adjust when resizing in a collapsing widget
 
2833
                                        (e.g. to display spinning vinyl widget like in this skin) don't put the Waveform in a widget group,
 
2834
                                        and don't specify the Waveform's <Size>. So you would have:
 
2835
                                        Parent WidgetGroup
 
2836
                                                Waveform Widget (no Widgetgroup)
 
2837
                                                Child WidgetGroup for Spinny
 
2838
                                                        Spinny Widget
 
2839
                                        -->
 
2840
                                        <!--
 
2841
                                        **********************************************
 
2842
                                        Visual- Waveform
 
2843
                                        **********************************************
 
2844
                                        -->
 
2845
                                        <Visual>
 
2846
                                                <TooltipId>waveform_display</TooltipId>
 
2847
                                                <Style></Style>
 
2848
                                                <Channel>3</Channel>
 
2849
                                                <Pos>0,0</Pos>
 
2850
                                                <!--See comment about <Size> above-->
 
2851
                                                <!--<Size>i,73</Size>-->
 
2852
                                                <BgColor>#1C1C1C</BgColor>
 
2853
                                                <BgPixmap>style/style_bg_waveform1.png</BgPixmap>
 
2854
                                                <SignalColor>#E17800</SignalColor>
 
2855
                                                <BeatColor>#ffffff</BeatColor>
 
2856
                                                <BeatHighlightColor></BeatHighlightColor>
 
2857
                                                <PlayPosColor>#00FF00</PlayPosColor>
 
2858
                                                <EndOfTrackColor>#EA0000</EndOfTrackColor>
 
2859
                                                <DefaultMark>
 
2860
                                                        <Align>top</Align>
 
2861
                                                        <Color>#00FF00</Color>
 
2862
                                                        <TextColor>#FFFFFF</TextColor>
 
2863
                                                        <Text> %1 </Text>
 
2864
                                                </DefaultMark>
 
2865
                                                <MarkRange>
 
2866
                                                        <StartControl>loop_start_position</StartControl>
 
2867
                                                        <EndControl>loop_end_position</EndControl>
 
2868
                                                        <EnabledControl>loop_enabled</EnabledControl>
 
2869
                                                        <Color>#00FF00</Color>
 
2870
                                                        <DisabledColor>#FFFFFF</DisabledColor>
 
2871
                                                </MarkRange>
 
2872
                                                <Mark>
 
2873
                                                        <Control>loop_start_position</Control>
 
2874
                                                        <Text>IN</Text>
 
2875
                                                        <Align>bottom</Align>
 
2876
                                                        <Color>#00FF00</Color>
 
2877
                                                        <TextColor>#FFFFFF</TextColor>
 
2878
                                                </Mark>
 
2879
                                                <Mark>
 
2880
                                                        <Control>loop_end_position</Control>
 
2881
                                                        <Text>OUT</Text>
 
2882
                                                        <Align>bottom</Align>
 
2883
                                                        <Color>#00FF00</Color>
 
2884
                                                        <TextColor>#FFFFFF</TextColor>
 
2885
                                                </Mark>
 
2886
                                                <!--
 
2887
                                                The hotcues not represented by a button in the current skin show only in the waveform under two circumstances:
 
2888
                                                        - if a MIDI device which supports more hotcues than buttons are in the current skin has them activated
 
2889
                                                        - if you change from a skin which supports more hotcues than buttons are in the current skin (and has them activated)
 
2890
                                                -->
 
2891
                                                <Mark>
 
2892
                                                        <Control>cue_point</Control>
 
2893
                                                        <Text>CUE</Text>
 
2894
                                                        <Align>top</Align>
 
2895
                                                        <Color>#FF001C</Color>
 
2896
                                                        <TextColor>#FFFFFF</TextColor>
 
2897
                                                </Mark>
 
2898
                                        </Visual>
 
2899
                                        <Visual>
 
2900
                                                <TooltipId>waveform_display</TooltipId>
 
2901
                                                <Style></Style>
 
2902
                                                <Channel>1</Channel>
 
2903
                                                <Pos>0,35</Pos>
 
2904
                                                <!--See comment about <Size> above-->
 
2905
                                                <!--<Size>i,73</Size>-->
 
2906
                                                <BgColor>#1C1C1C</BgColor>
 
2907
                                                <BgPixmap>style/style_bg_waveform2.png</BgPixmap>
 
2908
                                                <SignalColor>#0099FF</SignalColor>
 
2909
                                                <BeatColor>#ffffff</BeatColor>
 
2910
                                                <BeatHighlightColor></BeatHighlightColor>
 
2911
                                                <PlayPosColor>#00FF00</PlayPosColor>
 
2912
                                                <EndOfTrackColor>#EA0000</EndOfTrackColor>
 
2913
                                                <DefaultMark>
 
2914
                                                        <Align>top</Align>
 
2915
                                                        <Color>#00FF00</Color>
 
2916
                                                        <TextColor>#FFFFFF</TextColor>
 
2917
                                                        <Text> %1 </Text>
 
2918
                                                </DefaultMark>
 
2919
                                                <MarkRange>
 
2920
                                                        <StartControl>loop_start_position</StartControl>
 
2921
                                                        <EndControl>loop_end_position</EndControl>
 
2922
                                                        <EnabledControl>loop_enabled</EnabledControl>
 
2923
                                                        <Color>#00FF00</Color>
 
2924
                                                        <DisabledColor>#FFFFFF</DisabledColor>
 
2925
                                                </MarkRange>
 
2926
                                                <Mark>
 
2927
                                                        <Control>loop_start_position</Control>
 
2928
                                                        <Text>IN</Text>
 
2929
                                                        <Align>bottom</Align>
 
2930
                                                        <Color>#00FF00</Color>
 
2931
                                                        <TextColor>#FFFFFF</TextColor>
 
2932
                                                </Mark>
 
2933
                                                <Mark>
 
2934
                                                        <Control>loop_end_position</Control>
 
2935
                                                        <Text>OUT</Text>
 
2936
                                                        <Align>bottom</Align>
 
2937
                                                        <Color>#00FF00</Color>
 
2938
                                                        <TextColor>#FFFFFF</TextColor>
 
2939
                                                </Mark>
 
2940
                                                <!--
 
2941
                                                The hotcues not represented by a button in the current skin show only in the waveform under two circumstances:
 
2942
                                                        - if a MIDI device which supports more hotcues than buttons are in the current skin has them activated
 
2943
                                                        - if you change from a skin which supports more hotcues than buttons are in the current skin (and has them activated)
 
2944
                                                -->
 
2945
                                                <Mark>
 
2946
                                                        <Control>cue_point</Control>
 
2947
                                                        <Text>CUE</Text>
 
2948
                                                        <Align>top</Align>
 
2949
                                                        <Color>#FF001C</Color>
 
2950
                                                        <TextColor>#FFFFFF</TextColor>
 
2951
                                                </Mark>
 
2952
                                        </Visual>
 
2953
                                        <Visual>
 
2954
                                                <TooltipId>waveform_display</TooltipId>
 
2955
                                                <Style></Style>
 
2956
                                                <Channel>2</Channel>
 
2957
                                                <Pos>0,73</Pos>
 
2958
                                                <!--See comment about <Size> above-->
 
2959
                                                <!--<Size>i,73</Size>-->
 
2960
                                                <BgColor>#1C1C1C</BgColor>
 
2961
                                                <BgPixmap>style/style_bg_waveform1.png</BgPixmap>
 
2962
                                                <SignalColor>#E17800</SignalColor>
 
2963
                                                <BeatColor>#ffffff</BeatColor>
 
2964
                                                <BeatHighlightColor></BeatHighlightColor>
 
2965
                                                <PlayPosColor>#00FF00</PlayPosColor>
 
2966
                                                <EndOfTrackColor>#EA0000</EndOfTrackColor>
 
2967
                                                <DefaultMark>
 
2968
                                                        <Align>top</Align>
 
2969
                                                        <Color>#00FF00</Color>
 
2970
                                                        <TextColor>#FFFFFF</TextColor>
 
2971
                                                        <Text> %1 </Text>
 
2972
                                                </DefaultMark>
 
2973
                                                <MarkRange>
 
2974
                                                        <StartControl>loop_start_position</StartControl>
 
2975
                                                        <EndControl>loop_end_position</EndControl>
 
2976
                                                        <EnabledControl>loop_enabled</EnabledControl>
 
2977
                                                        <Color>#00FF00</Color>
 
2978
                                                        <DisabledColor>#FFFFFF</DisabledColor>
 
2979
                                                </MarkRange>
 
2980
                                                <Mark>
 
2981
                                                        <Control>loop_start_position</Control>
 
2982
                                                        <Text>IN</Text>
 
2983
                                                        <Align>bottom</Align>
 
2984
                                                        <Color>#00FF00</Color>
 
2985
                                                        <TextColor>#FFFFFF</TextColor>
 
2986
                                                </Mark>
 
2987
                                                <Mark>
 
2988
                                                        <Control>loop_end_position</Control>
 
2989
                                                        <Text>OUT</Text>
 
2990
                                                        <Align>bottom</Align>
 
2991
                                                        <Color>#00FF00</Color>
 
2992
                                                        <TextColor>#FFFFFF</TextColor>
 
2993
                                                </Mark>
 
2994
                                                <!--
 
2995
                                                The hotcues not represented by a button in the current skin show only in the waveform under two circumstances:
 
2996
                                                        - if a MIDI device which supports more hotcues than buttons are in the current skin has them activated
 
2997
                                                        - if you change from a skin which supports more hotcues than buttons are in the current skin (and has them activated)
 
2998
                                                -->
 
2999
                                                <Mark>
 
3000
                                                        <Control>cue_point</Control>
 
3001
                                                        <Text>CUE</Text>
 
3002
                                                        <Align>top</Align>
 
3003
                                                        <Color>#FF001C</Color>
 
3004
                                                        <TextColor>#FFFFFF</TextColor>
 
3005
                                                </Mark>
 
3006
                                        </Visual>
 
3007
                                        <Visual>
 
3008
                                                <TooltipId>waveform_display</TooltipId>
 
3009
                                                <Style></Style>
 
3010
                                                <Channel>4</Channel>
 
3011
                                                <Pos>0,109</Pos>
 
3012
                                                <!--See comment about <Size> above-->
 
3013
                                                <!--<Size>i,73</Size>-->
 
3014
                                                <BgColor>#1C1C1C</BgColor>
 
3015
                                                <BgPixmap>style/style_bg_waveform2.png</BgPixmap>
 
3016
                                                <SignalColor>#0099FF</SignalColor>
 
3017
                                                <BeatColor>#ffffff</BeatColor>
 
3018
                                                <BeatHighlightColor></BeatHighlightColor>
 
3019
                                                <PlayPosColor>#00FF00</PlayPosColor>
 
3020
                                                <EndOfTrackColor>#EA0000</EndOfTrackColor>
 
3021
                                                <DefaultMark>
 
3022
                                                        <Align>top</Align>
 
3023
                                                        <Color>#00FF00</Color>
 
3024
                                                        <TextColor>#FFFFFF</TextColor>
 
3025
                                                        <Text> %1 </Text>
 
3026
                                                </DefaultMark>
 
3027
                                                <MarkRange>
 
3028
                                                        <StartControl>loop_start_position</StartControl>
 
3029
                                                        <EndControl>loop_end_position</EndControl>
 
3030
                                                        <EnabledControl>loop_enabled</EnabledControl>
 
3031
                                                        <Color>#00FF00</Color>
 
3032
                                                        <DisabledColor>#FFFFFF</DisabledColor>
 
3033
                                                </MarkRange>
 
3034
                                                <Mark>
 
3035
                                                        <Control>loop_start_position</Control>
 
3036
                                                        <Text>IN</Text>
 
3037
                                                        <Align>bottom</Align>
 
3038
                                                        <Color>#00FF00</Color>
 
3039
                                                        <TextColor>#FFFFFF</TextColor>
 
3040
                                                </Mark>
 
3041
                                                <Mark>
 
3042
                                                        <Control>loop_end_position</Control>
 
3043
                                                        <Text>OUT</Text>
 
3044
                                                        <Align>bottom</Align>
 
3045
                                                        <Color>#00FF00</Color>
 
3046
                                                        <TextColor>#FFFFFF</TextColor>
 
3047
                                                </Mark>
 
3048
                                                <!--
 
3049
                                                The hotcues not represented by a button in the current skin show only in the waveform under two circumstances:
 
3050
                                                        - if a MIDI device which supports more hotcues than buttons are in the current skin has them activated
 
3051
                                                        - if you change from a skin which supports more hotcues than buttons are in the current skin (and has them activated)
 
3052
                                                -->
 
3053
                                                <Mark>
 
3054
                                                        <Control>cue_point</Control>
 
3055
                                                        <Text>CUE</Text>
 
3056
                                                        <Align>top</Align>
 
3057
                                                        <Color>#FF001C</Color>
 
3058
                                                        <TextColor>#FFFFFF</TextColor>
 
3059
                                                </Mark>
 
3060
                                        </Visual>
 
3061
                                </Children>
 
3062
                        </WidgetGroup>
 
3063
                                <!-- Spinning Vinyl 2 sub-widget -->
 
3064
                        <WidgetGroup>
 
3065
                                <!--<Pos>0,0</Pos>-->
 
3066
                                <Size>142,i</Size>
 
3067
                                <Style>QGroupBox { border: 0px solid green; } QWidget { margin: 0; padding: 0; } </Style>
 
3068
                                <Children>
 
3069
                                        <!--
 
3070
                                        **********************************************
 
3071
                                        Visual- Spinning Vinyl
 
3072
                                        **********************************************
 
3073
                                        -->
 
3074
                                        <Spinny>
 
3075
                                                <TooltipId>spinny</TooltipId>
 
3076
                                                <Style></Style>
 
3077
                                                <Channel>2</Channel>
 
3078
                                                <Pos>0,3</Pos>
 
3079
                                                <Size>i,i</Size>
 
3080
                                                <PathBackground>vinyl_spinny2_background.png</PathBackground>
 
3081
                                                <PathForeground>vinyl_spinny2_foreground.png</PathForeground>
 
3082
                                                <PathGhost>vinyl_spinny2_foreground_ghost.png</PathGhost>
 
3083
                                        </Spinny>
 
3084
                                </Children>
 
3085
                                <Connection>
 
3086
                                        <ConfigKey>[Spinny2],show_spinny</ConfigKey>
 
3087
                                        <BindProperty>visible</BindProperty>
 
3088
                                </Connection>
 
3089
                        </WidgetGroup>
 
3090
                        <!-- Vinylcontrol 2 sub-widget -->
 
3091
                        <WidgetGroup>
 
3092
                                <!--<Pos>0,0</Pos>-->
 
3093
                                <Size>58,i</Size>
 
3094
                                <Style>QGroupBox { border: 0px solid green;} QWidget { margin: 0; padding: 0; }</Style>
 
3095
                                <Children>
 
3096
                                        <!--
 
3097
                                        **********************************************
 
3098
                                        Vinyl- Status
 
3099
                                        // Vinyl status indicators are inside the decks WidgetGroups
 
3100
                                        **********************************************
 
3101
                                        -->
 
3102
 
 
3103
                                        <!--
 
3104
                                        **********************************************
 
3105
                                        Vinyl- Control Mode
 
3106
                                        **********************************************
 
3107
                                        -->
 
3108
                                        <PushButton>
 
3109
                                                <TooltipId>vinylcontrol_mode</TooltipId>
 
3110
                                                <Style></Style>
 
3111
                                                <NumberStates>3</NumberStates>
 
3112
                                                <State>
 
3113
                                                        <Number>0</Number>
 
3114
                                                        <Pressed>btn_vinylcontrol_mode_abs2.png</Pressed>
 
3115
                                                        <Unpressed>btn_vinylcontrol_mode_abs2.png</Unpressed>
 
3116
                                                </State>
 
3117
                                                <State>
 
3118
                                                        <Number>1</Number>
 
3119
                                                        <Pressed>btn_vinylcontrol_mode_rel2.png</Pressed>
 
3120
                                                        <Unpressed>btn_vinylcontrol_mode_rel2.png</Unpressed>
 
3121
                                                </State>
 
3122
                                                <State>
 
3123
                                                        <Number>2</Number>
 
3124
                                                        <Pressed>btn_vinylcontrol_mode_const2.png</Pressed>
 
3125
                                                        <Unpressed>btn_vinylcontrol_mode_const2.png</Unpressed>
 
3126
                                                </State>
 
3127
                                                <Pos>4,8</Pos>
 
3128
                                                <Connection>
 
3129
                                                        <ConfigKey>[Channel2],vinylcontrol_mode</ConfigKey>
 
3130
                                                </Connection>
 
3131
                                        </PushButton>
 
3132
 
 
3133
                                        <!--
 
3134
                                        **********************************************
 
3135
                                        Vinyl- Cueing Mode
 
3136
                                        **********************************************
 
3137
                                        -->
 
3138
                                        <PushButton>
 
3139
                                                <TooltipId>vinylcontrol_cueing</TooltipId>
 
3140
                                                <Style></Style>
 
3141
                                                <NumberStates>3</NumberStates>
 
3142
                                                <State>
 
3143
                                                        <Number>0</Number>
 
3144
                                                        <Pressed>btn_vinylcontrol_cueing_off2.png</Pressed>
 
3145
                                                        <Unpressed>btn_vinylcontrol_cueing_off2.png</Unpressed>
 
3146
                                                </State>
 
3147
                                                <State>
 
3148
                                                        <Number>1</Number>
 
3149
                                                        <Pressed>btn_vinylcontrol_cueing_one2.png</Pressed>
 
3150
                                                        <Unpressed>btn_vinylcontrol_cueing_one2.png</Unpressed>
 
3151
                                                </State>
 
3152
                                                <State>
 
3153
                                                        <Number>2</Number>
 
3154
                                                        <Pressed>btn_vinylcontrol_cueing_hot2.png</Pressed>
 
3155
                                                        <Unpressed>btn_vinylcontrol_cueing_hot2.png</Unpressed>
 
3156
                                                </State>
 
3157
                                                <Pos>4,97</Pos>
 
3158
                                                <Connection>
 
3159
                                                        <ConfigKey>[Channel2],vinylcontrol_cueing</ConfigKey>
 
3160
                                                </Connection>
 
3161
                                        </PushButton>
 
3162
                                </Children>
 
3163
                                <Connection>
 
3164
                                        <ConfigKey>[Vinylcontrol],show_vinylcontrol</ConfigKey>
 
3165
                                        <BindProperty>visible</BindProperty>
 
3166
                                </Connection>
 
3167
                        </WidgetGroup>
 
3168
                        <!-- Pitch 2 control sub-widget -->
 
3169
                        <WidgetGroup>
 
3170
                                <!--<Pos>1168,0</Pos>-->
 
3171
                                <Size>112,148</Size>
 
3172
                                <Style>QGroupBox { border: 0px solid yellow; } QWidget { margin: 0; padding: 0; } </Style>
 
3173
                                <Children>
 
3174
                                        <!--
 
3175
                                        **********************************************
 
3176
                                        Text- Pitch rate display
 
3177
                                        **********************************************
 
3178
                                        -->
 
3179
                                        <NumberRate>
 
3180
                                                <TooltipId>rate_display</TooltipId>
 
3181
                                                <Style>QLabel { font: bold 14px/16px Lucida Grande, Lucida Sans Unicode, Arial, Verdana, sans-serif;
 
3182
                                                background-color: transparent; color: #E17800; text-align: center; padding-right: 1px; }
 
3183
                                                </Style>
 
3184
                                                <Channel>2</Channel>
 
3185
                                                <Pos>5,65</Pos>
 
3186
                                                <Size>52,20</Size>
 
3187
                                                <!--CSS alignments not respected see bug lp:605530 , lets call <Alignment>-->
 
3188
                                                <Alignment>center</Alignment>
 
3189
                                        </NumberRate>
 
3190
 
 
3191
                                        <!--
 
3192
                                        **********************************************
 
3193
                                        Slider- Pitch control
 
3194
                                        **********************************************
 
3195
                                        -->
 
3196
                                        <SliderComposed>
 
3197
                                                <TooltipId>rate</TooltipId>
 
3198
                                                <Style></Style>
 
3199
                                                <Handle>knob_pitch2.png</Handle>
 
3200
                                                <Slider>slider_pitch2.png</Slider>
 
3201
                                                <Pos>59,7</Pos>
 
3202
                                                <Horizontal>false</Horizontal>
 
3203
                                                <Connection>
 
3204
                                                        <ConfigKey>[Channel2],rate</ConfigKey>
 
3205
                                                        <EmitOnDownPress>false</EmitOnDownPress>
 
3206
                                                </Connection>
 
3207
                                        </SliderComposed>
 
3208
 
 
3209
                                        <!--
 
3210
                                        **********************************************
 
3211
                                        Button- Beat sync
 
3212
                                        **********************************************
 
3213
                                        -->
 
3214
                                        <PushButton>
 
3215
                                                <TooltipId>beatsync_beatsync_tempo</TooltipId>
 
3216
                                                <Style></Style>
 
3217
                                                <NumberStates>1</NumberStates>
 
3218
                                                <State>
 
3219
                                                        <Number>0</Number>
 
3220
                                                        <Pressed>btn_sync2_overdown.png</Pressed>
 
3221
                                                        <Unpressed>btn_sync2.png</Unpressed>
 
3222
                                                </State>
 
3223
                                                <Pos>6,8</Pos>
 
3224
                                                <Connection>
 
3225
                                                        <ConfigKey>[Channel2],beatsync</ConfigKey>
 
3226
                                                        <EmitOnPressAndRelease>true</EmitOnPressAndRelease>
 
3227
                                                        <ButtonState>LeftButton</ButtonState>
 
3228
                                                </Connection>
 
3229
                                                <Connection>
 
3230
                                                        <ConfigKey>[Channel2],beatsync_tempo</ConfigKey>
 
3231
                                                        <EmitOnPressAndRelease>true</EmitOnPressAndRelease>
 
3232
                                                        <ButtonState>RightButton</ButtonState>
 
3233
                                                </Connection>
 
3234
                                        </PushButton>
 
3235
 
 
3236
                                        <!--
 
3237
                                        **********************************************
 
3238
                                        Button- Pitch control
 
3239
                                        **********************************************
 
3240
                                        -->
 
3241
                                        <PushButton>
 
3242
                                                <TooltipId>rate_perm_up_rate_perm_up_small</TooltipId>
 
3243
                                                <Style></Style>
 
3244
                                                <NumberStates>1</NumberStates>
 
3245
                                                <State>
 
3246
                                                        <Number>0</Number>
 
3247
                                                        <Pressed>btn_pitch_up2_overdown.png</Pressed>
 
3248
                                                        <Unpressed>btn_pitch_up2.png</Unpressed>
 
3249
                                                </State>
 
3250
                                                <Pos>32,93</Pos>
 
3251
                                                <Connection>
 
3252
                                                        <ConfigKey>[Channel2],rate_perm_up</ConfigKey>
 
3253
                                                        <EmitOnPressAndRelease>true</EmitOnPressAndRelease>
 
3254
                                                        <ButtonState>LeftButton</ButtonState>
 
3255
                                                </Connection>
 
3256
                                                <Connection>
 
3257
                                                        <ConfigKey>[Channel2],rate_perm_up_small</ConfigKey>
 
3258
                                                        <EmitOnPressAndRelease>true</EmitOnPressAndRelease>
 
3259
                                                        <ButtonState>RightButton</ButtonState>
 
3260
                                                </Connection>
 
3261
                                        </PushButton>
 
3262
                                        <PushButton>
 
3263
                                                <TooltipId>rate_perm_down_rate_perm_down_small</TooltipId>
 
3264
                                                <Style></Style>
 
3265
                                                <NumberStates>1</NumberStates>
 
3266
                                                <State>
 
3267
                                                        <Number>0</Number>
 
3268
                                                        <Pressed>btn_pitch_down2_overdown.png</Pressed>
 
3269
                                                        <Unpressed>btn_pitch_down2.png</Unpressed>
 
3270
                                                </State>
 
3271
                                                <Pos>6,93</Pos>
 
3272
                                                <Connection>
 
3273
                                                        <ConfigKey>[Channel2],rate_perm_down</ConfigKey>
 
3274
                                                        <EmitOnPressAndRelease>true</EmitOnPressAndRelease>
 
3275
                                                        <ButtonState>LeftButton</ButtonState>
 
3276
                                                </Connection>
 
3277
                                                <Connection>
 
3278
                                                        <ConfigKey>[Channel2],rate_perm_down_small</ConfigKey>
 
3279
                                                        <EmitOnPressAndRelease>true</EmitOnPressAndRelease>
 
3280
                                                        <ButtonState>RightButton</ButtonState>
 
3281
                                                </Connection>
 
3282
                                        </PushButton>
 
3283
 
 
3284
                                        <!--
 
3285
                                        **********************************************
 
3286
                                        Button- Pitch bend (Nudge)
 
3287
                                        **********************************************
 
3288
                                        -->
 
3289
                                        <PushButton>
 
3290
                                                <TooltipId>rate_temp_up_rate_temp_up_small</TooltipId>
 
3291
                                                <Style></Style>
 
3292
                                                <NumberStates>1</NumberStates>
 
3293
                                                <State>
 
3294
                                                        <Number>0</Number>
 
3295
                                                        <Pressed>btn_nudge_up2_overdown.png</Pressed>
 
3296
                                                        <Unpressed>btn_nudge_up2.png</Unpressed>
 
3297
                                                </State>
 
3298
                                                <Pos>32,119</Pos>
 
3299
                                                <Connection>
 
3300
                                                        <ConfigKey>[Channel2],rate_temp_up</ConfigKey>
 
3301
                                                        <EmitOnPressAndRelease>true</EmitOnPressAndRelease>
 
3302
                                                        <ButtonState>LeftButton</ButtonState>
 
3303
                                                </Connection>
 
3304
                                                <Connection>
 
3305
                                                        <ConfigKey>[Channel2],rate_temp_up_small</ConfigKey>
 
3306
                                                        <EmitOnPressAndRelease>true</EmitOnPressAndRelease>
 
3307
                                                        <ButtonState>RightButton</ButtonState>
 
3308
                                                </Connection>
 
3309
                                        </PushButton>
 
3310
                                        <PushButton>
 
3311
                                                <TooltipId>rate_temp_down_rate_temp_down_small</TooltipId>
 
3312
                                                <Style></Style>
 
3313
                                                <NumberStates>1</NumberStates>
 
3314
                                                <State>
 
3315
                                                        <Number>0</Number>
 
3316
                                                        <Pressed>btn_nudge_down2_overdown.png</Pressed>
 
3317
                                                        <Unpressed>btn_nudge_down2.png</Unpressed>
 
3318
                                                </State>
 
3319
                                                <Pos>6,119</Pos>
 
3320
                                                <Connection>
 
3321
                                                        <ConfigKey>[Channel2],rate_temp_down</ConfigKey>
 
3322
                                                        <EmitOnPressAndRelease>true</EmitOnPressAndRelease>
 
3323
                                                        <ButtonState>LeftButton</ButtonState>
 
3324
                                                </Connection>
 
3325
                                                <Connection>
 
3326
                                                        <ConfigKey>[Channel2],rate_temp_down_small</ConfigKey>
 
3327
                                                        <EmitOnPressAndRelease>true</EmitOnPressAndRelease>
 
3328
                                                        <ButtonState>RightButton</ButtonState>
 
3329
                                                </Connection>
 
3330
                                        </PushButton>
 
3331
                                </Children>
 
3332
                        </WidgetGroup>
 
3333
 
 
3334
                </Children>
 
3335
        </WidgetGroup>
 
3336
 
 
3337
        <!--
 
3338
        ############################################################################################
 
3339
        ############################################################################################
 
3340
        WidgetGroup : Microphone / Effects control
 
3341
        ############################################################################################
 
3342
        ############################################################################################
 
3343
        -->
 
3344
        <WidgetGroup>
 
3345
                <Pos>0,149</Pos>
 
3346
                <Size>478,45</Size>
 
3347
                <Style>QGroupBox { border: 0px solid red; } QWidget { margin: 0; padding: 0; }</Style>
 
3348
                <Children>
 
3349
                        <!-- Microphone sub-widget -->
 
3350
                        <WidgetGroup>
 
3351
                                <Pos>0,0</Pos>
 
3352
                                <Size>250,43</Size>
 
3353
                                <Style>QGroupBox { border: 0px solid yellow; border-right: 1px solid #484848;} QWidget { margin: 0; padding: 0; }</Style>
 
3354
                                <Children>
 
3355
                                        <!--
 
3356
                                        **********************************************
 
3357
                                        Visual- Volume peak indicator
 
3358
                                        **********************************************
 
3359
                                        -->
 
3360
                                        <StatusLight>
 
3361
                                                <TooltipId>PeakIndicator</TooltipId>
 
3362
                                                <Style></Style>
 
3363
                                                <PathStatusLight>btn_clipping_microphone_over.png</PathStatusLight>
 
3364
                                                <PathBack>btn_clipping_microphone.png</PathBack>
 
3365
                                                <Pos>168,19</Pos>
 
3366
                                                <Horizontal>true</Horizontal>
 
3367
                                                <Connection>
 
3368
                                                        <ConfigKey>[Microphone],PeakIndicator</ConfigKey>
 
3369
                                                </Connection>
 
3370
                                        </StatusLight>
 
3371
 
 
3372
                                        <!--
 
3373
                                        **********************************************
 
3374
                                        Visual - Volume level display
 
3375
                                        **********************************************
 
3376
                                        -->
 
3377
                                        <VuMeter>
 
3378
                                                <TooltipId>microphone_VuMeter</TooltipId>
 
3379
                                                <Style></Style>
 
3380
                                                <PathVu>btn_volume_display_microphone_over.png</PathVu>
 
3381
                                                <PathBack>btn_volume_display_microphone.png</PathBack>
 
3382
                                                <Pos>96,19</Pos>
 
3383
                                                <Horizontal>true</Horizontal>
 
3384
                                                <PeakHoldSize>5</PeakHoldSize>
 
3385
                                                <PeakHoldTime>500</PeakHoldTime>
 
3386
                                                <PeakFallTime>50</PeakFallTime>
 
3387
                                                <PeakFallStep>2</PeakFallStep>
 
3388
                                                <Connection>
 
3389
                                                        <ConfigKey>[Microphone],VuMeter</ConfigKey>
 
3390
                                                </Connection>
 
3391
                                        </VuMeter>
 
3392
 
 
3393
                                        <!--
 
3394
                                        **********************************************
 
3395
                                        Button- Mix Orientation (Routing)
 
3396
                                        **********************************************
 
3397
                                        -->
 
3398
                                        <PushButton>
 
3399
                                                <TooltipId>orientation</TooltipId>
 
3400
                                                <Style></Style>
 
3401
                                                <NumberStates>3</NumberStates>
 
3402
                                                <State>
 
3403
                                                        <Number>0</Number>
 
3404
                                                        <Pressed>btn_orientation_microphone_left_over.png</Pressed>
 
3405
                                                        <Unpressed>btn_orientation_microphone_left_over.png</Unpressed>
 
3406
                                                </State>
 
3407
                                                <State>
 
3408
                                                        <Number>1</Number>
 
3409
                                                        <Pressed>btn_orientation_microphone_master.png</Pressed>
 
3410
                                                        <Unpressed>btn_orientation_microphone_master.png</Unpressed>
 
3411
                                                </State>
 
3412
                                                <State>
 
3413
                                                        <Number>2</Number>
 
3414
                                                        <Pressed>btn_orientation_microphone_right_over.png</Pressed>
 
3415
                                                        <Unpressed>btn_orientation_microphone_right_over.png</Unpressed>
 
3416
                                                </State>
 
3417
                                                <Pos>71,15</Pos>
 
3418
                                                <Connection>
 
3419
                                                        <ConfigKey>[Microphone],orientation</ConfigKey>
 
3420
                                                        <EmitOnDownPress>true</EmitOnDownPress>
 
3421
                                                        <ButtonState>LeftButton</ButtonState>
 
3422
                                                </Connection>
 
3423
                                        </PushButton>
 
3424
 
 
3425
                                        <!--
 
3426
                                        **********************************************
 
3427
                                        Knob- Channel Volume
 
3428
                                        **********************************************
 
3429
                                        -->
 
3430
                                        <Knob>
 
3431
                                                <TooltipId>microphone_volume</TooltipId>
 
3432
                                                <Style></Style>
 
3433
                                                <NumberStates>64</NumberStates>
 
3434
                                                <Path>knobs/knob_rotary_s%1.png</Path>
 
3435
                                                <Pos>197,9</Pos>
 
3436
                                                <Connection>
 
3437
                                                        <ConfigKey>[Microphone],volume</ConfigKey>
 
3438
                                                </Connection>
 
3439
                                        </Knob>
 
3440
 
 
3441
                                        <!--
 
3442
                                        ****************************************
 
3443
                                        Button- Talkover
 
3444
                                        ****************************************
 
3445
                                        -->
 
3446
                                        <PushButton>
 
3447
                                                <TooltipId>microphone_talkover</TooltipId>
 
3448
                                                <Style></Style>
 
3449
                                                <NumberStates>2</NumberStates>
 
3450
                                                <State>
 
3451
                                                        <Number>0</Number>
 
3452
                                                        <Pressed>btn_microphone_talkover_down.png</Pressed>
 
3453
                                                        <Unpressed>btn_microphone_talkover.png</Unpressed>
 
3454
                                                </State>
 
3455
                                                <State>
 
3456
                                                        <Number>1</Number>
 
3457
                                                        <Pressed>btn_microphone_talkover_overdown.png</Pressed>
 
3458
                                                        <Unpressed>btn_microphone_talkover_over.png</Unpressed>
 
3459
                                                </State>
 
3460
                                                <Pos>10,12</Pos>
 
3461
                                                <Connection>
 
3462
                                                        <ConfigKey>[Microphone],talkover</ConfigKey>
 
3463
                                                        <EmitOnPressAndRelease>true</EmitOnPressAndRelease>
 
3464
                                                        <ButtonState>LeftButton</ButtonState>
 
3465
                                                </Connection>
 
3466
                                        </PushButton>
 
3467
                                </Children>
 
3468
                        </WidgetGroup>
 
3469
                        <!-- Effects control sub-widget -->
 
3470
                        <WidgetGroup>
 
3471
                                <Pos>258,0</Pos>
 
3472
                                <Size>i,42</Size>
 
3473
                                <Style>QGroupBox { border: 0px solid yellow; } QWidget { margin: 0; padding: 0; }</Style>
 
3474
                                <Children>
 
3475
                                        <!--
 
3476
                                        **********************************************
 
3477
                                        RotaryFader- Flanger (FX) setting
 
3478
                                        **********************************************
 
3479
                                        -->
 
3480
                                        <Knob>
 
3481
                                                <TooltipId>lfoPeriod</TooltipId>
 
3482
                                                <Style></Style>
 
3483
                                                <NumberStates>63</NumberStates>
 
3484
                                                <Path>knobs/knob_rotary_s%1.png</Path>
 
3485
                                                <Pos>15,9</Pos>
 
3486
                                                <Connection>
 
3487
                                                        <ConfigKey>[Flanger],lfoPeriod</ConfigKey>
 
3488
                                                </Connection>
 
3489
                                        </Knob>
 
3490
                                        <Knob>
 
3491
                                                <TooltipId>lfoDepth</TooltipId>
 
3492
                                                <Style></Style>
 
3493
                                                <NumberStates>63</NumberStates>
 
3494
                                                <Path>knobs/knob_rotary_s%1.png</Path>
 
3495
                                                <Pos>92,9</Pos>
 
3496
                                                <Connection>
 
3497
                                                        <ConfigKey>[Flanger],lfoDepth</ConfigKey>
 
3498
                                                </Connection>
 
3499
                                        </Knob>
 
3500
                                        <Knob>
 
3501
                                                <TooltipId>lfoDelay</TooltipId>
 
3502
                                                <Style></Style>
 
3503
                                                <NumberStates>63</NumberStates>
 
3504
                                                <Path>knobs/knob_rotary_s%1.png</Path>
 
3505
                                                <Pos>170,9</Pos>
 
3506
                                                <Connection>
 
3507
                                                        <ConfigKey>[Flanger],lfoDelay</ConfigKey>
 
3508
                                                </Connection>
 
3509
                                        </Knob>
 
3510
                                </Children>
 
3511
                        </WidgetGroup>
 
3512
                </Children>
 
3513
        </WidgetGroup>
 
3514
 
 
3515
        <!--
 
3516
        ############################################################################################
 
3517
        ############################################################################################
 
3518
        WidgetGroup : Volume, Balance & Headphones control
 
3519
        ############################################################################################
 
3520
        ############################################################################################
 
3521
        -->
 
3522
        <WidgetGroup>
 
3523
                <Pos>801,149</Pos>
 
3524
                <Size>370,42</Size>
 
3525
                <Style>QGroupBox { border: 0px solid red; } QWidget { margin: 0; padding: 0; }</Style>
 
3526
                <Children>
 
3527
                        <!--
 
3528
                        **********************************************
 
3529
                        Text- Clock display
 
3530
                        **********************************************
 
3531
                        -->
 
3532
                        <Time>
 
3533
                                <TooltipId>time</TooltipId>
 
3534
                                <Style>QLabel { font: bold 15px/17px Lucida Grande, Lucida Sans Unicode, Arial, Verdana, sans-serif;
 
3535
                                background-color: transparent; color: #ACACAC; text-align: center; }
 
3536
                                </Style>
 
3537
                                <Pos>170,14</Pos>
 
3538
                                <Size>80,20</Size>
 
3539
                                <ShowSeconds>false</ShowSeconds>
 
3540
                                <ClockFormat>24</ClockFormat>
 
3541
                        </Time>
 
3542
 
 
3543
                        <!--
 
3544
                        **********************************************
 
3545
                        RotaryFader- Master volume & balance
 
3546
                        **********************************************
 
3547
                        -->
 
3548
                        <Knob>
 
3549
                                <TooltipId>master_volume</TooltipId>
 
3550
                                <Style></Style>
 
3551
                                <NumberStates>64</NumberStates>
 
3552
                                <Path>knobs/knob_rotary_s%1.png</Path>
 
3553
                                <Pos>313,9</Pos>
 
3554
                                <Connection>
 
3555
                                        <ConfigKey>[Master],volume</ConfigKey>
 
3556
                                </Connection>
 
3557
                        </Knob>
 
3558
                        <Knob>
 
3559
                                <TooltipId>balance</TooltipId>
 
3560
                                <Style></Style>
 
3561
                                <NumberStates>63</NumberStates>
 
3562
                                <Path>knobs/knob_rotary_s%1.png</Path>
 
3563
                                <Pos>235,9</Pos>
 
3564
                                <Connection>
 
3565
                                        <ConfigKey>[Master],balance</ConfigKey>
 
3566
                                </Connection>
 
3567
                        </Knob>
 
3568
 
 
3569
                        <!--
 
3570
                        **********************************************
 
3571
                        RotaryFader- Headphone volume and mix
 
3572
                        **********************************************
 
3573
                        -->
 
3574
                        <Knob>
 
3575
                                <TooltipId>headphone_volume</TooltipId>
 
3576
                                <Style></Style>
 
3577
                                <NumberStates>64</NumberStates>
 
3578
                                <Path>knobs/knob_rotary_s%1.png</Path>
 
3579
                                <Pos>107,9</Pos>
 
3580
                                <Connection>
 
3581
                                        <ConfigKey>[Master],headVolume</ConfigKey>
 
3582
                                </Connection>
 
3583
                        </Knob>
 
3584
                        <Knob>
 
3585
                                <TooltipId>headMix</TooltipId>
 
3586
                                <Style></Style>
 
3587
                                <NumberStates>64</NumberStates>
 
3588
                                <Path>knobs/knob_rotary_s%1.png</Path>
 
3589
                                <Pos>30,9</Pos>
 
3590
                                <Connection>
 
3591
                                        <ConfigKey>[Master],headMix</ConfigKey>
 
3592
                                </Connection>
 
3593
                        </Knob>
 
3594
 
 
3595
                        <!--
 
3596
                        **********************************************
 
3597
                        Visual - Volume level display
 
3598
                        **********************************************
 
3599
                        -->
 
3600
 
 
3601
                        <VuMeter>
 
3602
                                <TooltipId>master_VuMeterL</TooltipId>
 
3603
                                <Style></Style>
 
3604
                                <PathVu>btn_volume_display_master1_over.png</PathVu>
 
3605
                                <PathBack>btn_volume_display_master1.png</PathBack>
 
3606
                                <Pos>365,14</Pos>
 
3607
                                <Horizontal>true</Horizontal>
 
3608
                                <PeakHoldSize>5</PeakHoldSize>
 
3609
                                <PeakHoldTime>500</PeakHoldTime>
 
3610
                                <PeakFallTime>50</PeakFallTime>
 
3611
                                <PeakFallStep>2</PeakFallStep>
 
3612
                                <Connection>
 
3613
                                        <ConfigKey>[Master],VuMeterL</ConfigKey>
 
3614
                                </Connection>
 
3615
                        </VuMeter>
 
3616
                        <VuMeter>
 
3617
                                <TooltipId>master_VuMeterR</TooltipId>
 
3618
                                <Style></Style>
 
3619
                                <PathVu>btn_volume_display_master2_over.png</PathVu>
 
3620
                                <PathBack>btn_volume_display_master2.png</PathBack>
 
3621
                                <Pos>365,25</Pos>
 
3622
                                <Horizontal>true</Horizontal>
 
3623
                                <PeakHoldSize>5</PeakHoldSize>
 
3624
                                <PeakHoldTime>500</PeakHoldTime>
 
3625
                                <PeakFallTime>50</PeakFallTime>
 
3626
                                <PeakFallStep>2</PeakFallStep>
 
3627
                                <Connection>
 
3628
                                        <ConfigKey>[Master],VuMeterR</ConfigKey>
 
3629
                                </Connection>
 
3630
                        </VuMeter>
 
3631
 
 
3632
                        <!--
 
3633
                        **********************************************
 
3634
                        Visual- Volume peak indicator
 
3635
                        **********************************************
 
3636
                        -->
 
3637
                        <StatusLight>
 
3638
                                <TooltipId>master_PeakIndicator</TooltipId>
 
3639
                                <Style></Style>
 
3640
                                <PathStatusLight>btn_clipping_master_over.png</PathStatusLight>
 
3641
                                <PathBack>btn_clipping_master.png</PathBack>
 
3642
                                <Pos>449,14</Pos>
 
3643
                                <Horizontal>true</Horizontal>
 
3644
                                <Connection>
 
3645
                                        <ConfigKey>[Master],PeakIndicator</ConfigKey>
 
3646
                                </Connection>
 
3647
                        </StatusLight>
 
3648
 
 
3649
                </Children>
 
3650
        </WidgetGroup>
 
3651
 
 
3652
        <!--
 
3653
        ############################################################################################
 
3654
        ############################################################################################
 
3655
        WidgetGroup : Mixer panel
 
3656
        ############################################################################################
 
3657
        ############################################################################################
 
3658
        -->
 
3659
        <WidgetGroup>
 
3660
                <Pos>478,150</Pos>
 
3661
                <Size>324,214</Size>
 
3662
                <Style>QGroupBox { border: 0px solid red; } QWidget { margin: 0; padding: 0; }</Style>
 
3663
                <Children>
 
3664
 
 
3665
                        <!-- if we dont put all this in an extra child widget, the <NumberRate> will somehow
 
3666
                        break the parent widgetgroup dimensions
 
3667
                        -->
 
3668
                        <WidgetGroup>
 
3669
                                <Pos>0,0</Pos>
 
3670
                                <Size>i,i</Size>
 
3671
                                <Style>QGroupBox { border: 0px solid yellow; } QWidget { margin: 0; padding: 0; } </Style>
 
3672
                                <Children>
 
3673
                                        <!--
 
3674
                                        **********************************************
 
3675
                                        Tab- Show/hide Sampler widget group
 
3676
                                        **********************************************
 
3677
                                        -->
 
3678
                                        <PushButton>
 
3679
                                                <TooltipId>show_samplers</TooltipId>
 
3680
                                                <Style></Style>
 
3681
                                                <NumberStates>2</NumberStates>
 
3682
                                                <State>
 
3683
                                                        <Number>0</Number>
 
3684
                                                        <Pressed>tab_sampler.png</Pressed>
 
3685
                                                        <Unpressed>tab_sampler.png</Unpressed>
 
3686
                                                </State>
 
3687
                                                <State>
 
3688
                                                        <Number>1</Number>
 
3689
                                                        <Pressed>tab_sampler_over.png</Pressed>
 
3690
                                                        <Unpressed>tab_sampler_over.png</Unpressed>
 
3691
                                                </State>
 
3692
                                                <Pos>92,0</Pos>
 
3693
                                                <Connection>
 
3694
                                                        <ConfigKey>[Samplers],show_samplers</ConfigKey>
 
3695
                                                </Connection>
 
3696
                                        </PushButton>
 
3697
 
 
3698
                                        <!--
 
3699
                                        **********************************************
 
3700
                                        Tab- Show/hide Vinyl Control widget group
 
3701
                                        **********************************************
 
3702
                                        -->
 
3703
                                        <!-- The Mac App Store Version of Mixxx does not support vinyl control.
 
3704
                                        Comment out this tabs that no broken widget are displayed to the user
 
3705
                                        -->
 
3706
                                        <PushButton>
 
3707
                                                <TooltipId>show_vinylcontrol</TooltipId>
 
3708
                                                <Style></Style>
 
3709
                                                <NumberStates>2</NumberStates>
 
3710
                                                <State>
 
3711
                                                        <Number>0</Number>
 
3712
                                                        <Pressed>tab_vinylcontrol.png</Pressed>
 
3713
                                                        <Unpressed>tab_vinylcontrol.png</Unpressed>
 
3714
                                                </State>
 
3715
                                                <State>
 
3716
                                                        <Number>1</Number>
 
3717
                                                        <Pressed>tab_vinylcontrol_over.png</Pressed>
 
3718
                                                        <Unpressed>tab_vinylcontrol_over.png</Unpressed>
 
3719
                                                </State>
 
3720
                                                <Pos>163,0</Pos>
 
3721
                                                <Connection>
 
3722
                                                        <ConfigKey>[Vinylcontrol],show_vinylcontrol</ConfigKey>
 
3723
                                                </Connection>
 
3724
                                        </PushButton>
 
3725
 
 
3726
                                        <!--
 
3727
                                        **********************************************
 
3728
                                        Slider- Channel Volume
 
3729
                                        **********************************************
 
3730
                                        -->
 
3731
                                        <SliderComposed>
 
3732
                                                <TooltipId>channel_volume</TooltipId>
 
3733
                                                <Style></Style>
 
3734
                                                <Handle>knob_volume1.png</Handle>
 
3735
                                                <Slider>slider_volume1.png</Slider>
 
3736
                                                <Pos>121,17</Pos>
 
3737
                                                <Horizontal>false</Horizontal>
 
3738
                                                <Connection>
 
3739
                                                        <ConfigKey>[Channel1],volume</ConfigKey>
 
3740
                                                        <EmitOnDownPress>false</EmitOnDownPress>
 
3741
                                                </Connection>
 
3742
                                        </SliderComposed>
 
3743
                                        <SliderComposed>
 
3744
                                                <TooltipId>channel_volume</TooltipId>
 
3745
                                                <Style></Style>
 
3746
                                                <Handle>knob_volume2.png</Handle>
 
3747
                                                <Slider>slider_volume2.png</Slider>
 
3748
                                                <Pos>161,17</Pos>
 
3749
                                                <Horizontal>false</Horizontal>
 
3750
                                                <Connection>
 
3751
                                                        <ConfigKey>[Channel2],volume</ConfigKey>
 
3752
                                                        <EmitOnDownPress>false</EmitOnDownPress>
 
3753
                                                </Connection>
 
3754
                                        </SliderComposed>
 
3755
                                        <SliderComposed>
 
3756
                                                <TooltipId>channel_volume</TooltipId>
 
3757
                                                <Style></Style>
 
3758
                                                <Handle>knob_volume1.png</Handle>
 
3759
                                                <Slider>slider_volume1.png</Slider>
 
3760
                                                <Pos>82,17</Pos>
 
3761
                                                <Horizontal>false</Horizontal>
 
3762
                                                <Connection>
 
3763
                                                        <ConfigKey>[Channel3],volume</ConfigKey>
 
3764
                                                        <EmitOnDownPress>false</EmitOnDownPress>
 
3765
                                                </Connection>
 
3766
                                        </SliderComposed>
 
3767
                                        <SliderComposed>
 
3768
                                                <TooltipId>channel_volume</TooltipId>
 
3769
                                                <Style></Style>
 
3770
                                                <Handle>knob_volume2.png</Handle>
 
3771
                                                <Slider>slider_volume2.png</Slider>
 
3772
                                                <Pos>200,17</Pos>
 
3773
                                                <Horizontal>false</Horizontal>
 
3774
                                                <Connection>
 
3775
                                                        <ConfigKey>[Channel4],volume</ConfigKey>
 
3776
                                                        <EmitOnDownPress>false</EmitOnDownPress>
 
3777
                                                </Connection>
 
3778
                                        </SliderComposed>
 
3779
                                        <!--
 
3780
                                        **********************************************
 
3781
                                        Slider- Crossfader
 
3782
                                        **********************************************
 
3783
                                        -->
 
3784
                                        <SliderComposed>
 
3785
                                                <TooltipId>crossfader</TooltipId>
 
3786
                                                <Style></Style>
 
3787
                                                <Handle>knob_crossfader.png</Handle>
 
3788
                                                <Slider>slider_crossfader.png</Slider>
 
3789
                                                <Pos>86,163</Pos>
 
3790
                                                <Horizontal>true</Horizontal>
 
3791
                                                <Connection>
 
3792
                                                        <ConfigKey>[Master],crossfader</ConfigKey>
 
3793
                                                        <EmitOnDownPress>false</EmitOnDownPress>
 
3794
                                                </Connection>
 
3795
                                        </SliderComposed>
 
3796
 
 
3797
                                        <!--
 
3798
                                        **********************************************
 
3799
                                        Button- Prelisten / Monitoring
 
3800
                                        **********************************************
 
3801
                                        -->
 
3802
                                        <PushButton>
 
3803
                                                <TooltipId>pfl</TooltipId>
 
3804
                                                <Style></Style>
 
3805
                                                <NumberStates>2</NumberStates>
 
3806
                                                <State>
 
3807
                                                        <Number>0</Number>
 
3808
                                                        <Pressed>btn_pfl1_down.png</Pressed>
 
3809
                                                        <Unpressed>btn_pfl1.png</Unpressed>
 
3810
                                                </State>
 
3811
                                                <State>
 
3812
                                                        <Number>1</Number>
 
3813
                                                        <Pressed>btn_pfl1_overdown.png</Pressed>
 
3814
                                                        <Unpressed>btn_pfl1_over.png</Unpressed>
 
3815
                                                </State>
 
3816
                                                <Pos>130,124</Pos>
 
3817
                                                <Connection>
 
3818
                                                        <ConfigKey>[Channel1],pfl</ConfigKey>
 
3819
                                                </Connection>
 
3820
                                        </PushButton>
 
3821
                                        <PushButton>
 
3822
                                                <TooltipId>pfl</TooltipId>
 
3823
                                                <Style></Style>
 
3824
                                                <NumberStates>2</NumberStates>
 
3825
                                                <State>
 
3826
                                                        <Number>0</Number>
 
3827
                                                        <Pressed>btn_pfl2_down.png</Pressed>
 
3828
                                                        <Unpressed>btn_pfl2.png</Unpressed>
 
3829
                                                </State>
 
3830
                                                <State>
 
3831
                                                        <Number>1</Number>
 
3832
                                                        <Pressed>btn_pfl2_overdown.png</Pressed>
 
3833
                                                        <Unpressed>btn_pfl2_over.png</Unpressed>
 
3834
                                                </State>
 
3835
                                                <Pos>170,124</Pos>
 
3836
                                                <Connection>
 
3837
                                                        <ConfigKey>[Channel2],pfl</ConfigKey>
 
3838
                                                </Connection>
 
3839
                                        </PushButton>
 
3840
                                        <PushButton>
 
3841
                                                <TooltipId>pfl</TooltipId>
 
3842
                                                <Style></Style>
 
3843
                                                <NumberStates>2</NumberStates>
 
3844
                                                <State>
 
3845
                                                        <Number>0</Number>
 
3846
                                                        <Pressed>btn_pfl1_down.png</Pressed>
 
3847
                                                        <Unpressed>btn_pfl1.png</Unpressed>
 
3848
                                                </State>
 
3849
                                                <State>
 
3850
                                                        <Number>1</Number>
 
3851
                                                        <Pressed>btn_pfl1_overdown.png</Pressed>
 
3852
                                                        <Unpressed>btn_pfl1_over.png</Unpressed>
 
3853
                                                </State>
 
3854
                                                <Pos>92,124</Pos>
 
3855
                                                <Connection>
 
3856
                                                        <ConfigKey>[Channel3],pfl</ConfigKey>
 
3857
                                                </Connection>
 
3858
                                        </PushButton>
 
3859
                                        <PushButton>
 
3860
                                                <TooltipId>pfl</TooltipId>
 
3861
                                                <Style></Style>
 
3862
                                                <NumberStates>2</NumberStates>
 
3863
                                                <State>
 
3864
                                                        <Number>0</Number>
 
3865
                                                        <Pressed>btn_pfl2_down.png</Pressed>
 
3866
                                                        <Unpressed>btn_pfl2.png</Unpressed>
 
3867
                                                </State>
 
3868
                                                <State>
 
3869
                                                        <Number>1</Number>
 
3870
                                                        <Pressed>btn_pfl2_overdown.png</Pressed>
 
3871
                                                        <Unpressed>btn_pfl2_over.png</Unpressed>
 
3872
                                                </State>
 
3873
                                                <Pos>209,124</Pos>
 
3874
                                                <Connection>
 
3875
                                                        <ConfigKey>[Channel4],pfl</ConfigKey>
 
3876
                                                </Connection>
 
3877
                                        </PushButton>
 
3878
 
 
3879
                                        <!--
 
3880
                                        **********************************************
 
3881
                                        Button- FX (Flanger)
 
3882
                                        **********************************************
 
3883
                                        -->
 
3884
                                        <PushButton>
 
3885
                                                <TooltipId>flanger</TooltipId>
 
3886
                                                <Style></Style>
 
3887
                                                <NumberStates>2</NumberStates>
 
3888
                                                <State>
 
3889
                                                        <Number>0</Number>
 
3890
                                                        <Pressed>btn_fx1_down.png</Pressed>
 
3891
                                                        <Unpressed>btn_fx1.png</Unpressed>
 
3892
                                                </State>
 
3893
                                                <State>
 
3894
                                                        <Number>1</Number>
 
3895
                                                        <Pressed>btn_fx1_overdown.png</Pressed>
 
3896
                                                        <Unpressed>btn_fx1_over.png</Unpressed>
 
3897
                                                </State>
 
3898
                                                <Pos>53,159</Pos>
 
3899
                                                <Connection>
 
3900
                                                        <ConfigKey>[Channel1],flanger</ConfigKey>
 
3901
                                                </Connection>
 
3902
                                        </PushButton>
 
3903
                                        <PushButton>
 
3904
                                                <TooltipId>flanger</TooltipId>
 
3905
                                                <Style></Style>
 
3906
                                                <NumberStates>2</NumberStates>
 
3907
                                                <State>
 
3908
                                                        <Number>0</Number>
 
3909
                                                        <Pressed>btn_fx2_down.png</Pressed>
 
3910
                                                        <Unpressed>btn_fx1.png</Unpressed>
 
3911
                                                </State>
 
3912
                                                <State>
 
3913
                                                        <Number>1</Number>
 
3914
                                                        <Pressed>btn_fx2_overdown.png</Pressed>
 
3915
                                                        <Unpressed>btn_fx2_over.png</Unpressed>
 
3916
                                                </State>
 
3917
                                                <Pos>247,159</Pos>
 
3918
                                                <Connection>
 
3919
                                                        <ConfigKey>[Channel2],flanger</ConfigKey>
 
3920
                                                </Connection>
 
3921
                                        </PushButton>
 
3922
                                        <PushButton>
 
3923
                                                <TooltipId>flanger</TooltipId>
 
3924
                                                <Style></Style>
 
3925
                                                <NumberStates>2</NumberStates>
 
3926
                                                <State>
 
3927
                                                        <Number>0</Number>
 
3928
                                                        <Pressed>btn_fx1_down.png</Pressed>
 
3929
                                                        <Unpressed>btn_fx1.png</Unpressed>
 
3930
                                                </State>
 
3931
                                                <State>
 
3932
                                                        <Number>1</Number>
 
3933
                                                        <Pressed>btn_fx1_overdown.png</Pressed>
 
3934
                                                        <Unpressed>btn_fx1_over.png</Unpressed>
 
3935
                                                </State>
 
3936
                                                <Pos>12,159</Pos>
 
3937
                                                <Connection>
 
3938
                                                        <ConfigKey>[Channel3],flanger</ConfigKey>
 
3939
                                                </Connection>
 
3940
                                        </PushButton>
 
3941
                                        <PushButton>
 
3942
                                                <TooltipId>flanger</TooltipId>
 
3943
                                                <Style></Style>
 
3944
                                                <NumberStates>2</NumberStates>
 
3945
                                                <State>
 
3946
                                                        <Number>0</Number>
 
3947
                                                        <Pressed>btn_fx2_down.png</Pressed>
 
3948
                                                        <Unpressed>btn_fx1.png</Unpressed>
 
3949
                                                </State>
 
3950
                                                <State>
 
3951
                                                        <Number>1</Number>
 
3952
                                                        <Pressed>btn_fx2_overdown.png</Pressed>
 
3953
                                                        <Unpressed>btn_fx2_over.png</Unpressed>
 
3954
                                                </State>
 
3955
                                                <Pos>287,159</Pos>
 
3956
                                                <Connection>
 
3957
                                                        <ConfigKey>[Channel4],flanger</ConfigKey>
 
3958
                                                </Connection>
 
3959
                                        </PushButton>
 
3960
 
 
3961
                                        <!--
 
3962
                                        **********************************************
 
3963
                                        Button- Frequency Kill
 
3964
                                        **********************************************
 
3965
                                        -->
 
3966
                                        <PushButton>
 
3967
                                                <TooltipId>filterHighKill</TooltipId>
 
3968
                                                <Style></Style>
 
3969
                                                <NumberStates>2</NumberStates>
 
3970
                                                <State>
 
3971
                                                        <Number>0</Number>
 
3972
                                                        <Pressed>btn_kill_down.png</Pressed>
 
3973
                                                        <Unpressed>btn_kill.png</Unpressed>
 
3974
                                                </State>
 
3975
                                                <State>
 
3976
                                                        <Number>1</Number>
 
3977
                                                        <Pressed>btn_kill_overdown.png</Pressed>
 
3978
                                                        <Unpressed>btn_kill_over.png</Unpressed>
 
3979
                                                </State>
 
3980
                                                <Pos>14,57</Pos>
 
3981
                                                <Connection>
 
3982
                                                        <ConfigKey>[Channel1],filterHighKill</ConfigKey>
 
3983
                                                        <EmitOnPressAndRelease>true</EmitOnPressAndRelease>
 
3984
                                                        <ButtonState>LeftButton</ButtonState>
 
3985
                                                </Connection>
 
3986
                                        </PushButton>
 
3987
                                        <PushButton>
 
3988
                                                <TooltipId>filterMidKill</TooltipId>
 
3989
                                                <Style></Style>
 
3990
                                                <NumberStates>2</NumberStates>
 
3991
                                                <State>
 
3992
                                                        <Number>0</Number>
 
3993
                                                        <Pressed>btn_kill_down.png</Pressed>
 
3994
                                                        <Unpressed>btn_kill.png</Unpressed>
 
3995
                                                </State>
 
3996
                                                <State>
 
3997
                                                        <Number>1</Number>
 
3998
                                                        <Pressed>btn_kill_overdown.png</Pressed>
 
3999
                                                        <Unpressed>btn_kill_over.png</Unpressed>
 
4000
                                                </State>
 
4001
                                                <Pos>14,96</Pos>
 
4002
                                                <Connection>
 
4003
                                                        <ConfigKey>[Channel1],filterMidKill</ConfigKey>
 
4004
                                                        <EmitOnPressAndRelease>true</EmitOnPressAndRelease>
 
4005
                                                        <ButtonState>LeftButton</ButtonState>
 
4006
                                                </Connection>
 
4007
                                        </PushButton>
 
4008
                                        <PushButton>
 
4009
                                                <TooltipId>filterLowKill</TooltipId>
 
4010
                                                <Style></Style>
 
4011
                                                <NumberStates>2</NumberStates>
 
4012
                                                <State>
 
4013
                                                        <Number>0</Number>
 
4014
                                                        <Pressed>btn_kill_down.png</Pressed>
 
4015
                                                        <Unpressed>btn_kill.png</Unpressed>
 
4016
                                                </State>
 
4017
                                                <State>
 
4018
                                                        <Number>1</Number>
 
4019
                                                        <Pressed>btn_kill_overdown.png</Pressed>
 
4020
                                                        <Unpressed>btn_kill_over.png</Unpressed>
 
4021
                                                </State>
 
4022
                                                <Pos>14,133</Pos>
 
4023
                                                <Connection>
 
4024
                                                        <ConfigKey>[Channel1],filterLowKill</ConfigKey>
 
4025
                                                        <EmitOnPressAndRelease>true</EmitOnPressAndRelease>
 
4026
                                                        <ButtonState>LeftButton</ButtonState>
 
4027
                                                </Connection>
 
4028
                                        </PushButton>
 
4029
 
 
4030
                                        <PushButton>
 
4031
                                                <TooltipId>filterHighKill</TooltipId>
 
4032
                                                <Style></Style>
 
4033
                                                <NumberStates>2</NumberStates>
 
4034
                                                <State>
 
4035
                                                        <Number>0</Number>
 
4036
                                                        <Pressed>btn_kill_down.png</Pressed>
 
4037
                                                        <Unpressed>btn_kill.png</Unpressed>
 
4038
                                                </State>
 
4039
                                                <State>
 
4040
                                                        <Number>1</Number>
 
4041
                                                        <Pressed>btn_kill_overdown.png</Pressed>
 
4042
                                                        <Unpressed>btn_kill_over.png</Unpressed>
 
4043
                                                </State>
 
4044
                                                <Pos>292,57</Pos>
 
4045
                                                <Connection>
 
4046
                                                        <ConfigKey>[Channel2],filterHighKill</ConfigKey>
 
4047
                                                        <EmitOnPressAndRelease>true</EmitOnPressAndRelease>
 
4048
                                                        <ButtonState>LeftButton</ButtonState>
 
4049
                                                </Connection>
 
4050
                                        </PushButton>
 
4051
                                        <PushButton>
 
4052
                                                <TooltipId>filterMidKill</TooltipId>
 
4053
                                                <Style></Style>
 
4054
                                                <NumberStates>2</NumberStates>
 
4055
                                                <State>
 
4056
                                                        <Number>0</Number>
 
4057
                                                        <Pressed>btn_kill_down.png</Pressed>
 
4058
                                                        <Unpressed>btn_kill.png</Unpressed>
 
4059
                                                </State>
 
4060
                                                <State>
 
4061
                                                        <Number>1</Number>
 
4062
                                                        <Pressed>btn_kill_overdown.png</Pressed>
 
4063
                                                        <Unpressed>btn_kill_over.png</Unpressed>
 
4064
                                                </State>
 
4065
                                                <Pos>292,96</Pos>
 
4066
                                                <Connection>
 
4067
                                                        <ConfigKey>[Channel2],filterMidKill</ConfigKey>
 
4068
                                                        <EmitOnPressAndRelease>true</EmitOnPressAndRelease>
 
4069
                                                        <ButtonState>LeftButton</ButtonState>
 
4070
                                                </Connection>
 
4071
                                        </PushButton>
 
4072
                                        <PushButton>
 
4073
                                                <TooltipId>filterLowKill</TooltipId>
 
4074
                                                <Style></Style>
 
4075
                                                <NumberStates>2</NumberStates>
 
4076
                                                <State>
 
4077
                                                        <Number>0</Number>
 
4078
                                                        <Pressed>btn_kill_down.png</Pressed>
 
4079
                                                        <Unpressed>btn_kill.png</Unpressed>
 
4080
                                                </State>
 
4081
                                                <State>
 
4082
                                                        <Number>1</Number>
 
4083
                                                        <Pressed>btn_kill_overdown.png</Pressed>
 
4084
                                                        <Unpressed>btn_kill_over.png</Unpressed>
 
4085
                                                </State>
 
4086
                                                <Pos>292,133</Pos>
 
4087
                                                <Connection>
 
4088
                                                        <ConfigKey>[Channel2],filterLowKill</ConfigKey>
 
4089
                                                        <EmitOnPressAndRelease>true</EmitOnPressAndRelease>
 
4090
                                                        <ButtonState>LeftButton</ButtonState>
 
4091
                                                </Connection>
 
4092
                                        </PushButton>
 
4093
 
 
4094
                                        <!--
 
4095
                                        **********************************************
 
4096
                                        RotaryFader- Channel filter and gain
 
4097
                                        **********************************************
 
4098
                                        -->
 
4099
                                        <!--Deck 1-->
 
4100
                                        <Knob>
 
4101
                                                <TooltipId>pregain</TooltipId>
 
4102
                                                <Style></Style>
 
4103
                                                <NumberStates>64</NumberStates>
 
4104
                                                <Path>knobs/knob_rotary_s%1.png</Path>
 
4105
                                                <Pos>45,7</Pos>
 
4106
                                                <Connection>
 
4107
                                                        <ConfigKey>[Channel1],pregain</ConfigKey>
 
4108
                                                </Connection>
 
4109
                                        </Knob>
 
4110
                                        <Knob>
 
4111
                                                <TooltipId>filterHigh</TooltipId>
 
4112
                                                <Style></Style>
 
4113
                                                <NumberStates>64</NumberStates>
 
4114
                                                <Path>knobs/knob_rotary_s%1.png</Path>
 
4115
                                                <Pos>45,46</Pos>
 
4116
                                                <Connection>
 
4117
                                                        <ConfigKey>[Channel1],filterHigh</ConfigKey>
 
4118
                                                </Connection>
 
4119
                                        </Knob>
 
4120
                                        <Knob>
 
4121
                                                <TooltipId>filterMid</TooltipId>
 
4122
                                                <Style></Style>
 
4123
                                                <NumberStates>64</NumberStates>
 
4124
                                                <Path>knobs/knob_rotary_s%1.png</Path>
 
4125
                                                <Pos>45,85</Pos>
 
4126
                                                <Connection>
 
4127
                                                        <ConfigKey>[Channel1],filterMid</ConfigKey>
 
4128
                                                </Connection>
 
4129
                                        </Knob>
 
4130
                                        <Knob>
 
4131
                                                <TooltipId>filterLow</TooltipId>
 
4132
                                                <Style></Style>
 
4133
                                                <NumberStates>64</NumberStates>
 
4134
                                                <Path>knobs/knob_rotary_s%1.png</Path>
 
4135
                                                <Pos>45,122</Pos>
 
4136
                                                <Connection>
 
4137
                                                        <ConfigKey>[Channel1],filterLow</ConfigKey>
 
4138
                                                </Connection>
 
4139
                                        </Knob>
 
4140
                                        <!--Deck 2-->
 
4141
                                        <Knob>
 
4142
                                                <TooltipId>pregain</TooltipId>
 
4143
                                                <Style></Style>
 
4144
                                                <NumberStates>64</NumberStates>
 
4145
                                                <Path>knobs/knob_rotary_s%1.png</Path>
 
4146
                                                <Pos>239,7</Pos>
 
4147
                                                <Connection>
 
4148
                                                        <ConfigKey>[Channel2],pregain</ConfigKey>
 
4149
                                                </Connection>
 
4150
                                        </Knob>
 
4151
                                        <Knob>
 
4152
                                                <TooltipId>filterHigh</TooltipId>
 
4153
                                                <Style></Style>
 
4154
                                                <NumberStates>64</NumberStates>
 
4155
                                                <Path>knobs/knob_rotary_s%1.png</Path>
 
4156
                                                <Pos>239,46</Pos>
 
4157
                                                <Connection>
 
4158
                                                        <ConfigKey>[Channel2],filterHigh</ConfigKey>
 
4159
                                                </Connection>
 
4160
                                        </Knob>
 
4161
                                        <Knob>
 
4162
                                                <TooltipId>filterMid</TooltipId>
 
4163
                                                <Style></Style>
 
4164
                                                <NumberStates>64</NumberStates>
 
4165
                                                <Path>knobs/knob_rotary_s%1.png</Path>
 
4166
                                                <Pos>239,85</Pos>
 
4167
                                                <Connection>
 
4168
                                                        <ConfigKey>[Channel2],filterMid</ConfigKey>
 
4169
                                                </Connection>
 
4170
                                        </Knob>
 
4171
                                        <Knob>
 
4172
                                                <TooltipId>filterLow</TooltipId>
 
4173
                                                <Style></Style>
 
4174
                                                <NumberStates>64</NumberStates>
 
4175
                                                <Path>knobs/knob_rotary_s%1.png</Path>
 
4176
                                                <Pos>239,122</Pos>
 
4177
                                                <Connection>
 
4178
                                                        <ConfigKey>[Channel2],filterLow</ConfigKey>
 
4179
                                                </Connection>
 
4180
                                        </Knob>
 
4181
                                        <!--Deck 3-->
 
4182
                                        <Knob>
 
4183
                                                <TooltipId>pregain</TooltipId>
 
4184
                                                <Style></Style>
 
4185
                                                <NumberStates>64</NumberStates>
 
4186
                                                <Path>knobs/knob_rotary_s%1.png</Path>
 
4187
                                                <Pos>5,7</Pos>
 
4188
                                                <Connection>
 
4189
                                                        <ConfigKey>[Channel3],pregain</ConfigKey>
 
4190
                                                </Connection>
 
4191
                                        </Knob>
 
4192
                                        <Knob>
 
4193
                                                <TooltipId>filterHigh</TooltipId>
 
4194
                                                <Style></Style>
 
4195
                                                <NumberStates>64</NumberStates>
 
4196
                                                <Path>knobs/knob_rotary_s%1.png</Path>
 
4197
                                                <Pos>5,46</Pos>
 
4198
                                                <Connection>
 
4199
                                                        <ConfigKey>[Channel3],filterHigh</ConfigKey>
 
4200
                                                </Connection>
 
4201
                                        </Knob>
 
4202
                                        <Knob>
 
4203
                                                <TooltipId>filterMid</TooltipId>
 
4204
                                                <Style></Style>
 
4205
                                                <NumberStates>64</NumberStates>
 
4206
                                                <Path>knobs/knob_rotary_s%1.png</Path>
 
4207
                                                <Pos>5,85</Pos>
 
4208
                                                <Connection>
 
4209
                                                        <ConfigKey>[Channel3],filterMid</ConfigKey>
 
4210
                                                </Connection>
 
4211
                                        </Knob>
 
4212
                                        <Knob>
 
4213
                                                <TooltipId>filterLow</TooltipId>
 
4214
                                                <Style></Style>
 
4215
                                                <NumberStates>64</NumberStates>
 
4216
                                                <Path>knobs/knob_rotary_s%1.png</Path>
 
4217
                                                <Pos>5,122</Pos>
 
4218
                                                <Connection>
 
4219
                                                        <ConfigKey>[Channel3],filterLow</ConfigKey>
 
4220
                                                </Connection>
 
4221
                                        </Knob>
 
4222
                                        <!--Deck 4-->
 
4223
                                        <Knob>
 
4224
                                                <TooltipId>pregain</TooltipId>
 
4225
                                                <Style></Style>
 
4226
                                                <NumberStates>64</NumberStates>
 
4227
                                                <Path>knobs/knob_rotary_s%1.png</Path>
 
4228
                                                <Pos>279,7</Pos>
 
4229
                                                <Connection>
 
4230
                                                        <ConfigKey>[Channel4],pregain</ConfigKey>
 
4231
                                                </Connection>
 
4232
                                        </Knob>
 
4233
                                        <Knob>
 
4234
                                                <TooltipId>filterHigh</TooltipId>
 
4235
                                                <Style></Style>
 
4236
                                                <NumberStates>64</NumberStates>
 
4237
                                                <Path>knobs/knob_rotary_s%1.png</Path>
 
4238
                                                <Pos>279,46</Pos>
 
4239
                                                <Connection>
 
4240
                                                        <ConfigKey>[Channel4],filterHigh</ConfigKey>
 
4241
                                                </Connection>
 
4242
                                        </Knob>
 
4243
                                        <Knob>
 
4244
                                                <TooltipId>filterMid</TooltipId>
 
4245
                                                <Style></Style>
 
4246
                                                <NumberStates>64</NumberStates>
 
4247
                                                <Path>knobs/knob_rotary_s%1.png</Path>
 
4248
                                                <Pos>279,85</Pos>
 
4249
                                                <Connection>
 
4250
                                                        <ConfigKey>[Channel4],filterMid</ConfigKey>
 
4251
                                                </Connection>
 
4252
                                        </Knob>
 
4253
                                        <Knob>
 
4254
                                                <TooltipId>filterLow</TooltipId>
 
4255
                                                <Style></Style>
 
4256
                                                <NumberStates>64</NumberStates>
 
4257
                                                <Path>knobs/knob_rotary_s%1.png</Path>
 
4258
                                                <Pos>279,122</Pos>
 
4259
                                                <Connection>
 
4260
                                                        <ConfigKey>[Channel4],filterLow</ConfigKey>
 
4261
                                                </Connection>
 
4262
                                        </Knob>
 
4263
 
 
4264
                                        <!--
 
4265
                                        **********************************************
 
4266
                                        Visual - Volume level display
 
4267
                                        **********************************************
 
4268
                                        -->
 
4269
                                        <VuMeter>
 
4270
                                                <TooltipId>channel_VuMeter</TooltipId>
 
4271
                                                <Style></Style>
 
4272
                                                <PathVu>btn_volume_display1_over.png</PathVu>
 
4273
                                                <PathBack>btn_volume_display1.png</PathBack>
 
4274
                                                <Pos>137,33</Pos>
 
4275
                                                <Horizontal>false</Horizontal>
 
4276
                                                <PeakHoldSize>5</PeakHoldSize>
 
4277
                                                <PeakHoldTime>500</PeakHoldTime>
 
4278
                                                <PeakFallTime>50</PeakFallTime>
 
4279
                                                <PeakFallStep>2</PeakFallStep>
 
4280
                                                <Connection>
 
4281
                                                        <ConfigKey>[Channel1],VuMeter</ConfigKey>
 
4282
                                                </Connection>
 
4283
                                        </VuMeter>
 
4284
                                        <VuMeter>
 
4285
                                                <TooltipId>channel_VuMeter</TooltipId>
 
4286
                                                <Style></Style>
 
4287
                                                <PathVu>btn_volume_display2_over.png</PathVu>
 
4288
                                                <PathBack>btn_volume_display2.png</PathBack>
 
4289
                                                <Pos>177,33</Pos>
 
4290
                                                <Horizontal>false</Horizontal>
 
4291
                                                <PeakHoldSize>5</PeakHoldSize>
 
4292
                                                <PeakHoldTime>500</PeakHoldTime>
 
4293
                                                <PeakFallTime>50</PeakFallTime>
 
4294
                                                <PeakFallStep>2</PeakFallStep>
 
4295
                                                <Connection>
 
4296
                                                        <ConfigKey>[Channel2],VuMeter</ConfigKey>
 
4297
                                                </Connection>
 
4298
                                        </VuMeter>
 
4299
                                        <VuMeter>
 
4300
                                                <TooltipId>channel_VuMeter</TooltipId>
 
4301
                                                <Style></Style>
 
4302
                                                <PathVu>btn_volume_display1_over.png</PathVu>
 
4303
                                                <PathBack>btn_volume_display1.png</PathBack>
 
4304
                                                <Pos>99,33</Pos>
 
4305
                                                <Horizontal>false</Horizontal>
 
4306
                                                <PeakHoldSize>5</PeakHoldSize>
 
4307
                                                <PeakHoldTime>500</PeakHoldTime>
 
4308
                                                <PeakFallTime>50</PeakFallTime>
 
4309
                                                <PeakFallStep>2</PeakFallStep>
 
4310
                                                <Connection>
 
4311
                                                        <ConfigKey>[Channel3],VuMeter</ConfigKey>
 
4312
                                                </Connection>
 
4313
                                        </VuMeter>
 
4314
                                        <VuMeter>
 
4315
                                                <TooltipId>channel_VuMeter</TooltipId>
 
4316
                                                <Style></Style>
 
4317
                                                <PathVu>btn_volume_display2_over.png</PathVu>
 
4318
                                                <PathBack>btn_volume_display2.png</PathBack>
 
4319
                                                <Pos>216,33</Pos>
 
4320
                                                <Horizontal>false</Horizontal>
 
4321
                                                <PeakHoldSize>5</PeakHoldSize>
 
4322
                                                <PeakHoldTime>500</PeakHoldTime>
 
4323
                                                <PeakFallTime>50</PeakFallTime>
 
4324
                                                <PeakFallStep>2</PeakFallStep>
 
4325
                                                <Connection>
 
4326
                                                        <ConfigKey>[Channel4],VuMeter</ConfigKey>
 
4327
                                                </Connection>
 
4328
                                        </VuMeter>
 
4329
                                        <!-- Moved to WidgetGroup : Volume, Balance & Headphones control
 
4330
                                        <VuMeter>
 
4331
                                                <TooltipId>master_VuMeterL</TooltipId>
 
4332
                                                <Style></Style>
 
4333
                                                <PathVu>btn_volume_display_master1_over.png</PathVu>
 
4334
                                                <PathBack>btn_volume_display_master1.png</PathBack>
 
4335
                                                <Pos>152,33</Pos>
 
4336
                                                <PeakHoldSize>5</PeakHoldSize>
 
4337
                                                <PeakHoldTime>500</PeakHoldTime>
 
4338
                                                <PeakFallTime>50</PeakFallTime>
 
4339
                                                <PeakFallStep>2</PeakFallStep>
 
4340
                                                <Connection>
 
4341
                                                        <ConfigKey>[Master],VuMeterL</ConfigKey>
 
4342
                                                </Connection>
 
4343
                                        </VuMeter>
 
4344
                                        <VuMeter>
 
4345
                                                <TooltipId>master_VuMeterR</TooltipId>
 
4346
                                                <Style></Style>
 
4347
                                                <PathVu>btn_volume_display_master2_over.png</PathVu>
 
4348
                                                <PathBack>btn_volume_display_master2.png</PathBack>
 
4349
                                                <Pos>163,33</Pos>
 
4350
                                                <PeakHoldSize>5</PeakHoldSize>
 
4351
                                                <PeakHoldTime>500</PeakHoldTime>
 
4352
                                                <PeakFallTime>50</PeakFallTime>
 
4353
                                                <PeakFallStep>2</PeakFallStep>
 
4354
                                                <Connection>
 
4355
                                                        <ConfigKey>[Master],VuMeterR</ConfigKey>
 
4356
                                                </Connection>
 
4357
                                        </VuMeter>
 
4358
                                        -->
 
4359
 
 
4360
                                        <!--
 
4361
                                        **********************************************
 
4362
                                        Visual- Volume peak indicator
 
4363
                                        **********************************************
 
4364
                                        -->
 
4365
                                        <StatusLight>
 
4366
                                                <TooltipId>PeakIndicator</TooltipId>
 
4367
                                                <Style></Style>
 
4368
                                                <PathStatusLight>btn_clipping1_over.png</PathStatusLight>
 
4369
                                                <PathBack>btn_clipping1.png</PathBack>
 
4370
                                                <Pos>137,19</Pos>
 
4371
                                                <Connection>
 
4372
                                                        <ConfigKey>[Channel1],PeakIndicator</ConfigKey>
 
4373
                                                </Connection>
 
4374
                                        </StatusLight>
 
4375
                                        <StatusLight>
 
4376
                                                <TooltipId>PeakIndicator</TooltipId>
 
4377
                                                <Style></Style>
 
4378
                                                <PathStatusLight>btn_clipping2_over.png</PathStatusLight>
 
4379
                                                <PathBack>btn_clipping2.png</PathBack>
 
4380
                                                <Pos>177,19</Pos>
 
4381
                                                <Connection>
 
4382
                                                        <ConfigKey>[Channel2],PeakIndicator</ConfigKey>
 
4383
                                                </Connection>
 
4384
                                        </StatusLight>
 
4385
                                        <StatusLight>
 
4386
                                                <TooltipId>PeakIndicator</TooltipId>
 
4387
                                                <Style></Style>
 
4388
                                                <PathStatusLight>btn_clipping1_over.png</PathStatusLight>
 
4389
                                                <PathBack>btn_clipping1.png</PathBack>
 
4390
                                                <Pos>99,19</Pos>
 
4391
                                                <Connection>
 
4392
                                                        <ConfigKey>[Channel3],PeakIndicator</ConfigKey>
 
4393
                                                </Connection>
 
4394
                                        </StatusLight>
 
4395
                                        <StatusLight>
 
4396
                                                <TooltipId>PeakIndicator</TooltipId>
 
4397
                                                <Style></Style>
 
4398
                                                <PathStatusLight>btn_clipping2_over.png</PathStatusLight>
 
4399
                                                <PathBack>btn_clipping2.png</PathBack>
 
4400
                                                <Pos>216,19</Pos>
 
4401
                                                <Connection>
 
4402
                                                        <ConfigKey>[Channel4],PeakIndicator</ConfigKey>
 
4403
                                                </Connection>
 
4404
                                        </StatusLight>
 
4405
                                        <!-- Moved to WidgetGroup : Volume, Balance & Headphones control
 
4406
                                        <StatusLight>
 
4407
                                                <TooltipId>master_PeakIndicator</TooltipId>
 
4408
                                                <Style></Style>
 
4409
                                                <PathStatusLight>btn_clipping_master_over.png</PathStatusLight>
 
4410
                                                <PathBack>btn_clipping_master.png</PathBack>
 
4411
                                                <Pos>152,19</Pos>
 
4412
                                                <Connection>
 
4413
                                                        <ConfigKey>[Master],PeakIndicator</ConfigKey>
 
4414
                                                </Connection>
 
4415
                                        </StatusLight>
 
4416
                                        -->
 
4417
                                </Children>
 
4418
                        </WidgetGroup>
 
4419
 
 
4420
                </Children>
 
4421
        </WidgetGroup>
 
4422
 
 
4423
        <!--
 
4424
        ############################################################################################
 
4425
        ############################################################################################
 
4426
        WidgetGroup : Deck 1
 
4427
        ############################################################################################
 
4428
        ############################################################################################
 
4429
        -->
 
4430
        <WidgetGroup>
 
4431
                <Pos>0,194</Pos>
 
4432
                <Size>478,170</Size>
 
4433
                <Style>QGroupBox { border: 0px solid red; } QWidget { margin: 0; padding: 0; }</Style>
 
4434
                <Children>
 
4435
                        <!--
 
4436
                        **********************************************
 
4437
                        Visual- Vinyl control status indicator // we need 4 of them for top-bottom-left-right
 
4438
                        **********************************************
 
4439
                        -->
 
4440
                        <StatusLight>
 
4441
                                <TooltipId>vinylcontrol_status</TooltipId>
 
4442
                                <Style></Style>
 
4443
                                <NumberPos>3</NumberPos>
 
4444
                                <PathStatusLight>btn_vinylcontrol_indicator_horizontal1.png</PathStatusLight>
 
4445
                                <PathStatusLight2>btn_vinylcontrol_indicator_horizontal2.png</PathStatusLight2>
 
4446
                                <PathStatusLight3>btn_vinylcontrol_indicator_horizontal3.png</PathStatusLight3>
 
4447
                                <Pos>0,-0</Pos>
 
4448
                                <Connection>
 
4449
                                        <ConfigKey>[Channel1],vinylcontrol_status</ConfigKey>
 
4450
                                </Connection>
 
4451
                        </StatusLight>
 
4452
                        <StatusLight>
 
4453
                                <TooltipId>vinylcontrol_status</TooltipId>
 
4454
                                <Style></Style>
 
4455
                                <NumberPos>3</NumberPos>
 
4456
                                <PathStatusLight>btn_vinylcontrol_indicator_horizontal1.png</PathStatusLight>
 
4457
                                <PathStatusLight2>btn_vinylcontrol_indicator_horizontal2.png</PathStatusLight2>
 
4458
                                <PathStatusLight3>btn_vinylcontrol_indicator_horizontal3.png</PathStatusLight3>
 
4459
                                <Pos>0,108</Pos>
 
4460
                                <Connection>
 
4461
                                        <ConfigKey>[Channel1],vinylcontrol_status</ConfigKey>
 
4462
                                </Connection>
 
4463
                        </StatusLight>
 
4464
                        <StatusLight>
 
4465
                                <TooltipId>vinylcontrol_status</TooltipId>
 
4466
                                <Style></Style>
 
4467
                                <NumberPos>3</NumberPos>
 
4468
                                <PathStatusLight>btn_vinylcontrol_indicator_vertical1.png</PathStatusLight>
 
4469
                                <PathStatusLight2>btn_vinylcontrol_indicator_vertical2.png</PathStatusLight2>
 
4470
                                <PathStatusLight3>btn_vinylcontrol_indicator_vertical3.png</PathStatusLight3>
 
4471
                                <Pos>0,-2</Pos>
 
4472
                                <Connection>
 
4473
                                        <ConfigKey>[Channel1],vinylcontrol_status</ConfigKey>
 
4474
                                </Connection>
 
4475
                        </StatusLight>
 
4476
                        <StatusLight>
 
4477
                                <TooltipId>vinylcontrol_status</TooltipId>
 
4478
                                <Style></Style>
 
4479
                                <NumberPos>3</NumberPos>
 
4480
                                <PathStatusLight>btn_vinylcontrol_indicator_vertical1.png</PathStatusLight>
 
4481
                                <PathStatusLight2>btn_vinylcontrol_indicator_vertical2.png</PathStatusLight2>
 
4482
                                <PathStatusLight3>btn_vinylcontrol_indicator_vertical3.png</PathStatusLight3>
 
4483
                                <Pos>477,0</Pos>
 
4484
                                <Connection>
 
4485
                                        <ConfigKey>[Channel1],vinylcontrol_status</ConfigKey>
 
4486
                                </Connection>
 
4487
                        </StatusLight>
 
4488
 
 
4489
                        <!--
 
4490
                        **********************************************
 
4491
                        Visual- Waveform overview
 
4492
                        **********************************************
 
4493
                        -->
 
4494
                        <Overview>
 
4495
                                <TooltipId>waveform_overview</TooltipId>
 
4496
                                <Style></Style>
 
4497
                                <Channel>1</Channel>
 
4498
                                <Pos>1,66</Pos>
 
4499
                                <Size>398,43</Size>
 
4500
                                <!-- transparent background if no <BgColor> & <BgPixmap> is present
 
4501
                                <BgColor>#1C1C1C</BgColor>
 
4502
                                <BgPixmap></BgPixmap>
 
4503
                                -->
 
4504
                                <SignalColor>#0099FF</SignalColor>
 
4505
                                <PlayPosColor>#00FF00</PlayPosColor>
 
4506
                                <EndOfTrackColor>#EA0000</EndOfTrackColor>
 
4507
                                <DefaultMark>
 
4508
                                        <Align>bottom</Align>
 
4509
                                        <Color>#00FF00</Color>
 
4510
                                        <TextColor>#FFFFFF</TextColor>
 
4511
                                        <Text> %1 </Text>
 
4512
                                </DefaultMark>
 
4513
                                <MarkRange>
 
4514
                                        <StartControl>loop_start_position</StartControl>
 
4515
                                        <EndControl>loop_end_position</EndControl>
 
4516
                                        <EnabledControl>loop_enabled</EnabledControl>
 
4517
                                        <Color>#00FF00</Color>
 
4518
                                        <DisabledColor>#FFFFFF</DisabledColor>
 
4519
                                </MarkRange>
 
4520
                                <Mark>
 
4521
                                        <Control>cue_point</Control>
 
4522
                                        <Text>C</Text>
 
4523
                                        <Align>top</Align>
 
4524
                                        <Color>#FF001C</Color>
 
4525
                                        <TextColor>#FFFFFF</TextColor>
 
4526
                                </Mark>
 
4527
                                <Connection>
 
4528
                                        <ConfigKey>[Channel1],playposition</ConfigKey>
 
4529
                                        <EmitOnDownPress>false</EmitOnDownPress>
 
4530
                                </Connection>
 
4531
                        </Overview>
 
4532
 
 
4533
                        <!--
 
4534
                        **********************************************
 
4535
                        Text- Track Title
 
4536
                        **********************************************
 
4537
                        -->
 
4538
                        <TrackProperty>
 
4539
                                <TooltipId>track_title</TooltipId>
 
4540
                                <Style>QLabel { font: bold 18px/20px Lucida Grande, Lucida Sans Unicode, Arial, Verdana, sans-serif;
 
4541
                                background-color: transparent; color: #0099FF; text-align: left; padding-left: 1px; }
 
4542
                                </Style>
 
4543
                                <Property>title</Property>
 
4544
                                <Channel>1</Channel>
 
4545
                                <Pos>0,1</Pos>
 
4546
                                <Size>370f,23</Size>
 
4547
                        </TrackProperty>
 
4548
 
 
4549
                        <!--
 
4550
                        **********************************************
 
4551
                        Text- Track Artist
 
4552
                        **********************************************
 
4553
                        -->
 
4554
                        <TrackProperty>
 
4555
                                <TooltipId>track_artist</TooltipId>
 
4556
                                <Style>QLabel { font: bold 18px/20px Lucida Grande, Lucida Sans Unicode, Arial, Verdana, sans-serif;
 
4557
                                background-color: transparent; color: #0099FF; text-align: left; padding-left: 1px; }
 
4558
                                </Style>
 
4559
                                <Property>artist</Property>
 
4560
                                <Channel>1</Channel>
 
4561
                                <Pos>0,25</Pos>
 
4562
                                <Size>350f,23</Size>
 
4563
                        </TrackProperty>
 
4564
 
 
4565
                        <!--
 
4566
                        **********************************************
 
4567
                        Text- Track Album
 
4568
                        **********************************************
 
4569
                        -->
 
4570
                        <TrackProperty>
 
4571
                                <TooltipId>track_album</TooltipId>
 
4572
                                <Style>QLabel { font: 12px/14px Lucida Grande, Lucida Sans Unicode, Arial, Verdana, sans-serif;
 
4573
                                background-color: transparent; color: #0099FF; text-align: left; padding-left: 1px; }
 
4574
                                </Style>
 
4575
                                <Property>album</Property>
 
4576
                                <Channel>1</Channel>
 
4577
                                <Pos>0,50</Pos>
 
4578
                                <Size>350f,15</Size>
 
4579
                        </TrackProperty>
 
4580
 
 
4581
                        <!--
 
4582
                        **********************************************
 
4583
                        Text- BPM number display
 
4584
                        **********************************************
 
4585
                        -->
 
4586
                        <NumberBpm>
 
4587
                                <TooltipId>visual_bpm</TooltipId>
 
4588
                                <Style>QLabel { font: bold 18px/20px Lucida Grande, Lucida Sans Unicode, Arial, Verdana, sans-serif;
 
4589
                                background-color: transparent; color: #0099FF; text-align: left;padding-left: 1px; }
 
4590
                                </Style>
 
4591
                                <Channel>1</Channel>
 
4592
                                <Pos>378,1</Pos>
 
4593
                                <Size>100,23</Size>
 
4594
                                <!--CSS alignments not respected see bug lp:605530 , lets call <Alignment>-->
 
4595
                                <Alignment>right</Alignment>
 
4596
                                <Connection>
 
4597
                                        <ConfigKey>[Channel1],visual_bpm</ConfigKey>
 
4598
                                </Connection>
 
4599
                        </NumberBpm>
 
4600
 
 
4601
                        <!--
 
4602
                        **********************************************
 
4603
                        Text- Playing position / Time remaining
 
4604
                        **********************************************
 
4605
                        -->
 
4606
                        <NumberPos>
 
4607
                                <TooltipId>track_time</TooltipId>
 
4608
                                <Style>QLabel { font: bold 18px/20px Lucida Grande, Lucida Sans Unicode, Arial, Verdana, sans-serif;
 
4609
                                background-color: transparent; color: #0099FF; text-align: left;padding-left: 1px; }
 
4610
                                </Style>
 
4611
                                <Channel>1</Channel>
 
4612
                                <Pos>358,25</Pos>
 
4613
                                <Size>120,23</Size>
 
4614
                                <!--CSS alignments not respected see bug lp:605530 , lets call <Alignment>-->
 
4615
                                <Alignment>right</Alignment>
 
4616
                                <Connection>
 
4617
                                        <ConfigKey>[Channel1],playposition</ConfigKey>
 
4618
                                </Connection>
 
4619
                        </NumberPos>
 
4620
 
 
4621
                        <!--
 
4622
                        **********************************************
 
4623
                        Text- Track duration
 
4624
                        **********************************************
 
4625
                        -->
 
4626
                        <TrackProperty>
 
4627
                                <TooltipId>track_duration</TooltipId>
 
4628
                                <Style>QLabel { font: 12px/14px Lucida Grande, Lucida Sans Unicode, Arial, Verdana, sans-serif;
 
4629
                                background-color: transparent; color: #0099FF; text-align: left; padding-left: 1px; }
 
4630
                                </Style>
 
4631
                                <Property>durationFormatted</Property>
 
4632
                                <Channel>1</Channel>
 
4633
                                <Pos>356,50</Pos>
 
4634
                                <Size>120,15</Size>
 
4635
                                <!--CSS alignments not respected see bug lp:605530 , lets call <Alignment>-->
 
4636
                                <Alignment>right</Alignment>
 
4637
                        </TrackProperty>
 
4638
 
 
4639
                        <!--
 
4640
                        **********************************************
 
4641
                        Button- BPM Tap
 
4642
                        **********************************************
 
4643
                        -->
 
4644
                        <!-- Little trickery here:
 
4645
                                 BPM tap is transparent png directly over BPM display, so it became BPM and TAP at once,
 
4646
                                 changed tooltip accordingly
 
4647
                        -->
 
4648
                        <PushButton>
 
4649
                        <!-- Original:
 
4650
                                <TooltipId>bpm_tap</TooltipId>
 
4651
                        -->
 
4652
                                <TooltipId>bpm_tap_visual_bpm</TooltipId>
 
4653
                                <Style></Style>
 
4654
                                <NumberStates>1</NumberStates>
 
4655
                                <State>
 
4656
                                        <Number>0</Number>
 
4657
                                        <Pressed>btn_tap1_over.png</Pressed>
 
4658
                                        <Unpressed>btn_tap1.png</Unpressed>
 
4659
                                </State>
 
4660
                                <Pos>375,0</Pos>
 
4661
                                <Connection>
 
4662
                                        <ConfigKey>[Channel1],bpm_tap</ConfigKey>
 
4663
                                        <EmitOnPressAndRelease>true</EmitOnPressAndRelease>
 
4664
                                </Connection>
 
4665
                        </PushButton>
 
4666
 
 
4667
                        <!--
 
4668
                        **********************************************
 
4669
                        Button - Show spinning Vinyl widget
 
4670
                        **********************************************
 
4671
                        -->
 
4672
                        <PushButton>
 
4673
                                <TooltipId>show_spinny</TooltipId>
 
4674
                                <Style></Style>
 
4675
                                <NumberStates>2</NumberStates>
 
4676
                                <State>
 
4677
                                        <Number>0</Number>
 
4678
                                        <Pressed>btn_spinny1.png</Pressed>
 
4679
                                        <Unpressed>btn_spinny1.png</Unpressed>
 
4680
                                </State>
 
4681
                                <State>
 
4682
                                        <Number>1</Number>
 
4683
                                        <Pressed>btn_spinny1_over.png</Pressed>
 
4684
                                        <Unpressed>btn_spinny1_over.png</Unpressed>
 
4685
                                </State>
 
4686
                                <Pos>400,67</Pos>
 
4687
                                <Connection>
 
4688
                                        <ConfigKey>[Spinny1],show_spinny</ConfigKey>
 
4689
                                        <EmitOnPressAndRelease>true</EmitOnPressAndRelease>
 
4690
                                        <ButtonState>LeftButton</ButtonState>
 
4691
                                </Connection>
 
4692
                        </PushButton>
 
4693
 
 
4694
                        <!--
 
4695
                        **********************************************
 
4696
                        Button- Repeat (End of track mode)
 
4697
                        **********************************************
 
4698
                        -->
 
4699
                        <PushButton>
 
4700
                                <TooltipId>repeat</TooltipId>
 
4701
                                <Style></Style>
 
4702
                                <NumberStates>2</NumberStates>
 
4703
                                <State>
 
4704
                                        <Number>0</Number>
 
4705
                                        <Pressed>btn_repeat1.png</Pressed>
 
4706
                                        <Unpressed>btn_repeat1.png</Unpressed>
 
4707
                                </State>
 
4708
                                <State>
 
4709
                                        <Number>1</Number>
 
4710
                                        <Pressed>btn_repeat1_over.png</Pressed>
 
4711
                                        <Unpressed>btn_repeat1_over.png</Unpressed>
 
4712
                                </State>
 
4713
                                <Pos>426,67</Pos>
 
4714
                                <Connection>
 
4715
                                        <ConfigKey>[Channel1],repeat</ConfigKey>
 
4716
                                </Connection>
 
4717
                        </PushButton>
 
4718
 
 
4719
                        <!--
 
4720
                        **********************************************
 
4721
                        Button- Eject
 
4722
                        **********************************************
 
4723
                        -->
 
4724
                        <PushButton>
 
4725
                                <TooltipId>eject</TooltipId>
 
4726
                                <Style></Style>
 
4727
                                <NumberStates>1</NumberStates>
 
4728
                                <State>
 
4729
                                        <Number>0</Number>
 
4730
                                        <Pressed>btn_eject1_over.png</Pressed>
 
4731
                                        <Unpressed>btn_eject1.png</Unpressed>
 
4732
                                </State>
 
4733
                                <Pos>452,67</Pos>
 
4734
                                <Connection>
 
4735
                                        <ConfigKey>[Channel1],eject</ConfigKey>
 
4736
                                        <EmitOnPressAndRelease>true</EmitOnPressAndRelease>
 
4737
                                        <ButtonState>LeftButton</ButtonState>
 
4738
                                        <ConnectValueToWidget>false</ConnectValueToWidget>
 
4739
                                </Connection>
 
4740
                        </PushButton>
 
4741
 
 
4742
                        <!--
 
4743
                        **********************************************
 
4744
                        Button - Beatgrid
 
4745
                        **********************************************
 
4746
                        -->
 
4747
                        <PushButton>
 
4748
                                <TooltipId>beats_translate_curpos</TooltipId>
 
4749
                                <Style></Style>
 
4750
                                <NumberStates>1</NumberStates>
 
4751
                                <State>
 
4752
                                        <Number>0</Number>
 
4753
                                        <Pressed>btn_beatgrid1_over.png</Pressed>
 
4754
                                        <Unpressed>btn_beatgrid1.png</Unpressed>
 
4755
                                </State>
 
4756
                                <Pos>400,89</Pos>
 
4757
                                <Connection>
 
4758
                                        <ConfigKey>[Channel1],beats_translate_curpos</ConfigKey>
 
4759
                                        <EmitOnPressAndRelease>true</EmitOnPressAndRelease>
 
4760
                                        <ButtonState>LeftButton</ButtonState>
 
4761
                                </Connection>
 
4762
                        </PushButton>
 
4763
 
 
4764
                        <!--
 
4765
                        **********************************************
 
4766
                        Button - Quantize
 
4767
                        **********************************************
 
4768
                        -->
 
4769
                        <PushButton>
 
4770
                                <TooltipId>quantize</TooltipId>
 
4771
                                <Style></Style>
 
4772
                                <NumberStates>2</NumberStates>
 
4773
                                <State>
 
4774
                                        <Number>0</Number>
 
4775
                                        <Pressed>btn_quantize1.png</Pressed>
 
4776
                                        <Unpressed>btn_quantize1.png</Unpressed>
 
4777
                                </State>
 
4778
                                <State>
 
4779
                                        <Number>1</Number>
 
4780
                                        <Pressed>btn_quantize1_over.png</Pressed>
 
4781
                                        <Unpressed>btn_quantize1_over.png</Unpressed>
 
4782
                                </State>
 
4783
                                <Pos>426,89</Pos>
 
4784
                                <Connection>
 
4785
                                        <ConfigKey>[Channel1],quantize</ConfigKey>
 
4786
                                        <EmitOnPressAndRelease>true</EmitOnPressAndRelease>
 
4787
                                        <ButtonState>LeftButton</ButtonState>
 
4788
                                </Connection>
 
4789
                        </PushButton>
 
4790
 
 
4791
                        <!--
 
4792
                        **********************************************
 
4793
                        Button- Key lock
 
4794
                        **********************************************
 
4795
                        -->
 
4796
                        <PushButton>
 
4797
                                <TooltipId>keylock</TooltipId>
 
4798
                                <Style></Style>
 
4799
                                <NumberStates>2</NumberStates>
 
4800
                                <State>
 
4801
                                        <Number>0</Number>
 
4802
                                        <Pressed>btn_keylock1.png</Pressed>
 
4803
                                        <Unpressed>btn_keylock1.png</Unpressed>
 
4804
                                </State>
 
4805
                                <State>
 
4806
                                        <Number>1</Number>
 
4807
                                        <Pressed>btn_keylock1_over.png</Pressed>
 
4808
                                        <Unpressed>btn_keylock1_over.png</Unpressed>
 
4809
                                </State>
 
4810
                                <Pos>452,89</Pos>
 
4811
                                <Connection>
 
4812
                                        <ConfigKey>[Channel1],keylock</ConfigKey>
 
4813
                                </Connection>
 
4814
                        </PushButton>
 
4815
 
 
4816
                        <!--
 
4817
                        ****************************************
 
4818
                         Button- Play
 
4819
                        ****************************************
 
4820
                        -->
 
4821
                        <PushButton>
 
4822
                                <TooltipId>play_cue_set</TooltipId>
 
4823
                                <Style></Style>
 
4824
                                <NumberStates>2</NumberStates>
 
4825
                                <RightClickIsPushButton>true</RightClickIsPushButton>
 
4826
                                <State>
 
4827
                                        <Number>0</Number>
 
4828
                                        <Pressed>btn_play1_down.png</Pressed>
 
4829
                                        <Unpressed>btn_play1.png</Unpressed>
 
4830
                                </State>
 
4831
                                <State>
 
4832
                                        <Number>1</Number>
 
4833
                                        <Pressed>btn_play1_overdown.png</Pressed>
 
4834
                                        <Unpressed>btn_play1_over.png</Unpressed>
 
4835
                                </State>
 
4836
                                <Pos>50,141</Pos>
 
4837
                                <Connection>
 
4838
                                        <ConfigKey>[Channel1],play</ConfigKey>
 
4839
                                        <EmitOnDownPress>true</EmitOnDownPress>
 
4840
                                        <ButtonState>LeftButton</ButtonState>
 
4841
                                </Connection>
 
4842
                                <Connection>
 
4843
                                        <ConfigKey>[Channel1],cue_set</ConfigKey>
 
4844
                                        <EmitOnDownPress>true</EmitOnDownPress>
 
4845
                                        <ButtonState>RightButton</ButtonState>
 
4846
                                        <ConnectValueToWidget>false</ConnectValueToWidget>
 
4847
                                </Connection>
 
4848
                        </PushButton>
 
4849
 
 
4850
                        <!--
 
4851
                        **********************************************
 
4852
                        Button- Cue
 
4853
                        **********************************************
 
4854
                        -->
 
4855
                        <PushButton>
 
4856
                                <TooltipId>cue_default_cue_gotoandstop</TooltipId>
 
4857
                                <Style></Style>
 
4858
                                <NumberStates>1</NumberStates>
 
4859
                                <State>
 
4860
                                        <Number>0</Number>
 
4861
                                        <Pressed>btn_cue1_overdown.png</Pressed>
 
4862
                                        <Unpressed>btn_cue1.png</Unpressed>
 
4863
                                </State>
 
4864
                                <Pos>50,115</Pos>
 
4865
                                <Connection>
 
4866
                                        <ConfigKey>[Channel1],cue_default</ConfigKey>
 
4867
                                        <EmitOnPressAndRelease>true</EmitOnPressAndRelease>
 
4868
                                        <ButtonState>LeftButton</ButtonState>
 
4869
                                </Connection>
 
4870
                                <Connection>
 
4871
                                        <ConfigKey>[Channel1],cue_gotoandstop</ConfigKey>
 
4872
                                        <EmitOnPressAndRelease>true</EmitOnPressAndRelease>
 
4873
                                        <ButtonState>RightButton</ButtonState>
 
4874
                                </Connection>
 
4875
                        </PushButton>
 
4876
 
 
4877
                        <!-- Playback control sub-widget -->
 
4878
                        <WidgetGroup>
 
4879
                                <Pos>120,115</Pos>
 
4880
                                <Size>e,54</Size>
 
4881
                                <Style>QGroupBox { border: 0px solid yellow; } QWidget { margin: 0; padding: 0; }</Style>
 
4882
                                <Children>
 
4883
 
 
4884
                                        <!--
 
4885
                                        **********************************************
 
4886
                                        Button- Fast forward and rewind
 
4887
                                        **********************************************
 
4888
                                        -->
 
4889
                                        <PushButton>
 
4890
                                                <TooltipId>fwd_end</TooltipId>
 
4891
                                                <Style></Style>
 
4892
                                                <NumberStates>1</NumberStates>
 
4893
                                                <State>
 
4894
                                                        <Number>0</Number>
 
4895
                                                        <Pressed>btn_forward1_overdown.png</Pressed>
 
4896
                                                        <Unpressed>btn_forward1.png</Unpressed>
 
4897
                                                </State>
 
4898
                                                <Pos>26,0</Pos>
 
4899
                                                <Connection>
 
4900
                                                        <ConfigKey>[Channel1],fwd</ConfigKey>
 
4901
                                                        <EmitOnPressAndRelease>true</EmitOnPressAndRelease>
 
4902
                                                        <ButtonState>LeftButton</ButtonState>
 
4903
                                                </Connection>
 
4904
                                                <Connection>
 
4905
                                                        <ConfigKey>[Channel1],end</ConfigKey>
 
4906
                                                        <EmitOnPressAndRelease>true</EmitOnPressAndRelease>
 
4907
                                                        <ButtonState>RightButton</ButtonState>
 
4908
                                                </Connection>
 
4909
                                        </PushButton>
 
4910
                                        <PushButton>
 
4911
                                                <TooltipId>back_start</TooltipId>
 
4912
                                                <Style></Style>
 
4913
                                                <NumberStates>1</NumberStates>
 
4914
                                                <State>
 
4915
                                                        <Number>0</Number>
 
4916
                                                        <Pressed>btn_rewind1_overdown.png</Pressed>
 
4917
                                                        <Unpressed>btn_rewind1.png</Unpressed>
 
4918
                                                </State>
 
4919
                                                <Pos>0,0</Pos>
 
4920
                                                <Connection>
 
4921
                                                        <ConfigKey>[Channel1],back</ConfigKey>
 
4922
                                                        <EmitOnPressAndRelease>true</EmitOnPressAndRelease>
 
4923
                                                        <ButtonState>LeftButton</ButtonState>
 
4924
                                                </Connection>
 
4925
                                                <Connection>
 
4926
                                                        <ConfigKey>[Channel1],start</ConfigKey>
 
4927
                                                        <EmitOnPressAndRelease>true</EmitOnPressAndRelease>
 
4928
                                                        <ButtonState>RightButton</ButtonState>
 
4929
                                                </Connection>
 
4930
                                        </PushButton>
 
4931
 
 
4932
                                        <!--
 
4933
                                        ****************************************
 
4934
                                        Button- Reverse playback
 
4935
                                        ****************************************
 
4936
                                        -->
 
4937
                                        <PushButton>
 
4938
                                                <TooltipId>reverse</TooltipId>
 
4939
                                                <Style></Style>
 
4940
                                                <NumberStates>1</NumberStates>
 
4941
                                                <State>
 
4942
                                                        <Number>0</Number>
 
4943
                                                        <Pressed>btn_reverse1_overdown.png</Pressed>
 
4944
                                                        <Unpressed>btn_reverse1.png</Unpressed>
 
4945
                                                </State>
 
4946
                                                <Pos>0,26</Pos>
 
4947
                                                <Connection>
 
4948
                                                        <ConfigKey>[Channel1],reverse</ConfigKey>
 
4949
                                                        <EmitOnPressAndRelease>true</EmitOnPressAndRelease>
 
4950
                                                        <ButtonState>LeftButton</ButtonState>
 
4951
                                                </Connection>
 
4952
                                        </PushButton>
 
4953
 
 
4954
                                        <!--
 
4955
                                        **********************************************
 
4956
                                        Button - Beatloop
 
4957
                                        **********************************************
 
4958
                                        -->
 
4959
                                        <PushButton>
 
4960
                                                <TooltipId>beatloop</TooltipId>
 
4961
                                                <Style></Style>
 
4962
                                                <NumberStates>2</NumberStates>
 
4963
                                                <LeftClickIsPushButton>true</LeftClickIsPushButton>
 
4964
                                                <RightClickIsPushButton>true</RightClickIsPushButton>
 
4965
                                                <State>
 
4966
                                                        <Number>0</Number>
 
4967
                                                        <Pressed>btn_beatloop1_0125_down.png</Pressed>
 
4968
                                                        <Unpressed>btn_beatloop1_0125.png</Unpressed>
 
4969
                                                </State>
 
4970
                                                <State>
 
4971
                                                        <Number>1</Number>
 
4972
                                                        <Pressed>btn_beatloop1_0125_overdown.png</Pressed>
 
4973
                                                        <Unpressed>btn_beatloop1_0125_over.png</Unpressed>
 
4974
                                                </State>
 
4975
                                                <Pos>92,0</Pos>
 
4976
                                                <Connection>
 
4977
                                                        <ConfigKey>[Channel1],beatloop_0.125_toggle</ConfigKey>
 
4978
                                                        <EmitOnPressAndRelease>true</EmitOnPressAndRelease>
 
4979
                                                        <ButtonState>LeftButton</ButtonState>
 
4980
                                                </Connection>
 
4981
                                                <Connection>
 
4982
                                                        <ConfigKey>[Channel1],beatlooproll_0.125_activate</ConfigKey>
 
4983
                                                        <EmitOnPressAndRelease>true</EmitOnPressAndRelease>
 
4984
                                                        <ButtonState>RightButton</ButtonState>
 
4985
                                                </Connection>
 
4986
                                                <Connection>
 
4987
                                                        <ConfigKey>[Channel1],beatloop_0.125_enabled</ConfigKey>
 
4988
                                                        <ConnectValueFromWidget>false</ConnectValueFromWidget>
 
4989
                                                </Connection>
 
4990
                                        </PushButton>
 
4991
                                        <PushButton>
 
4992
                                                <TooltipId>beatloop</TooltipId>
 
4993
                                                <Style></Style>
 
4994
                                                <NumberStates>2</NumberStates>
 
4995
                                                <LeftClickIsPushButton>true</LeftClickIsPushButton>
 
4996
                                                <RightClickIsPushButton>true</RightClickIsPushButton>
 
4997
                                                <State>
 
4998
                                                        <Number>0</Number>
 
4999
                                                        <Pressed>btn_beatloop1_0250_down.png</Pressed>
 
5000
                                                        <Unpressed>btn_beatloop1_0250.png</Unpressed>
 
5001
                                                </State>
 
5002
                                                <State>
 
5003
                                                        <Number>1</Number>
 
5004
                                                        <Pressed>btn_beatloop1_0250_overdown.png</Pressed>
 
5005
                                                        <Unpressed>btn_beatloop1_0250_over.png</Unpressed>
 
5006
                                                </State>
 
5007
                                                <Pos>118,0</Pos>
 
5008
                                                <Connection>
 
5009
                                                        <ConfigKey>[Channel1],beatloop_0.25_toggle</ConfigKey>
 
5010
                                                        <EmitOnPressAndRelease>true</EmitOnPressAndRelease>
 
5011
                                                        <ButtonState>LeftButton</ButtonState>
 
5012
                                                </Connection>
 
5013
                                                <Connection>
 
5014
                                                        <ConfigKey>[Channel1],beatlooproll_0.25_activate</ConfigKey>
 
5015
                                                        <EmitOnPressAndRelease>true</EmitOnPressAndRelease>
 
5016
                                                        <ButtonState>RightButton</ButtonState>
 
5017
                                                </Connection>
 
5018
                                                <Connection>
 
5019
                                                        <ConfigKey>[Channel1],beatloop_0.25_enabled</ConfigKey>
 
5020
                                                        <ConnectValueFromWidget>false</ConnectValueFromWidget>
 
5021
                                                </Connection>
 
5022
                                        </PushButton>
 
5023
                                        <PushButton>
 
5024
                                                <TooltipId>beatloop</TooltipId>
 
5025
                                                <Style></Style>
 
5026
                                                <NumberStates>2</NumberStates>
 
5027
                                                <LeftClickIsPushButton>true</LeftClickIsPushButton>
 
5028
                                                <RightClickIsPushButton>true</RightClickIsPushButton>
 
5029
                                                <State>
 
5030
                                                        <Number>0</Number>
 
5031
                                                        <Pressed>btn_beatloop1_0500_down.png</Pressed>
 
5032
                                                        <Unpressed>btn_beatloop1_0500.png</Unpressed>
 
5033
                                                </State>
 
5034
                                                <State>
 
5035
                                                        <Number>1</Number>
 
5036
                                                        <Pressed>btn_beatloop1_0500_overdown.png</Pressed>
 
5037
                                                        <Unpressed>btn_beatloop1_0500_over.png</Unpressed>
 
5038
                                                </State>
 
5039
                                                <Pos>144,0</Pos>
 
5040
                                                <Connection>
 
5041
                                                        <ConfigKey>[Channel1],beatloop_0.5_toggle</ConfigKey>
 
5042
                                                        <EmitOnPressAndRelease>true</EmitOnPressAndRelease>
 
5043
                                                        <ButtonState>LeftButton</ButtonState>
 
5044
                                                </Connection>
 
5045
                                                <Connection>
 
5046
                                                        <ConfigKey>[Channel1],beatlooproll_0.5_activate</ConfigKey>
 
5047
                                                        <EmitOnPressAndRelease>true</EmitOnPressAndRelease>
 
5048
                                                        <ButtonState>RightButton</ButtonState>
 
5049
                                                </Connection>
 
5050
                                                <Connection>
 
5051
                                                        <ConfigKey>[Channel1],beatloop_0.5_enabled</ConfigKey>
 
5052
                                                        <ConnectValueFromWidget>false</ConnectValueFromWidget>
 
5053
                                                </Connection>
 
5054
                                        </PushButton>
 
5055
                                        <PushButton>
 
5056
                                                <TooltipId>beatloop</TooltipId>
 
5057
                                                <Style></Style>
 
5058
                                                <NumberStates>2</NumberStates>
 
5059
                                                <LeftClickIsPushButton>true</LeftClickIsPushButton>
 
5060
                                                <RightClickIsPushButton>true</RightClickIsPushButton>
 
5061
                                                <State>
 
5062
                                                        <Number>0</Number>
 
5063
                                                        <Pressed>btn_beatloop1_1_down.png</Pressed>
 
5064
                                                        <Unpressed>btn_beatloop1_1.png</Unpressed>
 
5065
                                                </State>
 
5066
                                                <State>
 
5067
                                                        <Number>1</Number>
 
5068
                                                        <Pressed>btn_beatloop1_1_overdown.png</Pressed>
 
5069
                                                        <Unpressed>btn_beatloop1_1_over.png</Unpressed>
 
5070
                                                </State>
 
5071
                                                <Pos>170,0</Pos>
 
5072
                                                <Connection>
 
5073
                                                        <ConfigKey>[Channel1],beatloop_1_toggle</ConfigKey>
 
5074
                                                        <EmitOnPressAndRelease>true</EmitOnPressAndRelease>
 
5075
                                                        <ButtonState>LeftButton</ButtonState>
 
5076
                                                </Connection>
 
5077
                                                <Connection>
 
5078
                                                        <ConfigKey>[Channel1],beatlooproll_1_activate</ConfigKey>
 
5079
                                                        <EmitOnPressAndRelease>true</EmitOnPressAndRelease>
 
5080
                                                        <ButtonState>RightButton</ButtonState>
 
5081
                                                </Connection>
 
5082
                                                <Connection>
 
5083
                                                        <ConfigKey>[Channel1],beatloop_1_enabled</ConfigKey>
 
5084
                                                        <ConnectValueFromWidget>false</ConnectValueFromWidget>
 
5085
                                                </Connection>
 
5086
                                        </PushButton>
 
5087
                                        <PushButton>
 
5088
                                                <TooltipId>beatloop</TooltipId>
 
5089
                                                <Style></Style>
 
5090
                                                <NumberStates>2</NumberStates>
 
5091
                                                <LeftClickIsPushButton>true</LeftClickIsPushButton>
 
5092
                                                <RightClickIsPushButton>true</RightClickIsPushButton>
 
5093
                                                <State>
 
5094
                                                        <Number>0</Number>
 
5095
                                                        <Pressed>btn_beatloop1_2_down.png</Pressed>
 
5096
                                                        <Unpressed>btn_beatloop1_2.png</Unpressed>
 
5097
                                                </State>
 
5098
                                                <State>
 
5099
                                                        <Number>1</Number>
 
5100
                                                        <Pressed>btn_beatloop1_2_overdown.png</Pressed>
 
5101
                                                        <Unpressed>btn_beatloop1_2_over.png</Unpressed>
 
5102
                                                </State>
 
5103
                                                <Pos>92,26</Pos>
 
5104
                                                <Connection>
 
5105
                                                        <ConfigKey>[Channel1],beatloop_2_toggle</ConfigKey>
 
5106
                                                        <EmitOnPressAndRelease>true</EmitOnPressAndRelease>
 
5107
                                                        <ButtonState>LeftButton</ButtonState>
 
5108
                                                </Connection>
 
5109
                                                <Connection>
 
5110
                                                        <ConfigKey>[Channel1],beatlooproll_2_activate</ConfigKey>
 
5111
                                                        <EmitOnPressAndRelease>true</EmitOnPressAndRelease>
 
5112
                                                        <ButtonState>RightButton</ButtonState>
 
5113
                                                </Connection>
 
5114
                                                <Connection>
 
5115
                                                        <ConfigKey>[Channel1],beatloop_2_enabled</ConfigKey>
 
5116
                                                        <ConnectValueFromWidget>false</ConnectValueFromWidget>
 
5117
                                                </Connection>
 
5118
                                        </PushButton>
 
5119
                                        <PushButton>
 
5120
                                                <TooltipId>beatloop</TooltipId>
 
5121
                                                <Style></Style>
 
5122
                                                <NumberStates>2</NumberStates>
 
5123
                                                <LeftClickIsPushButton>true</LeftClickIsPushButton>
 
5124
                                                <RightClickIsPushButton>true</RightClickIsPushButton>
 
5125
                                                <State>
 
5126
                                                        <Number>0</Number>
 
5127
                                                        <Pressed>btn_beatloop1_4_down.png</Pressed>
 
5128
                                                        <Unpressed>btn_beatloop1_4.png</Unpressed>
 
5129
                                                </State>
 
5130
                                                <State>
 
5131
                                                        <Number>1</Number>
 
5132
                                                        <Pressed>btn_beatloop1_4_overdown.png</Pressed>
 
5133
                                                        <Unpressed>btn_beatloop1_4_over.png</Unpressed>
 
5134
                                                </State>
 
5135
                                                <Pos>118,26</Pos>
 
5136
                                                <Connection>
 
5137
                                                        <ConfigKey>[Channel1],beatloop_4_toggle</ConfigKey>
 
5138
                                                        <EmitOnPressAndRelease>true</EmitOnPressAndRelease>
 
5139
                                                        <ButtonState>LeftButton</ButtonState>
 
5140
                                                </Connection>
 
5141
                                                <Connection>
 
5142
                                                        <ConfigKey>[Channel1],beatlooproll_4_activate</ConfigKey>
 
5143
                                                        <EmitOnPressAndRelease>true</EmitOnPressAndRelease>
 
5144
                                                        <ButtonState>RightButton</ButtonState>
 
5145
                                                </Connection>
 
5146
                                                <Connection>
 
5147
                                                        <ConfigKey>[Channel1],beatloop_4_enabled</ConfigKey>
 
5148
                                                        <ConnectValueFromWidget>false</ConnectValueFromWidget>
 
5149
                                                </Connection>
 
5150
                                        </PushButton>
 
5151
                                        <PushButton>
 
5152
                                                <TooltipId>beatloop</TooltipId>
 
5153
                                                <Style></Style>
 
5154
                                                <NumberStates>2</NumberStates>
 
5155
                                                <LeftClickIsPushButton>true</LeftClickIsPushButton>
 
5156
                                                <RightClickIsPushButton>true</RightClickIsPushButton>
 
5157
                                                <State>
 
5158
                                                        <Number>0</Number>
 
5159
                                                        <Pressed>btn_beatloop1_8_down.png</Pressed>
 
5160
                                                        <Unpressed>btn_beatloop1_8.png</Unpressed>
 
5161
                                                </State>
 
5162
                                                <State>
 
5163
                                                        <Number>1</Number>
 
5164
                                                        <Pressed>btn_beatloop1_8_overdown.png</Pressed>
 
5165
                                                        <Unpressed>btn_beatloop1_8_over.png</Unpressed>
 
5166
                                                </State>
 
5167
                                                <Pos>144,26</Pos>
 
5168
                                                <Connection>
 
5169
                                                        <ConfigKey>[Channel1],beatloop_8_toggle</ConfigKey>
 
5170
                                                        <EmitOnPressAndRelease>true</EmitOnPressAndRelease>
 
5171
                                                        <ButtonState>LeftButton</ButtonState>
 
5172
                                                </Connection>
 
5173
                                                <Connection>
 
5174
                                                        <ConfigKey>[Channel1],beatlooproll_8_activate</ConfigKey>
 
5175
                                                        <EmitOnPressAndRelease>true</EmitOnPressAndRelease>
 
5176
                                                        <ButtonState>RightButton</ButtonState>
 
5177
                                                </Connection>
 
5178
                                                <Connection>
 
5179
                                                        <ConfigKey>[Channel1],beatloop_8_enabled</ConfigKey>
 
5180
                                                        <ConnectValueFromWidget>false</ConnectValueFromWidget>
 
5181
                                                </Connection>
 
5182
                                        </PushButton>
 
5183
                                        <PushButton>
 
5184
                                                <TooltipId>beatloop</TooltipId>
 
5185
                                                <Style></Style>
 
5186
                                                <NumberStates>2</NumberStates>
 
5187
                                                <LeftClickIsPushButton>true</LeftClickIsPushButton>
 
5188
                                                <RightClickIsPushButton>true</RightClickIsPushButton>
 
5189
                                                <State>
 
5190
                                                        <Number>0</Number>
 
5191
                                                        <Pressed>btn_beatloop1_16_down.png</Pressed>
 
5192
                                                        <Unpressed>btn_beatloop1_16.png</Unpressed>
 
5193
                                                </State>
 
5194
                                                <State>
 
5195
                                                        <Number>1</Number>
 
5196
                                                        <Pressed>btn_beatloop1_16_overdown.png</Pressed>
 
5197
                                                        <Unpressed>btn_beatloop1_16_over.png</Unpressed>
 
5198
                                                </State>
 
5199
                                                <Pos>170,26</Pos>
 
5200
                                                <Connection>
 
5201
                                                        <ConfigKey>[Channel1],beatloop_16_toggle</ConfigKey>
 
5202
                                                        <EmitOnPressAndRelease>true</EmitOnPressAndRelease>
 
5203
                                                        <ButtonState>LeftButton</ButtonState>
 
5204
                                                </Connection>
 
5205
                                                <Connection>
 
5206
                                                        <ConfigKey>[Channel1],beatlooproll_16_activate</ConfigKey>
 
5207
                                                        <EmitOnPressAndRelease>true</EmitOnPressAndRelease>
 
5208
                                                        <ButtonState>RightButton</ButtonState>
 
5209
                                                </Connection>
 
5210
                                                <Connection>
 
5211
                                                        <ConfigKey>[Channel1],beatloop_16_enabled</ConfigKey>
 
5212
                                                        <ConnectValueFromWidget>false</ConnectValueFromWidget>
 
5213
                                                </Connection>
 
5214
                                        </PushButton>
 
5215
 
 
5216
                                        <!--
 
5217
                                        **********************************************
 
5218
                                        Button - Beatloop halve/double
 
5219
                                        **********************************************
 
5220
                                        -->
 
5221
                                        <PushButton>
 
5222
                                                <TooltipId>loop_halve</TooltipId>
 
5223
                                                <Style></Style>
 
5224
                                                <NumberStates>1</NumberStates>
 
5225
                                                <State>
 
5226
                                                        <Number>0</Number>
 
5227
                                                        <Pressed>btn_beatloop1_halve_overdown.png</Pressed>
 
5228
                                                        <Unpressed>btn_beatloop1_halve.png</Unpressed>
 
5229
                                                </State>
 
5230
                                                <Pos>69,0</Pos>
 
5231
                                                <Connection>
 
5232
                                                        <ConfigKey>[Channel1],loop_halve</ConfigKey>
 
5233
                                                        <EmitOnPressAndRelease>true</EmitOnPressAndRelease>
 
5234
                                                        <ButtonState>LeftButton</ButtonState>
 
5235
                                                </Connection>
 
5236
                                        </PushButton>
 
5237
                                        <PushButton>
 
5238
                                                <TooltipId>loop_double</TooltipId>
 
5239
                                                <Style></Style>
 
5240
                                                <NumberStates>1</NumberStates>
 
5241
                                                <State>
 
5242
                                                        <Number>0</Number>
 
5243
                                                        <Pressed>btn_beatloop1_double_overdown.png</Pressed>
 
5244
                                                        <Unpressed>btn_beatloop1_double.png</Unpressed>
 
5245
                                                </State>
 
5246
                                                <Pos>197,0</Pos>
 
5247
                                                <Connection>
 
5248
                                                        <ConfigKey>[Channel1],loop_double</ConfigKey>
 
5249
                                                        <EmitOnPressAndRelease>true</EmitOnPressAndRelease>
 
5250
                                                        <ButtonState>LeftButton</ButtonState>
 
5251
                                                </Connection>
 
5252
                                        </PushButton>
 
5253
 
 
5254
                                        <!--
 
5255
                                        **********************************************
 
5256
                                        Button- Looping
 
5257
                                        **********************************************
 
5258
                                        -->
 
5259
                                        <PushButton>
 
5260
                                                <TooltipId>loop_in</TooltipId>
 
5261
                                                <Style></Style>
 
5262
                                                <NumberStates>1</NumberStates>
 
5263
                                                <State>
 
5264
                                                        <Number>0</Number>
 
5265
                                                        <Pressed>btn_loop_in1_overdown.png</Pressed>
 
5266
                                                        <Unpressed>btn_loop_in1.png</Unpressed>
 
5267
                                                </State>
 
5268
                                                <Pos>236,0</Pos>
 
5269
                                                <Connection>
 
5270
                                                        <ConfigKey>[Channel1],loop_in</ConfigKey>
 
5271
                                                        <EmitOnPressAndRelease>true</EmitOnPressAndRelease>
 
5272
                                                        <ButtonState>LeftButton</ButtonState>
 
5273
                                                </Connection>
 
5274
                                        </PushButton>
 
5275
                                        <PushButton>
 
5276
                                                <TooltipId>loop_out</TooltipId>
 
5277
                                                <Style></Style>
 
5278
                                                <NumberStates>1</NumberStates>
 
5279
                                                <State>
 
5280
                                                        <Number>0</Number>
 
5281
                                                        <Pressed>btn_loop_out1_overdown.png</Pressed>
 
5282
                                                        <Unpressed>btn_loop_out1.png</Unpressed>
 
5283
                                                </State>
 
5284
                                                <Pos>262,0</Pos>
 
5285
                                                <Connection>
 
5286
                                                        <ConfigKey>[Channel1],loop_out</ConfigKey>
 
5287
                                                        <EmitOnPressAndRelease>true</EmitOnPressAndRelease>
 
5288
                                                        <ButtonState>LeftButton</ButtonState>
 
5289
                                                </Connection>
 
5290
                                        </PushButton>
 
5291
                                        <PushButton>
 
5292
                                                <TooltipId>reloop_exit</TooltipId>
 
5293
                                                <Style></Style>
 
5294
                                                <NumberStates>2</NumberStates>
 
5295
                                                <LeftClickIsPushButton>true</LeftClickIsPushButton>
 
5296
                                                <State>
 
5297
                                                        <Number>0</Number>
 
5298
                                                        <Pressed>btn_reloop1_down.png</Pressed>
 
5299
                                                        <Unpressed>btn_reloop1.png</Unpressed>
 
5300
                                                </State>
 
5301
                                                <State>
 
5302
                                                        <Number>1</Number>
 
5303
                                                        <Pressed>btn_reloop1_overdown.png</Pressed>
 
5304
                                                        <Unpressed>btn_reloop1_over.png</Unpressed>
 
5305
                                                </State>
 
5306
                                                <Pos>236,26</Pos>
 
5307
                                                <Connection>
 
5308
                                                        <ConfigKey>[Channel1],reloop_exit</ConfigKey>
 
5309
                                                        <EmitOnPressAndRelease>true</EmitOnPressAndRelease>
 
5310
                                                        <ButtonState>LeftButton</ButtonState>
 
5311
                                                        <ConnectValueToWidget>false</ConnectValueToWidget>
 
5312
                                                </Connection>
 
5313
                                                <Connection>
 
5314
                                                        <ConfigKey>[Channel1],loop_enabled</ConfigKey>
 
5315
                                                        <ConnectValueFromWidget>false</ConnectValueFromWidget>
 
5316
                                                </Connection>
 
5317
                                        </PushButton>
 
5318
 
 
5319
                                        <!--
 
5320
                                        **********************************************
 
5321
                                        Button- Hotcue
 
5322
                                        **********************************************
 
5323
                                        -->
 
5324
                                        <PushButton>
 
5325
                                                <TooltipId>hotcue</TooltipId>
 
5326
                                                <Style></Style>
 
5327
                                                <NumberStates>2</NumberStates>
 
5328
                                                <LeftClickIsPushButton>true</LeftClickIsPushButton>
 
5329
                                                <RightClickIsPushButton>true</RightClickIsPushButton>
 
5330
                                                <State>
 
5331
                                                        <Number>0</Number>
 
5332
                                                        <Pressed>btn_hotcue1_1_down.png</Pressed>
 
5333
                                                        <Unpressed>btn_hotcue1_1.png</Unpressed>
 
5334
                                                </State>
 
5335
                                                <State>
 
5336
                                                        <Number>1</Number>
 
5337
                                                        <Pressed>btn_hotcue1_1_overdown.png</Pressed>
 
5338
                                                        <Unpressed>btn_hotcue1_1_over.png</Unpressed>
 
5339
                                                </State>
 
5340
                                                <Pos>304,0</Pos>
 
5341
                                                <Connection>
 
5342
                                                        <ConfigKey>[Channel1],hotcue_1_activate</ConfigKey>
 
5343
                                                        <EmitOnPressAndRelease>true</EmitOnPressAndRelease>
 
5344
                                                        <ButtonState>LeftButton</ButtonState>
 
5345
                                                        <ConnectValueToWidget>false</ConnectValueToWidget>
 
5346
                                                </Connection>
 
5347
                                                <Connection>
 
5348
                                                        <ConfigKey>[Channel1],hotcue_1_clear</ConfigKey>
 
5349
                                                        <EmitOnPressAndRelease>true</EmitOnPressAndRelease>
 
5350
                                                        <ButtonState>RightButton</ButtonState>
 
5351
                                                        <ConnectValueToWidget>false</ConnectValueToWidget>
 
5352
                                                </Connection>
 
5353
                                                <Connection>
 
5354
                                                        <ConfigKey>[Channel1],hotcue_1_enabled</ConfigKey>
 
5355
                                                        <ConnectValueFromWidget>false</ConnectValueFromWidget>
 
5356
                                                </Connection>
 
5357
                                        </PushButton>
 
5358
                                        <PushButton>
 
5359
                                                <TooltipId>hotcue</TooltipId>
 
5360
                                                <Style></Style>
 
5361
                                                <NumberStates>2</NumberStates>
 
5362
                                                <LeftClickIsPushButton>true</LeftClickIsPushButton>
 
5363
                                                <RightClickIsPushButton>true</RightClickIsPushButton>
 
5364
                                                <State>
 
5365
                                                        <Number>0</Number>
 
5366
                                                        <Pressed>btn_hotcue1_2_down.png</Pressed>
 
5367
                                                        <Unpressed>btn_hotcue1_2.png</Unpressed>
 
5368
                                                </State>
 
5369
                                                <State>
 
5370
                                                        <Number>1</Number>
 
5371
                                                        <Pressed>btn_hotcue1_2_overdown.png</Pressed>
 
5372
                                                        <Unpressed>btn_hotcue1_2_over.png</Unpressed>
 
5373
                                                </State>
 
5374
                                                <Pos>330,0</Pos>
 
5375
                                                <Connection>
 
5376
                                                        <ConfigKey>[Channel1],hotcue_2_activate</ConfigKey>
 
5377
                                                        <EmitOnPressAndRelease>true</EmitOnPressAndRelease>
 
5378
                                                        <ButtonState>LeftButton</ButtonState>
 
5379
                                                        <ConnectValueToWidget>false</ConnectValueToWidget>
 
5380
                                                </Connection>
 
5381
                                                <Connection>
 
5382
                                                        <ConfigKey>[Channel1],hotcue_2_clear</ConfigKey>
 
5383
                                                        <EmitOnPressAndRelease>true</EmitOnPressAndRelease>
 
5384
                                                        <ButtonState>RightButton</ButtonState>
 
5385
                                                        <ConnectValueToWidget>false</ConnectValueToWidget>
 
5386
                                                </Connection>
 
5387
                                                <Connection>
 
5388
                                                        <ConfigKey>[Channel1],hotcue_2_enabled</ConfigKey>
 
5389
                                                        <ConnectValueFromWidget>false</ConnectValueFromWidget>
 
5390
                                                </Connection>
 
5391
                                        </PushButton>
 
5392
                                        <PushButton>
 
5393
                                                <TooltipId>hotcue</TooltipId>
 
5394
                                                <Style></Style>
 
5395
                                                <NumberStates>2</NumberStates>
 
5396
                                                <LeftClickIsPushButton>true</LeftClickIsPushButton>
 
5397
                                                <RightClickIsPushButton>true</RightClickIsPushButton>
 
5398
                                                <State>
 
5399
                                                        <Number>0</Number>
 
5400
                                                        <Pressed>btn_hotcue1_3_down.png</Pressed>
 
5401
                                                        <Unpressed>btn_hotcue1_3.png</Unpressed>
 
5402
                                                </State>
 
5403
                                                <State>
 
5404
                                                        <Number>1</Number>
 
5405
                                                        <Pressed>btn_hotcue1_3_overdown.png</Pressed>
 
5406
                                                        <Unpressed>btn_hotcue1_3_over.png</Unpressed>
 
5407
                                                </State>
 
5408
                                                <Pos>304,26</Pos>
 
5409
                                                <Connection>
 
5410
                                                        <ConfigKey>[Channel1],hotcue_3_activate</ConfigKey>
 
5411
                                                        <EmitOnPressAndRelease>true</EmitOnPressAndRelease>
 
5412
                                                        <ButtonState>LeftButton</ButtonState>
 
5413
                                                        <ConnectValueToWidget>false</ConnectValueToWidget>
 
5414
                                                </Connection>
 
5415
                                                <Connection>
 
5416
                                                        <ConfigKey>[Channel1],hotcue_3_clear</ConfigKey>
 
5417
                                                        <EmitOnPressAndRelease>true</EmitOnPressAndRelease>
 
5418
                                                        <ButtonState>RightButton</ButtonState>
 
5419
                                                        <ConnectValueToWidget>false</ConnectValueToWidget>
 
5420
                                                </Connection>
 
5421
                                                <Connection>
 
5422
                                                        <ConfigKey>[Channel1],hotcue_3_enabled</ConfigKey>
 
5423
                                                        <ConnectValueFromWidget>false</ConnectValueFromWidget>
 
5424
                                                </Connection>
 
5425
                                        </PushButton>
 
5426
                                        <PushButton>
 
5427
                                                <TooltipId>hotcue</TooltipId>
 
5428
                                                <Style></Style>
 
5429
                                                <NumberStates>2</NumberStates>
 
5430
                                                <LeftClickIsPushButton>true</LeftClickIsPushButton>
 
5431
                                                <RightClickIsPushButton>true</RightClickIsPushButton>
 
5432
                                                <State>
 
5433
                                                        <Number>0</Number>
 
5434
                                                        <Pressed>btn_hotcue1_4_down.png</Pressed>
 
5435
                                                        <Unpressed>btn_hotcue1_4.png</Unpressed>
 
5436
                                                </State>
 
5437
                                                <State>
 
5438
                                                        <Number>1</Number>
 
5439
                                                        <Pressed>btn_hotcue1_4_overdown.png</Pressed>
 
5440
                                                        <Unpressed>btn_hotcue1_4_over.png</Unpressed>
 
5441
                                                </State>
 
5442
                                                <Pos>330,26</Pos>
 
5443
                                                <Connection>
 
5444
                                                        <ConfigKey>[Channel1],hotcue_4_activate</ConfigKey>
 
5445
                                                        <EmitOnPressAndRelease>true</EmitOnPressAndRelease>
 
5446
                                                        <ButtonState>LeftButton</ButtonState>
 
5447
                                                        <ConnectValueToWidget>false</ConnectValueToWidget>
 
5448
                                                </Connection>
 
5449
                                                <Connection>
 
5450
                                                        <ConfigKey>[Channel1],hotcue_4_clear</ConfigKey>
 
5451
                                                        <EmitOnPressAndRelease>true</EmitOnPressAndRelease>
 
5452
                                                        <ButtonState>RightButton</ButtonState>
 
5453
                                                        <ConnectValueToWidget>false</ConnectValueToWidget>
 
5454
                                                </Connection>
 
5455
                                                <Connection>
 
5456
                                                        <ConfigKey>[Channel1],hotcue_4_enabled</ConfigKey>
 
5457
                                                        <ConnectValueFromWidget>false</ConnectValueFromWidget>
 
5458
                                                </Connection>
 
5459
                                        </PushButton>
 
5460
 
 
5461
                                </Children>
 
5462
                        </WidgetGroup>
 
5463
 
 
5464
                </Children>
 
5465
        </WidgetGroup>
 
5466
 
 
5467
        <!--
 
5468
        ############################################################################################
 
5469
        ############################################################################################
 
5470
        WidgetGroup : Deck 2
 
5471
        ############################################################################################
 
5472
        ############################################################################################
 
5473
        -->
 
5474
        <WidgetGroup>
 
5475
                <Pos>801,194</Pos>
 
5476
                <Size>478,170</Size>
 
5477
                <Style>QGroupBox { border: 0px solid red; } QWidget { margin: 0; padding: 0; }</Style>
 
5478
                <Children>
 
5479
                        <!--
 
5480
                        **********************************************
 
5481
                        Visual- Vinyl control status indicator // we need 4 of them for top-bottom-left-right
 
5482
                        **********************************************
 
5483
                        -->
 
5484
                        <StatusLight>
 
5485
                                <TooltipId>vinylcontrol_status</TooltipId>
 
5486
                                <Style></Style>
 
5487
                                <NumberPos>3</NumberPos>
 
5488
                                <PathStatusLight>btn_vinylcontrol_indicator_horizontal1.png</PathStatusLight>
 
5489
                                <PathStatusLight2>btn_vinylcontrol_indicator_horizontal2.png</PathStatusLight2>
 
5490
                                <PathStatusLight3>btn_vinylcontrol_indicator_horizontal3.png</PathStatusLight3>
 
5491
                                <Pos>0,-0</Pos>
 
5492
                                <Connection>
 
5493
                                        <ConfigKey>[Channel2],vinylcontrol_status</ConfigKey>
 
5494
                                </Connection>
 
5495
                        </StatusLight>
 
5496
                        <StatusLight>
 
5497
                                <TooltipId>vinylcontrol_status</TooltipId>
 
5498
                                <Style></Style>
 
5499
                                <NumberPos>3</NumberPos>
 
5500
                                <PathStatusLight>btn_vinylcontrol_indicator_horizontal1.png</PathStatusLight>
 
5501
                                <PathStatusLight2>btn_vinylcontrol_indicator_horizontal2.png</PathStatusLight2>
 
5502
                                <PathStatusLight3>btn_vinylcontrol_indicator_horizontal3.png</PathStatusLight3>
 
5503
                                <Pos>0,108</Pos>
 
5504
                                <Connection>
 
5505
                                        <ConfigKey>[Channel2],vinylcontrol_status</ConfigKey>
 
5506
                                </Connection>
 
5507
                        </StatusLight>
 
5508
                        <StatusLight>
 
5509
                                <TooltipId>vinylcontrol_status</TooltipId>
 
5510
                                <Style></Style>
 
5511
                                <NumberPos>3</NumberPos>
 
5512
                                <PathStatusLight>btn_vinylcontrol_indicator_vertical1.png</PathStatusLight>
 
5513
                                <PathStatusLight2>btn_vinylcontrol_indicator_vertical2.png</PathStatusLight2>
 
5514
                                <PathStatusLight3>btn_vinylcontrol_indicator_vertical3.png</PathStatusLight3>
 
5515
                                <Pos>0,-2</Pos>
 
5516
                                <Connection>
 
5517
                                        <ConfigKey>[Channel2],vinylcontrol_status</ConfigKey>
 
5518
                                </Connection>
 
5519
                        </StatusLight>
 
5520
                        <StatusLight>
 
5521
                                <TooltipId>vinylcontrol_status</TooltipId>
 
5522
                                <Style></Style>
 
5523
                                <NumberPos>3</NumberPos>
 
5524
                                <PathStatusLight>btn_vinylcontrol_indicator_vertical1.png</PathStatusLight>
 
5525
                                <PathStatusLight2>btn_vinylcontrol_indicator_vertical2.png</PathStatusLight2>
 
5526
                                <PathStatusLight3>btn_vinylcontrol_indicator_vertical3.png</PathStatusLight3>
 
5527
                                <Pos>477,0</Pos>
 
5528
                                <Connection>
 
5529
                                        <ConfigKey>[Channel2],vinylcontrol_status</ConfigKey>
 
5530
                                </Connection>
 
5531
                        </StatusLight>
 
5532
 
 
5533
                        <!--
 
5534
                        **********************************************
 
5535
                        Visual- Waveform overview
 
5536
                        **********************************************
 
5537
                        -->
 
5538
                        <Overview>
 
5539
                                <TooltipId>waveform_overview</TooltipId>
 
5540
                                <Style></Style>
 
5541
                                <Channel>2</Channel>
 
5542
                                <Pos>1,66</Pos>
 
5543
                                <Size>398,43</Size>
 
5544
                                <!-- transparent background if no <BgColor> & <BgPixmap> is present
 
5545
                                <BgColor>#1C1C1C</BgColor>
 
5546
                                <BgPixmap></BgPixmap>
 
5547
                                -->
 
5548
                                <SignalColor>#E17800</SignalColor>
 
5549
                                <PlayPosColor>#00FF00</PlayPosColor>
 
5550
                                <EndOfTrackColor>#EA0000</EndOfTrackColor>
 
5551
                                <DefaultMark>
 
5552
                                        <Align>bottom</Align>
 
5553
                                        <Color>#00FF00</Color>
 
5554
                                        <TextColor>#FFFFFF</TextColor>
 
5555
                                        <Text> %1 </Text>
 
5556
                                </DefaultMark>
 
5557
                                <MarkRange>
 
5558
                                        <StartControl>loop_start_position</StartControl>
 
5559
                                        <EndControl>loop_end_position</EndControl>
 
5560
                                        <EnabledControl>loop_enabled</EnabledControl>
 
5561
                                        <Color>#00FF00</Color>
 
5562
                                        <DisabledColor>#FFFFFF</DisabledColor>
 
5563
                                </MarkRange>
 
5564
                                <Mark>
 
5565
                                        <Control>cue_point</Control>
 
5566
                                        <Text>C</Text>
 
5567
                                        <Align>top</Align>
 
5568
                                        <Color>#FF001C</Color>
 
5569
                                        <TextColor>#FFFFFF</TextColor>
 
5570
                                </Mark>
 
5571
                                <Connection>
 
5572
                                        <ConfigKey>[Channel2],playposition</ConfigKey>
 
5573
                                        <EmitOnDownPress>false</EmitOnDownPress>
 
5574
                                </Connection>
 
5575
                        </Overview>
 
5576
 
 
5577
                        <!--
 
5578
                        **********************************************
 
5579
                        Text- Track Title
 
5580
                        **********************************************
 
5581
                        -->
 
5582
                        <TrackProperty>
 
5583
                                <TooltipId>track_title</TooltipId>
 
5584
                                <Style>QLabel { font: bold 18px/20px Lucida Grande, Lucida Sans Unicode, Arial, Verdana, sans-serif;
 
5585
                                background-color: transparent; color: #E17800; text-align: left; padding-left: 1px; }
 
5586
                                </Style>
 
5587
                                <Property>title</Property>
 
5588
                                <Channel>2</Channel>
 
5589
                                <Pos>0,1</Pos>
 
5590
                                <Size>370f,23</Size>
 
5591
                        </TrackProperty>
 
5592
 
 
5593
                        <!--
 
5594
                        **********************************************
 
5595
                        Text- Track Artist
 
5596
                        **********************************************
 
5597
                        -->
 
5598
                        <TrackProperty>
 
5599
                                <TooltipId>track_artist</TooltipId>
 
5600
                                <Style>QLabel { font: bold 18px/20px Lucida Grande, Lucida Sans Unicode, Arial, Verdana, sans-serif;
 
5601
                                background-color: transparent; color: #E17800; text-align: left; padding-left: 1px; }
 
5602
                                </Style>
 
5603
                                <Property>artist</Property>
 
5604
                                <Channel>2</Channel>
 
5605
                                <Pos>0,25</Pos>
 
5606
                                <Size>350f,23</Size>
 
5607
                        </TrackProperty>
 
5608
 
 
5609
                        <!--
 
5610
                        **********************************************
 
5611
                        Text- Track Album
 
5612
                        **********************************************
 
5613
                        -->
 
5614
                        <TrackProperty>
 
5615
                                <TooltipId>track_album</TooltipId>
 
5616
                                <Style>QLabel { font: 12px/14px Lucida Grande, Lucida Sans Unicode, Arial, Verdana, sans-serif;
 
5617
                                background-color: transparent; color: #E17800; text-align: left; padding-left: 1px; }
 
5618
                                </Style>
 
5619
                                <Property>album</Property>
 
5620
                                <Channel>2</Channel>
 
5621
                                <Pos>0,50</Pos>
 
5622
                                <Size>350f,15</Size>
 
5623
                        </TrackProperty>
 
5624
 
 
5625
                        <!--
 
5626
                        **********************************************
 
5627
                        Text- BPM number display
 
5628
                        **********************************************
 
5629
                        -->
 
5630
                        <NumberBpm>
 
5631
                                <TooltipId>visual_bpm</TooltipId>
 
5632
                                <Style>QLabel { font: bold 18px/20px Lucida Grande, Lucida Sans Unicode, Arial, Verdana, sans-serif;
 
5633
                                background-color: transparent; color: #E17800; text-align: left;padding-left: 1px; }
 
5634
                                </Style>
 
5635
                                <Channel>2</Channel>
 
5636
                                <Pos>378,1</Pos>
 
5637
                                <Size>100,23</Size>
 
5638
                                <!--CSS alignments not respected see bug lp:605530 , lets call <Alignment>-->
 
5639
                                <Alignment>right</Alignment>
 
5640
                                <Connection>
 
5641
                                        <ConfigKey>[Channel2],visual_bpm</ConfigKey>
 
5642
                                </Connection>
 
5643
                        </NumberBpm>
 
5644
 
 
5645
                        <!--
 
5646
                        **********************************************
 
5647
                        Text- Playing position / Time remaining
 
5648
                        **********************************************
 
5649
                        -->
 
5650
                        <NumberPos>
 
5651
                                <TooltipId>track_time</TooltipId>
 
5652
                                <Style>QLabel { font: bold 18px/20px Lucida Grande, Lucida Sans Unicode, Arial, Verdana, sans-serif;
 
5653
                                background-color: transparent; color: #E17800; text-align: left;padding-left: 1px; }
 
5654
                                </Style>
 
5655
                                <Channel>2</Channel>
 
5656
                                <Pos>358,25</Pos>
 
5657
                                <Size>120,23</Size>
 
5658
                                <!--CSS alignments not respected see bug lp:605530 , lets call <Alignment>-->
 
5659
                                <Alignment>right</Alignment>
 
5660
                                <Connection>
 
5661
                                        <ConfigKey>[Channel2],playposition</ConfigKey>
 
5662
                                </Connection>
 
5663
                        </NumberPos>
 
5664
 
 
5665
                        <!--
 
5666
                        **********************************************
 
5667
                        Text- Track duration
 
5668
                        **********************************************
 
5669
                        -->
 
5670
                        <TrackProperty>
 
5671
                                <TooltipId>track_duration</TooltipId>
 
5672
                                <Style>QLabel { font: 12px/14px Lucida Grande, Lucida Sans Unicode, Arial, Verdana, sans-serif;
 
5673
                                background-color: transparent; color: #E17800; text-align: left; padding-left: 1px; }
 
5674
                                </Style>
 
5675
                                <Property>durationFormatted</Property>
 
5676
                                <Channel>2</Channel>
 
5677
                                <Pos>356,50</Pos>
 
5678
                                <Size>120,15</Size>
 
5679
                                <!--CSS alignments not respected see bug lp:605530 , lets call <Alignment>-->
 
5680
                                <Alignment>right</Alignment>
 
5681
                        </TrackProperty>
 
5682
 
 
5683
                        <!--
 
5684
                        **********************************************
 
5685
                        Button- BPM Tap
 
5686
                        **********************************************
 
5687
                        -->
 
5688
                        <!-- Little trickery here:
 
5689
                                 BPM tap is transparent png directly over BPM display, so it became BPM and TAP at once,
 
5690
                                 changed tooltip accordingly
 
5691
                        -->
 
5692
                        <PushButton>
 
5693
                        <!-- Original:
 
5694
                                <TooltipId>bpm_tap</TooltipId>
 
5695
                        -->
 
5696
                                <TooltipId>bpm_tap_visual_bpm</TooltipId>
 
5697
                                <Style></Style>
 
5698
                                <NumberStates>1</NumberStates>
 
5699
                                <State>
 
5700
                                        <Number>0</Number>
 
5701
                                        <Pressed>btn_tap2_over.png</Pressed>
 
5702
                                        <Unpressed>btn_tap2.png</Unpressed>
 
5703
                                </State>
 
5704
                                <Pos>375,0</Pos>
 
5705
                                <Connection>
 
5706
                                        <ConfigKey>[Channel2],bpm_tap</ConfigKey>
 
5707
                                        <EmitOnPressAndRelease>true</EmitOnPressAndRelease>
 
5708
                                </Connection>
 
5709
                        </PushButton>
 
5710
 
 
5711
                        <!--
 
5712
                        **********************************************
 
5713
                        Button - Show spinning Vinyl widget
 
5714
                        **********************************************
 
5715
                        -->
 
5716
                        <PushButton>
 
5717
                                <TooltipId>show_spinny</TooltipId>
 
5718
                                <Style></Style>
 
5719
                                <NumberStates>2</NumberStates>
 
5720
                                <State>
 
5721
                                        <Number>0</Number>
 
5722
                                        <Pressed>btn_spinny2.png</Pressed>
 
5723
                                        <Unpressed>btn_spinny2.png</Unpressed>
 
5724
                                </State>
 
5725
                                <State>
 
5726
                                        <Number>1</Number>
 
5727
                                        <Pressed>btn_spinny2_over.png</Pressed>
 
5728
                                        <Unpressed>btn_spinny2_over.png</Unpressed>
 
5729
                                </State>
 
5730
                                <Pos>400,67</Pos>
 
5731
                                <Connection>
 
5732
                                        <ConfigKey>[Spinny2],show_spinny</ConfigKey>
 
5733
                                        <EmitOnPressAndRelease>true</EmitOnPressAndRelease>
 
5734
                                        <ButtonState>LeftButton</ButtonState>
 
5735
                                </Connection>
 
5736
                        </PushButton>
 
5737
 
 
5738
                        <!--
 
5739
                        **********************************************
 
5740
                        Button- Repeat (End of track mode)
 
5741
                        **********************************************
 
5742
                        -->
 
5743
                        <PushButton>
 
5744
                                <TooltipId>repeat</TooltipId>
 
5745
                                <Style></Style>
 
5746
                                <NumberStates>2</NumberStates>
 
5747
                                <State>
 
5748
                                        <Number>0</Number>
 
5749
                                        <Pressed>btn_repeat2.png</Pressed>
 
5750
                                        <Unpressed>btn_repeat2.png</Unpressed>
 
5751
                                </State>
 
5752
                                <State>
 
5753
                                        <Number>1</Number>
 
5754
                                        <Pressed>btn_repeat2_over.png</Pressed>
 
5755
                                        <Unpressed>btn_repeat2_over.png</Unpressed>
 
5756
                                </State>
 
5757
                                <Pos>426,67</Pos>
 
5758
                                <Connection>
 
5759
                                        <ConfigKey>[Channel2],repeat</ConfigKey>
 
5760
                                </Connection>
 
5761
                        </PushButton>
 
5762
 
 
5763
                        <!--
 
5764
                        **********************************************
 
5765
                        Button- Eject
 
5766
                        **********************************************
 
5767
                        -->
 
5768
                        <PushButton>
 
5769
                                <TooltipId>eject</TooltipId>
 
5770
                                <Style></Style>
 
5771
                                <NumberStates>1</NumberStates>
 
5772
                                <State>
 
5773
                                        <Number>0</Number>
 
5774
                                        <Pressed>btn_eject2_over.png</Pressed>
 
5775
                                        <Unpressed>btn_eject2.png</Unpressed>
 
5776
                                </State>
 
5777
                                <Pos>452,67</Pos>
 
5778
                                <Connection>
 
5779
                                        <ConfigKey>[Channel2],eject</ConfigKey>
 
5780
                                        <EmitOnPressAndRelease>true</EmitOnPressAndRelease>
 
5781
                                        <ButtonState>LeftButton</ButtonState>
 
5782
                                        <ConnectValueToWidget>false</ConnectValueToWidget>
 
5783
                                </Connection>
 
5784
                        </PushButton>
 
5785
 
 
5786
                        <!--
 
5787
                        **********************************************
 
5788
                        Button - Beatgrid
 
5789
                        **********************************************
 
5790
                        -->
 
5791
                        <PushButton>
 
5792
                                <TooltipId>beats_translate_curpos</TooltipId>
 
5793
                                <Style></Style>
 
5794
                                <NumberStates>1</NumberStates>
 
5795
                                <State>
 
5796
                                        <Number>0</Number>
 
5797
                                        <Pressed>btn_beatgrid2_over.png</Pressed>
 
5798
                                        <Unpressed>btn_beatgrid2.png</Unpressed>
 
5799
                                </State>
 
5800
                                <Pos>400,89</Pos>
 
5801
                                <Connection>
 
5802
                                        <ConfigKey>[Channel2],beats_translate_curpos</ConfigKey>
 
5803
                                        <EmitOnPressAndRelease>true</EmitOnPressAndRelease>
 
5804
                                        <ButtonState>LeftButton</ButtonState>
 
5805
                                </Connection>
 
5806
                        </PushButton>
 
5807
 
 
5808
                        <!--
 
5809
                        **********************************************
 
5810
                        Button - Quantize
 
5811
                        **********************************************
 
5812
                        -->
 
5813
                        <PushButton>
 
5814
                                <TooltipId>quantize</TooltipId>
 
5815
                                <Style></Style>
 
5816
                                <NumberStates>2</NumberStates>
 
5817
                                <State>
 
5818
                                        <Number>0</Number>
 
5819
                                        <Pressed>btn_quantize2.png</Pressed>
 
5820
                                        <Unpressed>btn_quantize2.png</Unpressed>
 
5821
                                </State>
 
5822
                                <State>
 
5823
                                        <Number>1</Number>
 
5824
                                        <Pressed>btn_quantize2_over.png</Pressed>
 
5825
                                        <Unpressed>btn_quantize2_over.png</Unpressed>
 
5826
                                </State>
 
5827
                                <Pos>426,89</Pos>
 
5828
                                <Connection>
 
5829
                                        <ConfigKey>[Channel2],quantize</ConfigKey>
 
5830
                                        <EmitOnPressAndRelease>true</EmitOnPressAndRelease>
 
5831
                                        <ButtonState>LeftButton</ButtonState>
 
5832
                                </Connection>
 
5833
                        </PushButton>
 
5834
 
 
5835
                        <!--
 
5836
                        **********************************************
 
5837
                        Button- Key lock
 
5838
                        **********************************************
 
5839
                        -->
 
5840
                        <PushButton>
 
5841
                                <TooltipId>keylock</TooltipId>
 
5842
                                <Style></Style>
 
5843
                                <NumberStates>2</NumberStates>
 
5844
                                <State>
 
5845
                                        <Number>0</Number>
 
5846
                                        <Pressed>btn_keylock2.png</Pressed>
 
5847
                                        <Unpressed>btn_keylock2.png</Unpressed>
 
5848
                                </State>
 
5849
                                <State>
 
5850
                                        <Number>1</Number>
 
5851
                                        <Pressed>btn_keylock2_over.png</Pressed>
 
5852
                                        <Unpressed>btn_keylock2_over.png</Unpressed>
 
5853
                                </State>
 
5854
                                <Pos>452,89</Pos>
 
5855
                                <Connection>
 
5856
                                        <ConfigKey>[Channel2],keylock</ConfigKey>
 
5857
                                </Connection>
 
5858
                        </PushButton>
 
5859
 
 
5860
                        <!--
 
5861
                        ****************************************
 
5862
                         Button- Play
 
5863
                        ****************************************
 
5864
                        -->
 
5865
                        <PushButton>
 
5866
                                <TooltipId>play_cue_set</TooltipId>
 
5867
                                <Style></Style>
 
5868
                                <NumberStates>2</NumberStates>
 
5869
                                <RightClickIsPushButton>true</RightClickIsPushButton>
 
5870
                                <State>
 
5871
                                        <Number>0</Number>
 
5872
                                        <Pressed>btn_play2_down.png</Pressed>
 
5873
                                        <Unpressed>btn_play2.png</Unpressed>
 
5874
                                </State>
 
5875
                                <State>
 
5876
                                        <Number>1</Number>
 
5877
                                        <Pressed>btn_play2_overdown.png</Pressed>
 
5878
                                        <Unpressed>btn_play1_over.png</Unpressed>
 
5879
                                </State>
 
5880
                                <Pos>50,141</Pos>
 
5881
                                <Connection>
 
5882
                                        <ConfigKey>[Channel2],play</ConfigKey>
 
5883
                                        <EmitOnDownPress>true</EmitOnDownPress>
 
5884
                                        <ButtonState>LeftButton</ButtonState>
 
5885
                                </Connection>
 
5886
                                <Connection>
 
5887
                                        <ConfigKey>[Channel2],cue_set</ConfigKey>
 
5888
                                        <EmitOnDownPress>true</EmitOnDownPress>
 
5889
                                        <ButtonState>RightButton</ButtonState>
 
5890
                                        <ConnectValueToWidget>false</ConnectValueToWidget>
 
5891
                                </Connection>
 
5892
                        </PushButton>
 
5893
 
 
5894
                        <!--
 
5895
                        **********************************************
 
5896
                        Button- Cue
 
5897
                        **********************************************
 
5898
                        -->
 
5899
                        <PushButton>
 
5900
                                <TooltipId>cue_default_cue_gotoandstop</TooltipId>
 
5901
                                <Style></Style>
 
5902
                                <NumberStates>1</NumberStates>
 
5903
                                <State>
 
5904
                                        <Number>0</Number>
 
5905
                                        <Pressed>btn_cue2_overdown.png</Pressed>
 
5906
                                        <Unpressed>btn_cue2.png</Unpressed>
 
5907
                                </State>
 
5908
                                <Pos>50,115</Pos>
 
5909
                                <Connection>
 
5910
                                        <ConfigKey>[Channel2],cue_default</ConfigKey>
 
5911
                                        <EmitOnPressAndRelease>true</EmitOnPressAndRelease>
 
5912
                                        <ButtonState>LeftButton</ButtonState>
 
5913
                                </Connection>
 
5914
                                <Connection>
 
5915
                                        <ConfigKey>[Channel2],cue_gotoandstop</ConfigKey>
 
5916
                                        <EmitOnPressAndRelease>true</EmitOnPressAndRelease>
 
5917
                                        <ButtonState>RightButton</ButtonState>
 
5918
                                </Connection>
 
5919
                        </PushButton>
 
5920
 
 
5921
                        <!-- Playback control sub-widget -->
 
5922
                        <WidgetGroup>
 
5923
                                <Pos>119,115</Pos>
 
5924
                                <Size>e,54</Size>
 
5925
                                <Style>QGroupBox { border: 0px solid yellow; } QWidget { margin: 0; padding: 0; }</Style>
 
5926
                                <Children>
 
5927
 
 
5928
                                        <!--
 
5929
                                        **********************************************
 
5930
                                        Button- Fast forward and rewind
 
5931
                                        **********************************************
 
5932
                                        -->
 
5933
                                        <PushButton>
 
5934
                                                <TooltipId>fwd_end</TooltipId>
 
5935
                                                <Style></Style>
 
5936
                                                <NumberStates>1</NumberStates>
 
5937
                                                <State>
 
5938
                                                        <Number>0</Number>
 
5939
                                                        <Pressed>btn_forward2_overdown.png</Pressed>
 
5940
                                                        <Unpressed>btn_forward2.png</Unpressed>
 
5941
                                                </State>
 
5942
                                                <Pos>26,0</Pos>
 
5943
                                                <Connection>
 
5944
                                                        <ConfigKey>[Channel2],fwd</ConfigKey>
 
5945
                                                        <EmitOnPressAndRelease>true</EmitOnPressAndRelease>
 
5946
                                                        <ButtonState>LeftButton</ButtonState>
 
5947
                                                </Connection>
 
5948
                                                <Connection>
 
5949
                                                        <ConfigKey>[Channel2],end</ConfigKey>
 
5950
                                                        <EmitOnPressAndRelease>true</EmitOnPressAndRelease>
 
5951
                                                        <ButtonState>RightButton</ButtonState>
 
5952
                                                </Connection>
 
5953
                                        </PushButton>
 
5954
                                        <PushButton>
 
5955
                                                <TooltipId>back_start</TooltipId>
 
5956
                                                <Style></Style>
 
5957
                                                <NumberStates>1</NumberStates>
 
5958
                                                <State>
 
5959
                                                        <Number>0</Number>
 
5960
                                                        <Pressed>btn_rewind2_overdown.png</Pressed>
 
5961
                                                        <Unpressed>btn_rewind2.png</Unpressed>
 
5962
                                                </State>
 
5963
                                                <Pos>0,0</Pos>
 
5964
                                                <Connection>
 
5965
                                                        <ConfigKey>[Channel2],back</ConfigKey>
 
5966
                                                        <EmitOnPressAndRelease>true</EmitOnPressAndRelease>
 
5967
                                                        <ButtonState>LeftButton</ButtonState>
 
5968
                                                </Connection>
 
5969
                                                <Connection>
 
5970
                                                        <ConfigKey>[Channel2],start</ConfigKey>
 
5971
                                                        <EmitOnPressAndRelease>true</EmitOnPressAndRelease>
 
5972
                                                        <ButtonState>RightButton</ButtonState>
 
5973
                                                </Connection>
 
5974
                                        </PushButton>
 
5975
 
 
5976
                                        <!--
 
5977
                                        ****************************************
 
5978
                                        Button- Reverse playback
 
5979
                                        ****************************************
 
5980
                                        -->
 
5981
                                        <PushButton>
 
5982
                                                <TooltipId>reverse</TooltipId>
 
5983
                                                <Style></Style>
 
5984
                                                <NumberStates>1</NumberStates>
 
5985
                                                <State>
 
5986
                                                        <Number>0</Number>
 
5987
                                                        <Pressed>btn_reverse2_overdown.png</Pressed>
 
5988
                                                        <Unpressed>btn_reverse2.png</Unpressed>
 
5989
                                                </State>
 
5990
                                                <Pos>0,26</Pos>
 
5991
                                                <Connection>
 
5992
                                                        <ConfigKey>[Channel2],reverse</ConfigKey>
 
5993
                                                        <EmitOnPressAndRelease>true</EmitOnPressAndRelease>
 
5994
                                                        <ButtonState>LeftButton</ButtonState>
 
5995
                                                </Connection>
 
5996
                                        </PushButton>
 
5997
 
 
5998
                                        <!--
 
5999
                                        **********************************************
 
6000
                                        Button - Beatloop
 
6001
                                        **********************************************
 
6002
                                        -->
 
6003
                                        <PushButton>
 
6004
                                                <TooltipId>beatloop</TooltipId>
 
6005
                                                <Style></Style>
 
6006
                                                <NumberStates>2</NumberStates>
 
6007
                                                <LeftClickIsPushButton>true</LeftClickIsPushButton>
 
6008
                                                <RightClickIsPushButton>true</RightClickIsPushButton>
 
6009
                                                <State>
 
6010
                                                        <Number>0</Number>
 
6011
                                                        <Pressed>btn_beatloop2_0125_down.png</Pressed>
 
6012
                                                        <Unpressed>btn_beatloop2_0125.png</Unpressed>
 
6013
                                                </State>
 
6014
                                                <State>
 
6015
                                                        <Number>1</Number>
 
6016
                                                        <Pressed>btn_beatloop2_0125_overdown.png</Pressed>
 
6017
                                                        <Unpressed>btn_beatloop2_0125_over.png</Unpressed>
 
6018
                                                </State>
 
6019
                                                <Pos>92,0</Pos>
 
6020
                                                <Connection>
 
6021
                                                        <ConfigKey>[Channel2],beatloop_0.125_toggle</ConfigKey>
 
6022
                                                        <EmitOnPressAndRelease>true</EmitOnPressAndRelease>
 
6023
                                                        <ButtonState>LeftButton</ButtonState>
 
6024
                                                </Connection>
 
6025
                                                <Connection>
 
6026
                                                        <ConfigKey>[Channel2],beatlooproll_0.125_activate</ConfigKey>
 
6027
                                                        <EmitOnPressAndRelease>true</EmitOnPressAndRelease>
 
6028
                                                        <ButtonState>RightButton</ButtonState>
 
6029
                                                </Connection>
 
6030
                                                <Connection>
 
6031
                                                        <ConfigKey>[Channel2],beatloop_0.125_enabled</ConfigKey>
 
6032
                                                        <ConnectValueFromWidget>false</ConnectValueFromWidget>
 
6033
                                                </Connection>
 
6034
                                        </PushButton>
 
6035
                                        <PushButton>
 
6036
                                                <TooltipId>beatloop</TooltipId>
 
6037
                                                <Style></Style>
 
6038
                                                <NumberStates>2</NumberStates>
 
6039
                                                <LeftClickIsPushButton>true</LeftClickIsPushButton>
 
6040
                                                <RightClickIsPushButton>true</RightClickIsPushButton>
 
6041
                                                <State>
 
6042
                                                        <Number>0</Number>
 
6043
                                                        <Pressed>btn_beatloop2_0250_down.png</Pressed>
 
6044
                                                        <Unpressed>btn_beatloop2_0250.png</Unpressed>
 
6045
                                                </State>
 
6046
                                                <State>
 
6047
                                                        <Number>1</Number>
 
6048
                                                        <Pressed>btn_beatloop2_0250_overdown.png</Pressed>
 
6049
                                                        <Unpressed>btn_beatloop2_0250_over.png</Unpressed>
 
6050
                                                </State>
 
6051
                                                <Pos>118,0</Pos>
 
6052
                                                <Connection>
 
6053
                                                        <ConfigKey>[Channel2],beatloop_0.25_toggle</ConfigKey>
 
6054
                                                        <EmitOnPressAndRelease>true</EmitOnPressAndRelease>
 
6055
                                                        <ButtonState>LeftButton</ButtonState>
 
6056
                                                </Connection>
 
6057
                                                <Connection>
 
6058
                                                        <ConfigKey>[Channel2],beatlooproll_0.25_activate</ConfigKey>
 
6059
                                                        <EmitOnPressAndRelease>true</EmitOnPressAndRelease>
 
6060
                                                        <ButtonState>RightButton</ButtonState>
 
6061
                                                </Connection>
 
6062
                                                <Connection>
 
6063
                                                        <ConfigKey>[Channel2],beatloop_0.25_enabled</ConfigKey>
 
6064
                                                        <ConnectValueFromWidget>false</ConnectValueFromWidget>
 
6065
                                                </Connection>
 
6066
                                        </PushButton>
 
6067
                                        <PushButton>
 
6068
                                                <TooltipId>beatloop</TooltipId>
 
6069
                                                <Style></Style>
 
6070
                                                <NumberStates>2</NumberStates>
 
6071
                                                <LeftClickIsPushButton>true</LeftClickIsPushButton>
 
6072
                                                <RightClickIsPushButton>true</RightClickIsPushButton>
 
6073
                                                <State>
 
6074
                                                        <Number>0</Number>
 
6075
                                                        <Pressed>btn_beatloop2_0500_down.png</Pressed>
 
6076
                                                        <Unpressed>btn_beatloop2_0500.png</Unpressed>
 
6077
                                                </State>
 
6078
                                                <State>
 
6079
                                                        <Number>1</Number>
 
6080
                                                        <Pressed>btn_beatloop2_0500_overdown.png</Pressed>
 
6081
                                                        <Unpressed>btn_beatloop2_0500_over.png</Unpressed>
 
6082
                                                </State>
 
6083
                                                <Pos>144,0</Pos>
 
6084
                                                <Connection>
 
6085
                                                        <ConfigKey>[Channel2],beatloop_0.5_toggle</ConfigKey>
 
6086
                                                        <EmitOnPressAndRelease>true</EmitOnPressAndRelease>
 
6087
                                                        <ButtonState>LeftButton</ButtonState>
 
6088
                                                </Connection>
 
6089
                                                <Connection>
 
6090
                                                        <ConfigKey>[Channel2],beatlooproll_0.5_activate</ConfigKey>
 
6091
                                                        <EmitOnPressAndRelease>true</EmitOnPressAndRelease>
 
6092
                                                        <ButtonState>RightButton</ButtonState>
 
6093
                                                </Connection>
 
6094
                                                <Connection>
 
6095
                                                        <ConfigKey>[Channel2],beatloop_0.5_enabled</ConfigKey>
 
6096
                                                        <ConnectValueFromWidget>false</ConnectValueFromWidget>
 
6097
                                                </Connection>
 
6098
                                        </PushButton>
 
6099
                                        <PushButton>
 
6100
                                                <TooltipId>beatloop</TooltipId>
 
6101
                                                <Style></Style>
 
6102
                                                <NumberStates>2</NumberStates>
 
6103
                                                <LeftClickIsPushButton>true</LeftClickIsPushButton>
 
6104
                                                <RightClickIsPushButton>true</RightClickIsPushButton>
 
6105
                                                <State>
 
6106
                                                        <Number>0</Number>
 
6107
                                                        <Pressed>btn_beatloop2_1_down.png</Pressed>
 
6108
                                                        <Unpressed>btn_beatloop2_1.png</Unpressed>
 
6109
                                                </State>
 
6110
                                                <State>
 
6111
                                                        <Number>1</Number>
 
6112
                                                        <Pressed>btn_beatloop2_1_overdown.png</Pressed>
 
6113
                                                        <Unpressed>btn_beatloop2_1_over.png</Unpressed>
 
6114
                                                </State>
 
6115
                                                <Pos>170,0</Pos>
 
6116
                                                <Connection>
 
6117
                                                        <ConfigKey>[Channel2],beatloop_1_toggle</ConfigKey>
 
6118
                                                        <EmitOnPressAndRelease>true</EmitOnPressAndRelease>
 
6119
                                                        <ButtonState>LeftButton</ButtonState>
 
6120
                                                </Connection>
 
6121
                                                <Connection>
 
6122
                                                        <ConfigKey>[Channel2],beatlooproll_1_activate</ConfigKey>
 
6123
                                                        <EmitOnPressAndRelease>true</EmitOnPressAndRelease>
 
6124
                                                        <ButtonState>RightButton</ButtonState>
 
6125
                                                </Connection>
 
6126
                                                <Connection>
 
6127
                                                        <ConfigKey>[Channel2],beatloop_1_enabled</ConfigKey>
 
6128
                                                        <ConnectValueFromWidget>false</ConnectValueFromWidget>
 
6129
                                                </Connection>
 
6130
                                        </PushButton>
 
6131
                                        <PushButton>
 
6132
                                                <TooltipId>beatloop</TooltipId>
 
6133
                                                <Style></Style>
 
6134
                                                <NumberStates>2</NumberStates>
 
6135
                                                <LeftClickIsPushButton>true</LeftClickIsPushButton>
 
6136
                                                <RightClickIsPushButton>true</RightClickIsPushButton>
 
6137
                                                <State>
 
6138
                                                        <Number>0</Number>
 
6139
                                                        <Pressed>btn_beatloop2_2_down.png</Pressed>
 
6140
                                                        <Unpressed>btn_beatloop2_2.png</Unpressed>
 
6141
                                                </State>
 
6142
                                                <State>
 
6143
                                                        <Number>1</Number>
 
6144
                                                        <Pressed>btn_beatloop2_2_overdown.png</Pressed>
 
6145
                                                        <Unpressed>btn_beatloop2_2_over.png</Unpressed>
 
6146
                                                </State>
 
6147
                                                <Pos>92,26</Pos>
 
6148
                                                <Connection>
 
6149
                                                        <ConfigKey>[Channel2],beatloop_2_toggle</ConfigKey>
 
6150
                                                        <EmitOnPressAndRelease>true</EmitOnPressAndRelease>
 
6151
                                                        <ButtonState>LeftButton</ButtonState>
 
6152
                                                </Connection>
 
6153
                                                <Connection>
 
6154
                                                        <ConfigKey>[Channel2],beatlooproll_2_activate</ConfigKey>
 
6155
                                                        <EmitOnPressAndRelease>true</EmitOnPressAndRelease>
 
6156
                                                        <ButtonState>RightButton</ButtonState>
 
6157
                                                </Connection>
 
6158
                                                <Connection>
 
6159
                                                        <ConfigKey>[Channel2],beatloop_2_enabled</ConfigKey>
 
6160
                                                        <ConnectValueFromWidget>false</ConnectValueFromWidget>
 
6161
                                                </Connection>
 
6162
                                        </PushButton>
 
6163
                                        <PushButton>
 
6164
                                                <TooltipId>beatloop</TooltipId>
 
6165
                                                <Style></Style>
 
6166
                                                <NumberStates>2</NumberStates>
 
6167
                                                <LeftClickIsPushButton>true</LeftClickIsPushButton>
 
6168
                                                <RightClickIsPushButton>true</RightClickIsPushButton>
 
6169
                                                <State>
 
6170
                                                        <Number>0</Number>
 
6171
                                                        <Pressed>btn_beatloop2_4_down.png</Pressed>
 
6172
                                                        <Unpressed>btn_beatloop2_4.png</Unpressed>
 
6173
                                                </State>
 
6174
                                                <State>
 
6175
                                                        <Number>1</Number>
 
6176
                                                        <Pressed>btn_beatloop2_4_overdown.png</Pressed>
 
6177
                                                        <Unpressed>btn_beatloop2_4_over.png</Unpressed>
 
6178
                                                </State>
 
6179
                                                <Pos>118,26</Pos>
 
6180
                                                <Connection>
 
6181
                                                        <ConfigKey>[Channel2],beatloop_4_toggle</ConfigKey>
 
6182
                                                        <EmitOnPressAndRelease>true</EmitOnPressAndRelease>
 
6183
                                                        <ButtonState>LeftButton</ButtonState>
 
6184
                                                </Connection>
 
6185
                                                <Connection>
 
6186
                                                        <ConfigKey>[Channel2],beatlooproll_4_activate</ConfigKey>
 
6187
                                                        <EmitOnPressAndRelease>true</EmitOnPressAndRelease>
 
6188
                                                        <ButtonState>RightButton</ButtonState>
 
6189
                                                </Connection>
 
6190
                                                <Connection>
 
6191
                                                        <ConfigKey>[Channel2],beatloop_4_enabled</ConfigKey>
 
6192
                                                        <ConnectValueFromWidget>false</ConnectValueFromWidget>
 
6193
                                                </Connection>
 
6194
                                        </PushButton>
 
6195
                                        <PushButton>
 
6196
                                                <TooltipId>beatloop</TooltipId>
 
6197
                                                <Style></Style>
 
6198
                                                <NumberStates>2</NumberStates>
 
6199
                                                <LeftClickIsPushButton>true</LeftClickIsPushButton>
 
6200
                                                <RightClickIsPushButton>true</RightClickIsPushButton>
 
6201
                                                <State>
 
6202
                                                        <Number>0</Number>
 
6203
                                                        <Pressed>btn_beatloop2_8_down.png</Pressed>
 
6204
                                                        <Unpressed>btn_beatloop2_8.png</Unpressed>
 
6205
                                                </State>
 
6206
                                                <State>
 
6207
                                                        <Number>1</Number>
 
6208
                                                        <Pressed>btn_beatloop2_8_overdown.png</Pressed>
 
6209
                                                        <Unpressed>btn_beatloop2_8_over.png</Unpressed>
 
6210
                                                </State>
 
6211
                                                <Pos>144,26</Pos>
 
6212
                                                <Connection>
 
6213
                                                        <ConfigKey>[Channel2],beatloop_8_toggle</ConfigKey>
 
6214
                                                        <EmitOnPressAndRelease>true</EmitOnPressAndRelease>
 
6215
                                                        <ButtonState>LeftButton</ButtonState>
 
6216
                                                </Connection>
 
6217
                                                <Connection>
 
6218
                                                        <ConfigKey>[Channel2],beatlooproll_8_activate</ConfigKey>
 
6219
                                                        <EmitOnPressAndRelease>true</EmitOnPressAndRelease>
 
6220
                                                        <ButtonState>RightButton</ButtonState>
 
6221
                                                </Connection>
 
6222
                                                <Connection>
 
6223
                                                        <ConfigKey>[Channel2],beatloop_8_enabled</ConfigKey>
 
6224
                                                        <ConnectValueFromWidget>false</ConnectValueFromWidget>
 
6225
                                                </Connection>
 
6226
                                        </PushButton>
 
6227
                                        <PushButton>
 
6228
                                                <TooltipId>beatloop</TooltipId>
 
6229
                                                <Style></Style>
 
6230
                                                <NumberStates>2</NumberStates>
 
6231
                                                <LeftClickIsPushButton>true</LeftClickIsPushButton>
 
6232
                                                <RightClickIsPushButton>true</RightClickIsPushButton>
 
6233
                                                <State>
 
6234
                                                        <Number>0</Number>
 
6235
                                                        <Pressed>btn_beatloop2_16_down.png</Pressed>
 
6236
                                                        <Unpressed>btn_beatloop2_16.png</Unpressed>
 
6237
                                                </State>
 
6238
                                                <State>
 
6239
                                                        <Number>1</Number>
 
6240
                                                        <Pressed>btn_beatloop2_16_overdown.png</Pressed>
 
6241
                                                        <Unpressed>btn_beatloop2_16_over.png</Unpressed>
 
6242
                                                </State>
 
6243
                                                <Pos>170,26</Pos>
 
6244
                                                <Connection>
 
6245
                                                        <ConfigKey>[Channel2],beatloop_16_toggle</ConfigKey>
 
6246
                                                        <EmitOnPressAndRelease>true</EmitOnPressAndRelease>
 
6247
                                                        <ButtonState>LeftButton</ButtonState>
 
6248
                                                </Connection>
 
6249
                                                <Connection>
 
6250
                                                        <ConfigKey>[Channel2],beatlooproll_16_activate</ConfigKey>
 
6251
                                                        <EmitOnPressAndRelease>true</EmitOnPressAndRelease>
 
6252
                                                        <ButtonState>RightButton</ButtonState>
 
6253
                                                </Connection>
 
6254
                                                <Connection>
 
6255
                                                        <ConfigKey>[Channel2],beatloop_16_enabled</ConfigKey>
 
6256
                                                        <ConnectValueFromWidget>false</ConnectValueFromWidget>
 
6257
                                                </Connection>
 
6258
                                        </PushButton>
 
6259
 
 
6260
                                        <!--
 
6261
                                        **********************************************
 
6262
                                        Button - Beatloop halve/double
 
6263
                                        **********************************************
 
6264
                                        -->
 
6265
                                        <PushButton>
 
6266
                                                <TooltipId>loop_halve</TooltipId>
 
6267
                                                <Style></Style>
 
6268
                                                <NumberStates>1</NumberStates>
 
6269
                                                <State>
 
6270
                                                        <Number>0</Number>
 
6271
                                                        <Pressed>btn_beatloop2_halve_overdown.png</Pressed>
 
6272
                                                        <Unpressed>btn_beatloop2_halve.png</Unpressed>
 
6273
                                                </State>
 
6274
                                                <Pos>69,0</Pos>
 
6275
                                                <Connection>
 
6276
                                                        <ConfigKey>[Channel2],loop_halve</ConfigKey>
 
6277
                                                        <EmitOnPressAndRelease>true</EmitOnPressAndRelease>
 
6278
                                                        <ButtonState>LeftButton</ButtonState>
 
6279
                                                </Connection>
 
6280
                                        </PushButton>
 
6281
                                        <PushButton>
 
6282
                                                <TooltipId>loop_double</TooltipId>
 
6283
                                                <Style></Style>
 
6284
                                                <NumberStates>1</NumberStates>
 
6285
                                                <State>
 
6286
                                                        <Number>0</Number>
 
6287
                                                        <Pressed>btn_beatloop2_double_overdown.png</Pressed>
 
6288
                                                        <Unpressed>btn_beatloop2_double.png</Unpressed>
 
6289
                                                </State>
 
6290
                                                <Pos>197,0</Pos>
 
6291
                                                <Connection>
 
6292
                                                        <ConfigKey>[Channel2],loop_double</ConfigKey>
 
6293
                                                        <EmitOnPressAndRelease>true</EmitOnPressAndRelease>
 
6294
                                                        <ButtonState>LeftButton</ButtonState>
 
6295
                                                </Connection>
 
6296
                                        </PushButton>
 
6297
 
 
6298
                                        <!--
 
6299
                                        **********************************************
 
6300
                                        Button- Looping
 
6301
                                        **********************************************
 
6302
                                        -->
 
6303
                                        <PushButton>
 
6304
                                                <TooltipId>loop_in</TooltipId>
 
6305
                                                <Style></Style>
 
6306
                                                <NumberStates>1</NumberStates>
 
6307
                                                <State>
 
6308
                                                        <Number>0</Number>
 
6309
                                                        <Pressed>btn_loop_in2_overdown.png</Pressed>
 
6310
                                                        <Unpressed>btn_loop_in2.png</Unpressed>
 
6311
                                                </State>
 
6312
                                                <Pos>236,0</Pos>
 
6313
                                                <Connection>
 
6314
                                                        <ConfigKey>[Channel2],loop_in</ConfigKey>
 
6315
                                                        <EmitOnPressAndRelease>true</EmitOnPressAndRelease>
 
6316
                                                        <ButtonState>LeftButton</ButtonState>
 
6317
                                                </Connection>
 
6318
                                        </PushButton>
 
6319
                                        <PushButton>
 
6320
                                                <TooltipId>loop_out</TooltipId>
 
6321
                                                <Style></Style>
 
6322
                                                <NumberStates>1</NumberStates>
 
6323
                                                <State>
 
6324
                                                        <Number>0</Number>
 
6325
                                                        <Pressed>btn_loop_out2_overdown.png</Pressed>
 
6326
                                                        <Unpressed>btn_loop_out2.png</Unpressed>
 
6327
                                                </State>
 
6328
                                                <Pos>262,0</Pos>
 
6329
                                                <Connection>
 
6330
                                                        <ConfigKey>[Channel2],loop_out</ConfigKey>
 
6331
                                                        <EmitOnPressAndRelease>true</EmitOnPressAndRelease>
 
6332
                                                        <ButtonState>LeftButton</ButtonState>
 
6333
                                                </Connection>
 
6334
                                        </PushButton>
 
6335
                                        <PushButton>
 
6336
                                                <TooltipId>reloop_exit</TooltipId>
 
6337
                                                <Style></Style>
 
6338
                                                <NumberStates>2</NumberStates>
 
6339
                                                <LeftClickIsPushButton>true</LeftClickIsPushButton>
 
6340
                                                <State>
 
6341
                                                        <Number>0</Number>
 
6342
                                                        <Pressed>btn_reloop2_down.png</Pressed>
 
6343
                                                        <Unpressed>btn_reloop2.png</Unpressed>
 
6344
                                                </State>
 
6345
                                                <State>
 
6346
                                                        <Number>1</Number>
 
6347
                                                        <Pressed>btn_reloop2_overdown.png</Pressed>
 
6348
                                                        <Unpressed>btn_reloop2_over.png</Unpressed>
 
6349
                                                </State>
 
6350
                                                <Pos>236,26</Pos>
 
6351
                                                <Connection>
 
6352
                                                        <ConfigKey>[Channel2],reloop_exit</ConfigKey>
 
6353
                                                        <EmitOnPressAndRelease>true</EmitOnPressAndRelease>
 
6354
                                                        <ButtonState>LeftButton</ButtonState>
 
6355
                                                        <ConnectValueToWidget>false</ConnectValueToWidget>
 
6356
                                                </Connection>
 
6357
                                                <Connection>
 
6358
                                                        <ConfigKey>[Channel2],loop_enabled</ConfigKey>
 
6359
                                                        <ConnectValueFromWidget>false</ConnectValueFromWidget>
 
6360
                                                </Connection>
 
6361
                                        </PushButton>
 
6362
 
 
6363
                                        <!--
 
6364
                                        **********************************************
 
6365
                                        Button- Hotcue
 
6366
                                        **********************************************
 
6367
                                        -->
 
6368
                                        <PushButton>
 
6369
                                                <TooltipId>hotcue</TooltipId>
 
6370
                                                <Style></Style>
 
6371
                                                <NumberStates>2</NumberStates>
 
6372
                                                <LeftClickIsPushButton>true</LeftClickIsPushButton>
 
6373
                                                <RightClickIsPushButton>true</RightClickIsPushButton>
 
6374
                                                <State>
 
6375
                                                        <Number>0</Number>
 
6376
                                                        <Pressed>btn_hotcue2_1_down.png</Pressed>
 
6377
                                                        <Unpressed>btn_hotcue2_1.png</Unpressed>
 
6378
                                                </State>
 
6379
                                                <State>
 
6380
                                                        <Number>1</Number>
 
6381
                                                        <Pressed>btn_hotcue2_1_overdown.png</Pressed>
 
6382
                                                        <Unpressed>btn_hotcue2_1_over.png</Unpressed>
 
6383
                                                </State>
 
6384
                                                <Pos>304,0</Pos>
 
6385
                                                <Connection>
 
6386
                                                        <ConfigKey>[Channel2],hotcue_1_activate</ConfigKey>
 
6387
                                                        <EmitOnPressAndRelease>true</EmitOnPressAndRelease>
 
6388
                                                        <ButtonState>LeftButton</ButtonState>
 
6389
                                                        <ConnectValueToWidget>false</ConnectValueToWidget>
 
6390
                                                </Connection>
 
6391
                                                <Connection>
 
6392
                                                        <ConfigKey>[Channel2],hotcue_1_clear</ConfigKey>
 
6393
                                                        <EmitOnPressAndRelease>true</EmitOnPressAndRelease>
 
6394
                                                        <ButtonState>RightButton</ButtonState>
 
6395
                                                        <ConnectValueToWidget>false</ConnectValueToWidget>
 
6396
                                                </Connection>
 
6397
                                                <Connection>
 
6398
                                                        <ConfigKey>[Channel2],hotcue_1_enabled</ConfigKey>
 
6399
                                                        <ConnectValueFromWidget>false</ConnectValueFromWidget>
 
6400
                                                </Connection>
 
6401
                                        </PushButton>
 
6402
                                        <PushButton>
 
6403
                                                <TooltipId>hotcue</TooltipId>
 
6404
                                                <Style></Style>
 
6405
                                                <NumberStates>2</NumberStates>
 
6406
                                                <LeftClickIsPushButton>true</LeftClickIsPushButton>
 
6407
                                                <RightClickIsPushButton>true</RightClickIsPushButton>
 
6408
                                                <State>
 
6409
                                                        <Number>0</Number>
 
6410
                                                        <Pressed>btn_hotcue2_2_down.png</Pressed>
 
6411
                                                        <Unpressed>btn_hotcue2_2.png</Unpressed>
 
6412
                                                </State>
 
6413
                                                <State>
 
6414
                                                        <Number>1</Number>
 
6415
                                                        <Pressed>btn_hotcue2_2_overdown.png</Pressed>
 
6416
                                                        <Unpressed>btn_hotcue2_2_over.png</Unpressed>
 
6417
                                                </State>
 
6418
                                                <Pos>330,0</Pos>
 
6419
                                                <Connection>
 
6420
                                                        <ConfigKey>[Channel2],hotcue_2_activate</ConfigKey>
 
6421
                                                        <EmitOnPressAndRelease>true</EmitOnPressAndRelease>
 
6422
                                                        <ButtonState>LeftButton</ButtonState>
 
6423
                                                        <ConnectValueToWidget>false</ConnectValueToWidget>
 
6424
                                                </Connection>
 
6425
                                                <Connection>
 
6426
                                                        <ConfigKey>[Channel2],hotcue_2_clear</ConfigKey>
 
6427
                                                        <EmitOnPressAndRelease>true</EmitOnPressAndRelease>
 
6428
                                                        <ButtonState>RightButton</ButtonState>
 
6429
                                                        <ConnectValueToWidget>false</ConnectValueToWidget>
 
6430
                                                </Connection>
 
6431
                                                <Connection>
 
6432
                                                        <ConfigKey>[Channel2],hotcue_2_enabled</ConfigKey>
 
6433
                                                        <ConnectValueFromWidget>false</ConnectValueFromWidget>
 
6434
                                                </Connection>
 
6435
                                        </PushButton>
 
6436
                                        <PushButton>
 
6437
                                                <TooltipId>hotcue</TooltipId>
 
6438
                                                <Style></Style>
 
6439
                                                <NumberStates>2</NumberStates>
 
6440
                                                <LeftClickIsPushButton>true</LeftClickIsPushButton>
 
6441
                                                <RightClickIsPushButton>true</RightClickIsPushButton>
 
6442
                                                <State>
 
6443
                                                        <Number>0</Number>
 
6444
                                                        <Pressed>btn_hotcue2_3_down.png</Pressed>
 
6445
                                                        <Unpressed>btn_hotcue2_3.png</Unpressed>
 
6446
                                                </State>
 
6447
                                                <State>
 
6448
                                                        <Number>1</Number>
 
6449
                                                        <Pressed>btn_hotcue2_3_overdown.png</Pressed>
 
6450
                                                        <Unpressed>btn_hotcue2_3_over.png</Unpressed>
 
6451
                                                </State>
 
6452
                                                <Pos>304,26</Pos>
 
6453
                                                <Connection>
 
6454
                                                        <ConfigKey>[Channel2],hotcue_3_activate</ConfigKey>
 
6455
                                                        <EmitOnPressAndRelease>true</EmitOnPressAndRelease>
 
6456
                                                        <ButtonState>LeftButton</ButtonState>
 
6457
                                                        <ConnectValueToWidget>false</ConnectValueToWidget>
 
6458
                                                </Connection>
 
6459
                                                <Connection>
 
6460
                                                        <ConfigKey>[Channel2],hotcue_3_clear</ConfigKey>
 
6461
                                                        <EmitOnPressAndRelease>true</EmitOnPressAndRelease>
 
6462
                                                        <ButtonState>RightButton</ButtonState>
 
6463
                                                        <ConnectValueToWidget>false</ConnectValueToWidget>
 
6464
                                                </Connection>
 
6465
                                                <Connection>
 
6466
                                                        <ConfigKey>[Channel2],hotcue_3_enabled</ConfigKey>
 
6467
                                                        <ConnectValueFromWidget>false</ConnectValueFromWidget>
 
6468
                                                </Connection>
 
6469
                                        </PushButton>
 
6470
                                        <PushButton>
 
6471
                                                <TooltipId>hotcue</TooltipId>
 
6472
                                                <Style></Style>
 
6473
                                                <NumberStates>2</NumberStates>
 
6474
                                                <LeftClickIsPushButton>true</LeftClickIsPushButton>
 
6475
                                                <RightClickIsPushButton>true</RightClickIsPushButton>
 
6476
                                                <State>
 
6477
                                                        <Number>0</Number>
 
6478
                                                        <Pressed>btn_hotcue2_4_down.png</Pressed>
 
6479
                                                        <Unpressed>btn_hotcue2_4.png</Unpressed>
 
6480
                                                </State>
 
6481
                                                <State>
 
6482
                                                        <Number>1</Number>
 
6483
                                                        <Pressed>btn_hotcue2_4_overdown.png</Pressed>
 
6484
                                                        <Unpressed>btn_hotcue2_4_over.png</Unpressed>
 
6485
                                                </State>
 
6486
                                                <Pos>330,26</Pos>
 
6487
                                                <Connection>
 
6488
                                                        <ConfigKey>[Channel2],hotcue_4_activate</ConfigKey>
 
6489
                                                        <EmitOnPressAndRelease>true</EmitOnPressAndRelease>
 
6490
                                                        <ButtonState>LeftButton</ButtonState>
 
6491
                                                        <ConnectValueToWidget>false</ConnectValueToWidget>
 
6492
                                                </Connection>
 
6493
                                                <Connection>
 
6494
                                                        <ConfigKey>[Channel2],hotcue_4_clear</ConfigKey>
 
6495
                                                        <EmitOnPressAndRelease>true</EmitOnPressAndRelease>
 
6496
                                                        <ButtonState>RightButton</ButtonState>
 
6497
                                                        <ConnectValueToWidget>false</ConnectValueToWidget>
 
6498
                                                </Connection>
 
6499
                                                <Connection>
 
6500
                                                        <ConfigKey>[Channel2],hotcue_4_enabled</ConfigKey>
 
6501
                                                        <ConnectValueFromWidget>false</ConnectValueFromWidget>
 
6502
                                                </Connection>
 
6503
                                        </PushButton>
 
6504
 
 
6505
                                </Children>
 
6506
                        </WidgetGroup>
 
6507
 
 
6508
                </Children>
 
6509
        </WidgetGroup>
 
6510
 
 
6511
</skin>