Skip to content

Commit

Permalink
Merge pull request #1530 from ronso0/LateNight-vectorize-graphics
Browse files Browse the repository at this point in the history
LateNight :: vectorize remaining graphics
  • Loading branch information
Be-ing authored Mar 12, 2018
2 parents df27fc6 + e37d6af commit 18bbf6b
Show file tree
Hide file tree
Showing 77 changed files with 29,031 additions and 267 deletions.
38 changes: 0 additions & 38 deletions res/skins/LateNight/123ToDo

This file was deleted.

20 changes: 15 additions & 5 deletions res/skins/LateNight/aux_unit.xml
Original file line number Diff line number Diff line change
Expand Up @@ -91,14 +91,22 @@

<WidgetGroup><!-- VU meter -->
<ObjectName>MicVUMeter</ObjectName>
<Layout>horizontal</Layout>
<Layout>vertical</Layout>
<SizePolicy>max,min</SizePolicy>
<Children>
<StatusLight>
<TooltipId>microphone_PeakIndicator</TooltipId>
<PathStatusLight>style/clipping_micAux_over.svg</PathStatusLight>
<PathBack>style/clipping_micAux.svg</PathBack>
<Connection>
<ConfigKey><Variable name="group"/>,PeakIndicator</ConfigKey>
</Connection>
</StatusLight>

<VuMeter>
<TooltipId>channel_VuMeter</TooltipId>
<Size>7f,59f</Size>
<PathVu>style/vumeter_mic_aux_over.png</PathVu>
<PathBack>style/vumeter_mic_aux_bg_solid.png</PathBack>
<TooltipId>microphone_VuMeter</TooltipId>
<PathVu>style/volume_display_micAux_over.svg</PathVu>
<PathBack>style/volume_display_micAux.svg</PathBack>
<Horizontal>false</Horizontal>
<PeakHoldSize>5</PeakHoldSize>
<PeakHoldTime>500</PeakHoldTime>
Expand All @@ -111,6 +119,8 @@
</Children>
</WidgetGroup><!-- /VU meter -->

<WidgetGroup><Size>2f,1min</Size></WidgetGroup>

<WidgetGroup><!-- Gain, Pfl, FX buttons -->
<Layout>vertical</Layout>
<SizePolicy>min,min</SizePolicy>
Expand Down
4 changes: 2 additions & 2 deletions res/skins/LateNight/buttons/rec_dot.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions res/skins/LateNight/deck.xml
Original file line number Diff line number Diff line change
Expand Up @@ -73,8 +73,8 @@
<SliderComposed>
<ObjectName>RateSlider</ObjectName>
<TooltipId>rate</TooltipId>
<Handle>knob_pitch1.png</Handle>
<Slider>slider_pitch1.png</Slider>
<Handle>knob_pitch_deck.svg</Handle>
<Slider>slider_pitch_deck.svg</Slider>
<Horizontal>false</Horizontal>
<Connection>
<ConfigKey><Variable name="group"/>,rate</ConfigKey>
Expand Down
19 changes: 14 additions & 5 deletions res/skins/LateNight/deck_row_4_overviewSpinny.xml
Original file line number Diff line number Diff line change
Expand Up @@ -69,11 +69,20 @@

<WidgetGroup><Size>0min,0me</Size></WidgetGroup>

<StarRating>
<ObjectName>DeckStars</ObjectName>
<TooltipId>starrating</TooltipId>
<Channel><Variable name="channum"/></Channel>
</StarRating>
<WidgetGroup>
<ObjectName>Stars</ObjectName>
<Layout>vertical</Layout>
<Size>-1min,17me</Size>
<Children>
<StarRating>
<Size>-1min,15f</Size>
<Alignment>center</Alignment>
<ObjectName>DeckStars</ObjectName>
<TooltipId>starrating</TooltipId>
<Channel><Variable name="channum"/></Channel>
</StarRating>
</Children>
</WidgetGroup>

<WidgetGroup><Size>0min,0me</Size></WidgetGroup>

Expand Down
Binary file removed res/skins/LateNight/knob_crossfader.png
Binary file not shown.
91 changes: 91 additions & 0 deletions res/skins/LateNight/knob_crossfader.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed res/skins/LateNight/knob_pitch1.png
Binary file not shown.
60 changes: 60 additions & 0 deletions res/skins/LateNight/knob_pitch_deck.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed res/skins/LateNight/knob_pitch_sampler.png
Binary file not shown.
73 changes: 73 additions & 0 deletions res/skins/LateNight/knob_pitch_sampler.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed res/skins/LateNight/knob_volume1.png
Binary file not shown.
Loading

0 comments on commit 18bbf6b

Please sign in to comment.