From 91493ec59eabeadbeb00a386beee48638bef3886 Mon Sep 17 00:00:00 2001 From: Jamie Bullock Date: Wed, 29 Mar 2006 19:38:55 +0000 Subject: Added key and channel aftertouch support. svn path=/trunk/externals/postlude/; revision=4812 --- dssi/src/dssi~.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'dssi/src/dssi~.h') diff --git a/dssi/src/dssi~.h b/dssi/src/dssi~.h index 9a4084e..3c16995 100644 --- a/dssi/src/dssi~.h +++ b/dssi/src/dssi~.h @@ -41,7 +41,7 @@ #define DX7_DUMP_SIZE_BULK 4096+8 -#define VERSION 0.93 +#define VERSION 0.94 #define EVENT_BUFSIZE 1024 #define OSC_BASE_MAX 1024 #define TYPE_STRING_SIZE 20 /* Max size of event type string (must be two more bytes than needed) */ @@ -50,6 +50,8 @@ #define ASCII_p 112 #define ASCII_c 99 #define ASCII_b 98 +#define ASCII_t 116 +#define ASCII_a 97 #define LOADGUI 1 /* FIX: depracate this */ #define DEBUG 0 -- cgit v1.2.1