Skip to content

Commit

Permalink
LateNight: 1st 3D facelift test
Browse files Browse the repository at this point in the history
  • Loading branch information
ronso0 committed Sep 25, 2019
1 parent a7ae01d commit 336aa66
Show file tree
Hide file tree
Showing 33 changed files with 1,535 additions and 579 deletions.
2 changes: 1 addition & 1 deletion res/skins/LateNight/buttons/btn_micDuck.svg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion res/skins/LateNight/buttons/btn_micDuck_over.svg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion res/skins/LateNight/buttons/btn_samplerCollapse.svg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion res/skins/LateNight/buttons/btn_samplerExpand.svg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 1 addition & 2 deletions res/skins/LateNight/deck.xml
Expand Up @@ -8,8 +8,7 @@

<Template src="skin:rate_controls.xml"/>

<WidgetGroup> <!-- Deck Channel
<ObjectName>Deck<Variable name="channum" /></ObjectName> -->
<WidgetGroup> <!-- Deck Channel -->
<SizePolicy>me,min</SizePolicy>
<Layout>vertical</Layout>
<Children>
Expand Down
2 changes: 1 addition & 1 deletion res/skins/LateNight/deck_overview.xml
Expand Up @@ -4,7 +4,7 @@
<TooltipId>waveform_overview</TooltipId>
<Channel><Variable name="channum"/></Channel>
<Size>150me,40me</Size>
<BgColor>#1E1E1E</BgColor>
<BgColor>#0f0f0f</BgColor>
<SignalColor><Variable name="SignalColor"/></SignalColor>
<SignalRGBLowColor><Variable name="SignalRGBLowColor"/></SignalRGBLowColor>
<SignalRGBMidColor><Variable name="SignalRGBMidColor"/></SignalRGBMidColor>
Expand Down
2 changes: 1 addition & 1 deletion res/skins/LateNight/deck_row_1_keyVinylFx.xml
Expand Up @@ -11,7 +11,7 @@
<SetVariable name="Size">28f,22f</SetVariable>
<SetVariable name="state_0_text">KEY</SetVariable>
<SetVariable name="state_1_text">KEY</SetVariable>
<SetVariable name="ConfigKey"><Variable name="group"/>,pitch_adjust_set_default</SetVariable>
<SetVariable name="ConfigKey"><Variable name="group"/>,sync_key</SetVariable>
<SetVariable name="ConfigKeyRight"><Variable name="group"/>,reset_key</SetVariable>
</Template>

Expand Down
13 changes: 10 additions & 3 deletions res/skins/LateNight/deck_row_4_overviewSpinny.xml
Expand Up @@ -27,9 +27,16 @@
</Connection>
</WidgetGroup>

<SingletonContainer>
<ObjectName>DeckOverview<Variable name="channum"/></ObjectName>
</SingletonContainer>
<WidgetGroup>
<ObjectName>DeckOverviewContainer</ObjectName>
<SizePolicy>min,me</SizePolicy>
<Layout>horizontal</Layout>
<Children>
<SingletonContainer>
<ObjectName>DeckOverview<Variable name="channum"/></ObjectName>
</SingletonContainer>
</Children>
</WidgetGroup>

<!-- Deck controls + Star rating -->
<WidgetGroup>
Expand Down

0 comments on commit 336aa66

Please sign in to comment.