Skip to content

Commit

Permalink
Deere: Switch vumeter images from SVG to PNG. This works around lags …
Browse files Browse the repository at this point in the history
…when rapidly updating svg renderinngs on macOS ( at least with older, intergrated GPUs)
  • Loading branch information
esbrandt committed Apr 3, 2018
1 parent eaa3f37 commit 0a0e61f
Show file tree
Hide file tree
Showing 8 changed files with 7 additions and 7 deletions.
Binary file added res/skins/Deere/vumeter.png
Loading
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/Deere/vumeter.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<TooltipId><Variable name="TooltipId"/></TooltipId>
<MinimumSize>50,5</MinimumSize>
<MaximumSize>200,5</MaximumSize>
<PathVu>vumeter.svg</PathVu>
<PathVu>vumeter.png</PathVu>
<Horizontal>true</Horizontal>
<PeakHoldSize>5</PeakHoldSize>
<PeakHoldTime>600</PeakHoldTime>
Expand Down
Binary file added res/skins/Deere/vumeter_clip.png
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/Deere/vumeter_h.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
<TooltipId><Variable name="tooltip_meter"/></TooltipId>
<Size>9me,3me</Size>
<MaximumSize>80,8</MaximumSize>
<PathVu scalemode="STRETCH">vumeter.svg</PathVu>
<PathVu scalemode="STRETCH">vumeter.png</PathVu>
<Horizontal>true</Horizontal>
<PeakHoldSize>5</PeakHoldSize>
<PeakHoldTime>600</PeakHoldTime>
Expand All @@ -33,7 +33,7 @@
<TooltipId><Variable name="tooltip_clip"/></TooltipId>
<Size>3min,3me</Size>
<MaximumSize>8,8</MaximumSize>
<PathStatusLight scalemode="STRETCH">vumeter_clip.svg</PathStatusLight>
<PathStatusLight scalemode="STRETCH">vumeter_clip.png</PathStatusLight>
<Connection>
<ConfigKey><Variable name="group"/>,PeakIndicator<Variable name="side"/></ConfigKey>
</Connection>
Expand Down
Binary file added res/skins/Deere/vumeter_latency.png
Loading
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/Deere/vumeter_latency.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<TooltipId><Variable name="TooltipId"/></TooltipId>
<MinimumSize>50,5</MinimumSize>
<MaximumSize>50,5</MaximumSize>
<PathVu>vumeter_latency.svg</PathVu>
<PathVu>vumeter_latency.png</PathVu>
<Horizontal>true</Horizontal>
<PeakHoldSize>5</PeakHoldSize>
<PeakHoldTime>1000</PeakHoldTime>
Expand Down
Binary file added res/skins/Deere/vumeter_v.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 3 additions & 3 deletions res/skins/Deere/vumeter_v.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
<ObjectName>PeakIndicator</ObjectName>
<TooltipId><Variable name="tooltip_clip"/></TooltipId>
<Size>8f,8f</Size>
<PathStatusLight scalemode="STRETCH">vumeter_clip.svg</PathStatusLight>
<PathStatusLight scalemode="STRETCH">vumeter_clip.png</PathStatusLight>
<Connection>
<ConfigKey><Variable name="group"/>,PeakIndicator<Variable name="side"/></ConfigKey>
</Connection>
Expand All @@ -36,7 +36,7 @@
<Size>3me,me</Size>
<MinimumSize>8,40</MinimumSize>
<MaximumSize>8,-1</MaximumSize>
<PathVu scalemode="STRETCH">vumeter_v.svg</PathVu>
<PathVu scalemode="STRETCH">vumeter_v.png</PathVu>
<Horizontal>false</Horizontal>
<PeakHoldSize>5</PeakHoldSize>
<PeakHoldTime>600</PeakHoldTime>
Expand Down Expand Up @@ -64,7 +64,7 @@
<Size>3me,me</Size>
<MinimumSize>8,60</MinimumSize>
<MaximumSize>8,-1</MaximumSize>
<PathVu scalemode="STRETCH">vumeter_v.svg</PathVu>
<PathVu scalemode="STRETCH">vumeter_v.png</PathVu>
<Horizontal>false</Horizontal>
<PeakHoldSize>5</PeakHoldSize>
<PeakHoldTime>600</PeakHoldTime>
Expand Down

0 comments on commit 0a0e61f

Please sign in to comment.