From deb8cb9309bb65e9ed313b2bb50bad68cf8b83d7 Mon Sep 17 00:00:00 2001 From: trialuser02 Date: Mon, 12 Sep 2011 16:46:46 +0000 Subject: added equalizer presets (improted from Amarok) (Thanks to Panagiotis Papadopoulos) (Closes issue 471) git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@2347 90c681e8-e032-0410-971d-27865f9a5e38 --- src/plugins/Ui/skinned/resources/eq.preset | 239 +++++++++++++++++++++++ src/plugins/Ui/skinned/resources/interface.png | Bin 0 -> 1418 bytes src/plugins/Ui/skinned/resources/resources.qrc | 9 + src/plugins/Ui/skinned/resources/shortcuts.png | Bin 0 -> 603 bytes src/plugins/Ui/skinned/resources/ui_no_cover.png | Bin 0 -> 4170 bytes 5 files changed, 248 insertions(+) create mode 100644 src/plugins/Ui/skinned/resources/eq.preset create mode 100644 src/plugins/Ui/skinned/resources/interface.png create mode 100644 src/plugins/Ui/skinned/resources/resources.qrc create mode 100644 src/plugins/Ui/skinned/resources/shortcuts.png create mode 100644 src/plugins/Ui/skinned/resources/ui_no_cover.png (limited to 'src/plugins/Ui/skinned/resources') diff --git a/src/plugins/Ui/skinned/resources/eq.preset b/src/plugins/Ui/skinned/resources/eq.preset new file mode 100644 index 000000000..942aa2044 --- /dev/null +++ b/src/plugins/Ui/skinned/resources/eq.preset @@ -0,0 +1,239 @@ +[Presets] +Preset1=Club +Preset2=Dance +Preset3=Full Bass +Preset4=Full Treble +Preset5=Full Bass + Treble +Preset6=Laptop/Headphones +Preset7=Large Hall +Preset8=Live +Preset9=Party +Preset10=Pop +Preset11=Reggae +Preset12=Rock +Preset13=Soft +Preset14=Ska +Preset15=Soft Rock +Preset16=Techno +Preset17=Default + +[Club] +Band0=0 +Band1=0 +Band2=4 +Band3=6 +Band4=6 +Band5=6 +Band6=4 +Band7=0 +Band8=0 +Band9=0 +Preamp=0 + +[Dance] +Band0=10 +Band1=7 +Band2=2 +Band3=0 +Band4=0 +Band5=-6 +Band6=-8 +Band7=-8 +Band8=0 +Band9=0 +Preamp=0 + +[Full Bass] +Band0=14 +Band1=14 +Band2=14 +Band3=8 +Band4=4 +Band5=-4 +Band6=-9 +Band7=-10 +Band8=-11 +Band9=-11 +Preamp=0 + +[Full Treble] +Band0=-10 +Band1=-10 +Band2=-10 +Band3=-5 +Band4=3 +Band5=11 +Band6=16 +Band7=16 +Band8=16 +Band9=17 +Preamp=0 + +[Full Bass + Treble] +Band0=7 +Band1=6 +Band2=0 +Band3=-8 +Band4=-5 +Band5=2 +Band6=9 +Band7=11 +Band8=12 +Band9=12 +Preamp=0 + +[Laptop/Headphones] +Band0=5 +Band1=10 +Band2=5 +Band3=-4 +Band4=0 +Band5=-6 +Band6=-8 +Band7=-8 +Band8=0 +Band9=0 +Preamp=0 + +[Large Hall] +Band0=10 +Band1=10 +Band2=6 +Band3=6 +Band4=0 +Band5=-5 +Band6=-5 +Band7=-5 +Band8=0 +Band9=0 +Preamp=0 + +[Live] +Band0=-5 +Band1=0 +Band2=4 +Band3=5 +Band4=6 +Band5=6 +Band6=4 +Band7=3 +Band8=3 +Band9=2 +Preamp=0 + +[Party] +Band0=7 +Band1=7 +Band2=0 +Band3=0 +Band4=0 +Band5=0 +Band6=0 +Band7=0 +Band8=7 +Band9=7 +Preamp=0 + +[Pop] +Band0=-2 +Band1=5 +Band2=7 +Band3=8 +Band4=5 +Band5=-1 +Band6=-3 +Band7=-3 +Band8=-2 +Band9=-2 +Preamp=0 + +[Reggae] +Band0=0 +Band1=0 +Band2=-1 +Band3=-6 +Band4=0 +Band5=-7 +Band6=-7 +Band7=0 +Band8=0 +Band9=0 +Preamp=0 + +[Rock] +Band0=8 +Band1=5 +Band2=-6 +Band3=-8 +Band4=-4 +Band5=4 +Band6=9 +Band7=11 +Band8=11 +Band9=11 +Preamp=0 + +[Soft] +Band0=5 +Band1=2 +Band2=-1 +Band3=-3 +Band4=-1 +Band5=4 +Band6=9 +Band7=10 +Band8=11 +Band9=12 +Preamp=0 + +[Ska] +Band0=-3 +Band1=-5 +Band2=-5 +Band3=-1 +Band4=4 +Band5=6 +Band6=9 +Band7=10 +Band8=11 +Band9=10 +Preamp=0 + +[Soft Rock] +Band0=4 +Band1=4 +Band2=2 +Band3=-1 +Band4=-5 +Band5=-6 +Band6=-4 +Band7=-1 +Band8=3 +Band9=9 +Preamp=0 + +[Techno] +Band0=8 +Band1=6 +Band2=0 +Band3=-6 +Band4=-5 +Band5=0 +Band6=8 +Band7=10 +Band8=10 +Band9=9 +Preamp=0 + +[Default] +Band0=0 +Band1=0 +Band2=0 +Band3=0 +Band4=0 +Band5=0 +Band6=0 +Band7=0 +Band8=0 +Band9=0 +Preamp=0 diff --git a/src/plugins/Ui/skinned/resources/interface.png b/src/plugins/Ui/skinned/resources/interface.png new file mode 100644 index 000000000..ebedddde2 Binary files /dev/null and b/src/plugins/Ui/skinned/resources/interface.png differ diff --git a/src/plugins/Ui/skinned/resources/resources.qrc b/src/plugins/Ui/skinned/resources/resources.qrc new file mode 100644 index 000000000..1e818c478 --- /dev/null +++ b/src/plugins/Ui/skinned/resources/resources.qrc @@ -0,0 +1,9 @@ + + + + interface.png + ui_no_cover.png + shortcuts.png + eq.preset + + diff --git a/src/plugins/Ui/skinned/resources/shortcuts.png b/src/plugins/Ui/skinned/resources/shortcuts.png new file mode 100644 index 000000000..45d917220 Binary files /dev/null and b/src/plugins/Ui/skinned/resources/shortcuts.png differ diff --git a/src/plugins/Ui/skinned/resources/ui_no_cover.png b/src/plugins/Ui/skinned/resources/ui_no_cover.png new file mode 100644 index 000000000..ac8c587e3 Binary files /dev/null and b/src/plugins/Ui/skinned/resources/ui_no_cover.png differ -- cgit v1.2.3-13-gbd6f