aboutsummaryrefslogtreecommitdiff
path: root/pluginhost~/ph_common.h
diff options
context:
space:
mode:
authorJamie Bullock <postlude@users.sourceforge.net>2015-03-16 14:56:17 +0000
committerJamie Bullock <postlude@users.sourceforge.net>2015-03-16 14:56:17 +0000
commitebaabd0f2e3203be4700d01260b81c5971289c14 (patch)
treed844cb423fdee133e16ea8b9f80accb23d3b5197 /pluginhost~/ph_common.h
parentc8f157b2231ba21d40a6699ffbdeb7874b9b1abd (diff)
Add support for a wider range of DX-based SYSEX files including those with more than 32-voices. NOTE: for now files with up to 128 voices can be “read”, but only the first 32 voices will be “loaded”
svn path=/trunk/externals/postlude/; revision=17445
Diffstat (limited to 'pluginhost~/ph_common.h')
-rw-r--r--pluginhost~/ph_common.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/pluginhost~/ph_common.h b/pluginhost~/ph_common.h
index bed5751..31f30be 100644
--- a/pluginhost~/ph_common.h
+++ b/pluginhost~/ph_common.h
@@ -56,7 +56,7 @@ typedef struct _ph_instance {
int pending_bank_msb;
int ui_hidden;
int ui_show;
- t_atom ui_target[UI_TARGET_ELEMS]; /* host, port */
+ char * ui_target; /* TODO: should be host, port */
uint8_t perf_buffer[DX7_PERFORMANCE_SIZE];
pid_t gui_pid;