From f00c2cba30cf3151674bf2b73dab98660009f2c5 Mon Sep 17 00:00:00 2001 From: Jamie Bullock Date: Tue, 21 Sep 2010 15:40:20 +0000 Subject: - implemented |dssi remap( message. This remaps MIDI channel numbers to instances. e.g. |dssi remap 1 1 2( maps channel 1 to instances 1 & 2, and channel 2 to instance 3. svn path=/trunk/externals/postlude/; revision=14166 --- dssi/src/dssi~.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'dssi/src/dssi~.h') diff --git a/dssi/src/dssi~.h b/dssi/src/dssi~.h index fe8df35..6aadb85 100644 --- a/dssi/src/dssi~.h +++ b/dssi/src/dssi~.h @@ -53,7 +53,7 @@ #define ASCII_t 116 #define ASCII_a 97 -#define LOADGUI 1 /* FIX: depracate this */ +#define LOADGUI 0 /* FIX: depracate this */ #ifdef DEBUG #define CHECKSUM_PATCH_FILES_ON_LOAD 1 #endif @@ -128,6 +128,7 @@ typedef struct _dssi_tilde { t_dssi_instance *instances; int n_instances; unsigned long *instanceEventCounts; + unsigned char channelMap[128]; snd_seq_event_t **instanceEventBuffers; snd_seq_event_t midiEventBuf[EVENT_BUFSIZE]; -- cgit v1.2.1