From 7844efa60c29a617dcf3b434e4cab3f0ff85e216 Mon Sep 17 00:00:00 2001 From: Jamie Bullock Date: Wed, 10 Apr 2013 15:33:12 +0000 Subject: svn path=/trunk/externals/postlude/; revision=17084 --- pluginhost~/ph_common.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'pluginhost~/ph_common.h') diff --git a/pluginhost~/ph_common.h b/pluginhost~/ph_common.h index 641c555..bed5751 100644 --- a/pluginhost~/ph_common.h +++ b/pluginhost~/ph_common.h @@ -58,6 +58,7 @@ typedef struct _ph_instance { int ui_show; t_atom ui_target[UI_TARGET_ELEMS]; /* host, port */ uint8_t perf_buffer[DX7_PERFORMANCE_SIZE]; + pid_t gui_pid; int *plugin_port_ctlin_numbers; /*not sure if this should go here?*/ @@ -127,7 +128,6 @@ typedef struct _ph { unsigned long *plugin_ctlin_port_numbers; unsigned char channel_map[128]; - DSSI_Descriptor_Function desc_func; DSSI_Descriptor *descriptor; LADSPA_Handle *instance_handles; @@ -149,6 +149,7 @@ void ph_debug_post(const char *fmt, ...); void ph_quit_plugin(ph *x); void ph_init_plugin(ph *x); void ph_free_plugin(ph *x); +void ph_load_gui(ph *x, unsigned int i); void ph_query_programs(ph *x, unsigned int i); void ph_program_change(ph *x, unsigned int i); void ph_instance_send_osc(t_outlet *outlet, ph_instance *instance, -- cgit v1.2.1