From 27e81cf8f9a46c8080cac554f8a72afc4ad7963f Mon Sep 17 00:00:00 2001 From: David Robillard Date: Mon, 17 Nov 2014 21:07:55 +0000 Subject: Add support for pitch bend and channel/note pressure. git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@5488 a436a847-0d15-0410-975c-d299462d15a1 --- scripts/ingenams | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripts') diff --git a/scripts/ingenams b/scripts/ingenams index 952051c9..090db76b 100755 --- a/scripts/ingenams +++ b/scripts/ingenams @@ -83,7 +83,7 @@ class World: port_index = int(port_id) if world.mod_prototypes[self.mod_sym(mod_id)] == note_uri: # Adapt MCV/ADVMCV port index to Note port index - port_mapping = [ 3, 0, 2, 4, -1, -1, -1, -1, -1, -1 ] + port_mapping = [ 3, 0, 2, 4, 6, 5, -1, -1, -1, -1 ] port_index = port_mapping[port_index] if port_index == -1: sys.stderr.write('warning: unsupported MCV port %d\n' % int(port_id)) -- cgit v1.2.1