Skip to content

Commit

Permalink
added latency to the device:brand
Browse files Browse the repository at this point in the history
  • Loading branch information
22degrees committed Nov 11, 2017
1 parent 909fac9 commit 011d4aa
Show file tree
Hide file tree
Showing 3 changed files with 167 additions and 1 deletion.
72 changes: 72 additions & 0 deletions background/bg_7_vu_off.svg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
77 changes: 77 additions & 0 deletions background/bg_7_vu_on.svg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
19 changes: 18 additions & 1 deletion device/brand/index.xml
Original file line number Diff line number Diff line change
Expand Up @@ -27,11 +27,28 @@

<WidgetGroup>
<ObjectName>Logo</ObjectName>
<Layout>horizontal</Layout>
<Size>130f,45f</Size>
<Children>

<VuMeter>
<ObjectName>Latency</ObjectName>
<TooltipId>audio_latency_usage</TooltipId>
<Size>65f,45f</Size>
<PathVu>background/bg_7_vu_on.svg</PathVu>
<PathBack>background/bg_7_vu_off.svg</PathBack>
<Horizontal>true</Horizontal>
<PeakHoldSize>2</PeakHoldSize>
<PeakHoldTime>1000</PeakHoldTime>
<PeakFallTime>1000</PeakFallTime>
<PeakFallStep>1</PeakFallStep>
<Connection>
<ConfigKey>[Master],audio_latency_usage</ConfigKey>
</Connection>
</VuMeter>

<Label>
<Size>130f,45f</Size>
<Size>50f,45f</Size>
<ObjectName>Version</ObjectName>
<Text>v.2.1.0</Text>
<Alignment>right</Alignment>
Expand Down

0 comments on commit 011d4aa

Please sign in to comment.