This is the bug/patch tracker for Rockbox. Click here for more information.
Quick links: Bugs · Patches · Rockbox frontpage
FS#4780 - EQ WPS tags
|
DetailsAdds support for displaying EQ settings in the WPS.
Creates the following new tags: %eq - "1" if EQ is enabled, "" if disabled %e1 - Band 0 (Low Shelf, 60 Hz) %e2 - Band 1 %e3 - Band 2 %e4 - Band 3 %e5 - Band 4 (High Shelf, 12 kHz) The band tags are set in the following steps: tag value band gain (db) 0: < -9.1 1: -9 - -6.1 2: -6 - -3.1 3: -3 - 0.1 4: 0 5: 0.1 - 3 6: 3.1 - 6 7: 6.1 - 9 8: > 9.1 This allows WPS designers to create graphical representations of the current EQ settings. |
This task depends upon
Closed by Nicolas Pennequin (nicolas_p)
Friday, 13 April 2007, 17:21 GMT+1
Reason for closing: Rejected
Friday, 13 April 2007, 17:21 GMT+1
Reason for closing: Rejected
This would be better implemented as a hard-coded widget (similar to the progress bar).