mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-10-13 18:17:39 -04:00
EQ settings are actually an array of 3 ints. I added a skin parameter token that allows specifying which array element to use. So instead of this now-incorrect syntax: %St(0,0,-,-,image,eqbar.bmp,vertical,setting,eq band 1 gain) You would use: %St(0,0,-,-,image,eqbar.bmp,vertical,soffset,2,setting,eq peak filter 1) (the 'gain' is the third element in the eq setting array, thus soffset 2) Change-Id: Ibda712ab87759efb45420566c967742bcefb513b |
||
---|---|---|
.. | ||
images | ||
album_art_info.tex | ||
appendix.tex | ||
config_file_options.tex | ||
fdl.tex | ||
file_formats.tex | ||
gpl-2.0.tex | ||
menu_structure.tex | ||
wps_tags.tex |