mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-12-09 13:15:18 -05:00
Implement FS #2976: Clip Counter for recording screen. If enabled in peak meter settings, it shows the number of times clipping occurred (clip indicator going on). Count is reset on recording start and only counts during actual recording. Stays on screen when stopping or pauzing. Also fix a drawing bug when peakmeters start at a non-zero x offset.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14455 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
cdfb22f9df
commit
583f186ce4
10 changed files with 176 additions and 40 deletions
|
|
@ -11122,3 +11122,31 @@
|
|||
rtc: "oh"
|
||||
</voice>
|
||||
</phrase>
|
||||
<phrase>
|
||||
id: LANG_PM_CLIPCOUNTER
|
||||
desc: in settings, for recording peak meter
|
||||
user:
|
||||
<source>
|
||||
*: "Peak meter clipcounter"
|
||||
</source>
|
||||
<dest>
|
||||
*: "Peak meter clipcounter"
|
||||
</dest>
|
||||
<voice>
|
||||
*: ""
|
||||
</voice>
|
||||
</phrase>
|
||||
<phrase>
|
||||
id: LANG_PM_CLIPCOUNT
|
||||
desc: in recording GUI, for recording peak meter
|
||||
user:
|
||||
<source>
|
||||
*: "CLIP:"
|
||||
</source>
|
||||
<dest>
|
||||
*: "CLIP:"
|
||||
</dest>
|
||||
<voice>
|
||||
*: ""
|
||||
</voice>
|
||||
</phrase>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue