Rockbox

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

Quick links: Bugs · Patches · Rockbox frontpage

Tasklist

FS#9612 - Add Crossfeed, Equaliser, Dithering and Fade On Stop WPS tags

Attached to Project: Rockbox
Opened by Justin Gan (jgrg1) - Monday, 08 December 2008, 00:53 GMT+2
Last edited by Marianne Arnold (pixelma) - Monday, 22 November 2010, 01:43 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.0
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Private No

Details

Adds WPS tags to show the status of the Crossfeed, Equaliser, Dithering and Fade On Stop settings.

Crossfeed - %af
Equaliser - %eq
Dithering - %ad
Fade On Stop - %as

Can be used in conditional operators, e.g.

# EQ - Off|On
%?eq<Off|On>

# Crossfeed - Off|On
%?af<Off|On>

# Dithering - Off|On
%?ad<Off|On>

# Fade on pause - Off|On
%?as<Off|On>
   ExtraWPSTokens_05122008.patch (3.6 KiB)
 apps/gui/gwps-common.c |   38 +++++++++++++++++++++++++++++++++++++-
 apps/gui/wps_debug.c   |   16 ++++++++++++++++
 apps/gui/gwps.h        |    4 ++++
 apps/gui/wps_parser.c  |    4 ++++
 4 files changed, 61 insertions(+), 1 deletion(-)

This task depends upon

Closed by  Marianne Arnold (pixelma)
Monday, 22 November 2010, 01:43 GMT+2
Reason for closing:  Rejected
Additional comments about closing:  Superseded by the more flexible settings tag. The author seems to have lost interest since and the patch hasn't been worked on for almost two years.
Comment by Paul Louden (Llorean) - Monday, 08 December 2008, 01:26 GMT+2
Doesn't this duplicate existing functionality? (Specifically, the generic setting tag?)
Comment by Justin Gan (jgrg1) - Monday, 08 December 2008, 13:58 GMT+2
Generic setting tag? Oh, how does that work?
Comment by Antoine Cellerier (dionoea) - Monday, 08 December 2008, 14:50 GMT+2
It was added yesterday which could explain why you missed it. Should now be in the documentation. (it's the %St tag)

Loading...