[SCM] jack-keyboard/master: Set MIDI programs number to 127 as per MIDI spec.

alessio at users.alioth.debian.org alessio at users.alioth.debian.org
Mon Jan 24 11:34:28 UTC 2011


The following commit has been merged in the master branch:
commit 48edaed6a87147a81631c24e57fba7f35353bfd4
Author: Alessio Treglia <alessio at debian.org>
Date:   Mon Jan 24 12:34:25 2011 +0100

    Set MIDI programs number to 127 as per MIDI spec.

diff --git a/debian/patches/0003-midi_programs.patch b/debian/patches/0003-midi_programs.patch
new file mode 100644
index 0000000..b81545d
--- /dev/null
+++ b/debian/patches/0003-midi_programs.patch
@@ -0,0 +1,17 @@
+Description: Set MIDI programs number to 127 as per MIDI spec.
+Origin: upstream, http://jack-keyboard.svn.sourceforge.net/viewvc/jack-keyboard?view=revision&revision=13
+---
+ src/jack-keyboard.c |    2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+--- jack-keyboard.orig/src/jack-keyboard.c
++++ jack-keyboard/src/jack-keyboard.c
+@@ -111,7 +111,7 @@ lash_client_t	*lash_client;
+ #define BANK_MIN		0
+ #define BANK_MAX		127
+ #define PROGRAM_MIN		0
+-#define PROGRAM_MAX		16383
++#define PROGRAM_MAX		127
+ #define CHANNEL_MIN		1
+ #define CHANNEL_MAX		16
+ 
diff --git a/debian/patches/series b/debian/patches/series
index eccc58d..4771ab5 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,2 +1,3 @@
 0001-dvorak_layout.patch
 0002-document_dvorak_support.patch
+0003-midi_programs.patch

-- 
jack-keyboard packaging



More information about the pkg-multimedia-commits mailing list