[SCM] jcgui/master: patch changing eq knobs order to more usual audio standard

mira-guest at users.alioth.debian.org mira-guest at users.alioth.debian.org
Fri Jan 28 17:41:55 UTC 2011


The following commit has been merged in the master branch:
commit bd0bc6442e58b4f11978fcf988f597abb1aa35a3
Author: Jaromír Mikeš <mira.mikes at seznam.cz>
Date:   Fri Jan 28 18:39:19 2011 +0100

    patch changing eq knobs order to more usual audio standard

diff --git a/debian/patches/04-switching_treble-bass_controllers.patch b/debian/patches/04-switching_treble-bass_controllers.patch
new file mode 100644
index 0000000..f0383b9
--- /dev/null
+++ b/debian/patches/04-switching_treble-bass_controllers.patch
@@ -0,0 +1,20 @@
+Description: Changed order of equliser knobs to match usual audio standards
+Author: Jaromír Mikeš <mira.mikes at seznam.cz>
+Forwarded: no
+---
+Index: jcgui/src/gx_main_interface.cpp
+===================================================================
+--- jcgui.orig/src/gx_main_interface.cpp	2011-01-28 15:53:26.502727440 +0100
++++ jcgui/src/gx_main_interface.cpp	2011-01-28 15:54:14.454727233 +0100
+@@ -1630,9 +1630,9 @@
+                 //----- open a box for the tone and the fuzz controllers
+                 openVertical1Box("tone");
+                 {
+-                  addregler("bass",   &engine->fslider_tone2, 0.f, -20.f, 20.f, 0.1f);
++                  addregler("treble",   &engine->fslider_tone0, 0.f, -20.f, 20.f, 0.1f);
+                   addregler("middle", &engine->fslider_tone1, 0.f, -20.f, 20.f, 0.1f);
+-                  addregler("treble", &engine->fslider_tone0, 0.f, -20.f, 20.f, 0.1f);
++                  addregler("bass", &engine->fslider_tone2, 0.f, -20.f, 20.f, 0.1f);
+                 }
+                 closeBox();
+               }

-- 
jcgui packaging



More information about the pkg-multimedia-commits mailing list