aboutsummaryrefslogtreecommitdiff
path: root/pluginhost~/ph_common.h
diff options
context:
space:
mode:
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;