Rockbox

This is the bug/patch tracker for Rockbox. Click here for more information.

Quick links: Bugs · Patches · Rockbox frontpage

Tasklist

FS#11867 - add peakmeter tags for skin support

Attached to Project: Rockbox
Opened by Jonathan Gordon (jdgordon) - Tuesday, 11 January 2011, 12:34 GMT+2
Last edited by Jonathan Gordon (jdgordon) - Thursday, 13 January 2011, 07:51 GMT+2
Task Type Patches
Category Themes
Status Closed
Assigned To No-one
Player Type All players
Severity Low
Priority Normal
Reported Version Release 3.7.1
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Private No

Details

Adds %pL and %pR bar/conditional tags to get the left/right channel peak value.

can be used as a conditional (%?pL<one|two|....|end>) or bar or by itself to get the raw value.
   skinpeakemeters.diff (7 KiB)
 apps/recorder/peakmeter.c           |   24 +++++++++++++++++-------
 apps/recorder/peakmeter.h           |    2 ++
 apps/gui/skin_engine/skin_parser.c  |    6 ++++++
 apps/gui/skin_engine/skin_render.c  |    2 ++
 apps/gui/skin_engine/skin_tokens.c  |   18 ++++++++++++++++++
 apps/gui/skin_engine/skin_display.c |   10 ++++++++++
 lib/skin_parser/tag_table.c         |    3 +++
 lib/skin_parser/tag_table.h         |    4 ++++
 8 files changed, 62 insertions(+), 7 deletions(-)

This task depends upon

Closed by  Jonathan Gordon (jdgordon)
Thursday, 13 January 2011, 07:51 GMT+2
Reason for closing:  Accepted

Loading...