[SCM] foo-yc20/master: Fix MIDI controller number for the "Pitch" control

ghedo at users.alioth.debian.org ghedo at users.alioth.debian.org
Sat Mar 1 11:36:20 UTC 2014


The following commit has been merged in the master branch:
commit 6644baf280d6b277d3837c22441cc67a67bf502e
Author: Alessandro Ghedini <alessandro at ghedini.me>
Date:   Fri Feb 28 20:33:24 2014 +0100

    Fix MIDI controller number for the "Pitch" control
    
    Closes: #712114
    Thanks: Alex Volkov for the patch

diff --git a/debian/patches/0004-fix-pitch-midi-cc.patch b/debian/patches/0004-fix-pitch-midi-cc.patch
new file mode 100644
index 0000000..0009c09
--- /dev/null
+++ b/debian/patches/0004-fix-pitch-midi-cc.patch
@@ -0,0 +1,20 @@
+Description: Fix "Pitch" MIDI control number as per README
+Origin: vendor
+Bug-Debian: http://bugs.debian.org/712114
+Forwarded: no
+Author: Alex Volkov <skolwork at bk.ru>
+Reviewed-by: Alessandro Ghedini <ghedo at debian.org>
+Last-Update: 2014-02-28
+
+diff -Nurbp a/src/foo-yc20.cpp b/src/foo-yc20.cpp
+--- a/src/foo-yc20.cpp	2011-01-28 11:22:38.000000000 +0500
++++ b/src/foo-yc20.cpp	2013-06-13 07:45:20.000000000 +0600
+@@ -93,7 +93,7 @@ YC20Processor::YC20Processor()
+ 	: processor(0)
+ 	, ui(0)
+ {
+-	controlPerLabel["pitch"]       = new Control(5, -1.0, 1.0);
++	controlPerLabel["pitch"]       = new Control(50, -1.0, 1.0);
+ 	controlPerLabel["volume"]      = new Control(7);
+ 	controlPerLabel["bass volume"] = new Control(51);
+ 	
diff --git a/debian/patches/series b/debian/patches/series
index 36e4495..3dc06d4 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,3 +1,4 @@
 0001-remove-encoding-key-from-desktop-file.patch
 0002-makefile.patch
 0003-include-faust-dir.patch
+0004-fix-pitch-midi-cc.patch

-- 
foo-yc20 packaging



More information about the pkg-multimedia-commits mailing list