EQ settings: Rework the settings to clean up the config file.
commit1eb17dc9f4bf280d2e9503f3d0c8b8730146412d
authorJonathan Gordon <rockbox@jdgordon.info>
Tue, 5 Feb 2013 12:20:17 +0000 (5 23:20 +1100)
committerJonathan Gordon <rockbox@jdgordon.info>
Sat, 9 Feb 2013 12:05:32 +0000 (9 13:05 +0100)
treed166a646c42a484edd2ad66e021c4473c4001a91
parentcb3e40be0a09de1b927fcaab75118dad54c9e563
EQ settings: Rework the settings to clean up the config file.

Instead of 3 cfg lines per eq band there is now a single line
for each:
<config name>: <cutoff/center freq>, <q>, <gain>

In addition, the config value names make a bit more sense.

The old settings are still readable but config.cfg and any new
settings files will be written with the new config values. (The
old settings will be removed completly sometime after the next
stable release).

Also a slight rework of the advanced EQ menu UI

Change-Id: I9008658d36ded442a5f2f825916df42a3934cbef
Reviewed-on: http://gerrit.rockbox.org/394
Reviewed-by: Jonathan Gordon <rockbox@jdgordon.info>
29 files changed:
apps/menus/eq_menu.c
apps/plugins/settings_dumper.c
apps/settings.c
apps/settings_list.c
apps/settings_list.h
lib/rbcodec/dsp/eq.h
lib/rbcodec/dsp/eqs/Acoustic.cfg
lib/rbcodec/dsp/eqs/Bass.cfg
lib/rbcodec/dsp/eqs/Classical.cfg
lib/rbcodec/dsp/eqs/Club.cfg
lib/rbcodec/dsp/eqs/Dance.cfg
lib/rbcodec/dsp/eqs/Default.cfg
lib/rbcodec/dsp/eqs/Disco.cfg
lib/rbcodec/dsp/eqs/Electronic.cfg
lib/rbcodec/dsp/eqs/Flat.cfg
lib/rbcodec/dsp/eqs/Headphones.cfg
lib/rbcodec/dsp/eqs/Hip-Hop.cfg
lib/rbcodec/dsp/eqs/Jazz.cfg
lib/rbcodec/dsp/eqs/Live.cfg
lib/rbcodec/dsp/eqs/Lounge.cfg
lib/rbcodec/dsp/eqs/Party.cfg
lib/rbcodec/dsp/eqs/Pop.cfg
lib/rbcodec/dsp/eqs/R&B.cfg
lib/rbcodec/dsp/eqs/Reggae.cfg
lib/rbcodec/dsp/eqs/Rock.cfg
lib/rbcodec/dsp/eqs/Ska.cfg
lib/rbcodec/dsp/eqs/Soft.cfg
lib/rbcodec/dsp/eqs/Techno.cfg
lib/rbcodec/dsp/eqs/Vocal.cfg