This is the bug/patch tracker for Rockbox. Click here for more information.
Quick links: Bugs · Patches · Rockbox frontpage
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
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
|
DetailsAdds 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> |
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.
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.
Doesn't this duplicate existing functionality? (Specifically, the generic setting tag?)
Generic setting tag? Oh, how does that work?
It was added yesterday which could explain why you missed it. Should now be in the documentation. (it's the %St tag)