Package: foo-yc20
Version: 1.3.0-5
Severity: normal
Tags: upstream patch

Dear Maintainer,

MIDI controller number for the "Pitch" control incorrectly set to 5
in source (instead of 50 as README says). This renders inoperable both
"Pitch" and "Section I 2 2/3' drawbar" controls.

Attached patch fixes the issue.

(As a sidenote: nobody noticed that in TWO years? Does anybody use this
thing at all? :\ )

-- System Information:
Debian Release: 7.0
  APT prefers stable
  APT policy: (990, 'stable'), (500, 'stable-updates'), (500, 'testing')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 3.2.41-custom2-amd64 (SMP w/8 CPU cores; PREEMPT)
Locale: LANG=en_DK.UTF-8, LC_CTYPE=en_DK.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages foo-yc20 depends on:
ii  libatk1.0-0                       2.8.0-2
ii  libc6                             2.17-3
ii  libcairo2                         1.12.14-4
ii  libfontconfig1                    2.9.0-7.1
ii  libfreetype6                      2.4.9-1.1
ii  libgcc1                           1:4.8.1-2
ii  libgdk-pixbuf2.0-0                2.28.1-1
ii  libglib2.0-0                      2.36.1-2build1
ii  libgtk2.0-0                       2.24.10-2
ii  libjack-jackd2-0 [libjack-0.116]  1.9.8~dfsg.4+20120529git007cdc37-5
ii  libpango1.0-0                     1.32.5-5+b1
ii  libstdc++6                        4.8.1-2

foo-yc20 recommends no packages.

foo-yc20 suggests no packages.

-- no debconf information
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);
 	
_______________________________________________
pkg-multimedia-maintainers mailing list
[email protected]
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-multimedia-maintainers

Reply via email to