From 4b7c46e3f26ce07f0587cbb16fd47e531d5c841a Mon Sep 17 00:00:00 2001 From: Jamie Bullock Date: Tue, 24 Jan 2012 15:13:10 +0000 Subject: - fix bugs in reset and control port handling svn path=/trunk/externals/postlude/; revision=15889 --- pluginhost~/src/handlers_pd.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'pluginhost~/src/handlers_pd.h') diff --git a/pluginhost~/src/handlers_pd.h b/pluginhost~/src/handlers_pd.h index aa19f25..ec934da 100644 --- a/pluginhost~/src/handlers_pd.h +++ b/pluginhost~/src/handlers_pd.h @@ -34,10 +34,10 @@ void handle_pd_bang(ph *x); void handle_pd_info(ph *x); void handle_pd_listplugins(ph *x); void handle_pd_dsp(ph *x, t_signal **sp); -void handle_pd_reset(ph *x, int i); +void handle_pd_reset(ph *x, t_float i); void handle_pd_list(ph *x, t_symbol *s, int argc, t_atom *argv); void handle_pd_dssi(ph *x, t_symbol *s, int argc, t_atom *argv); void handle_pd_control (ph *x, t_symbol* ctrl_name, t_float ctrl_value, - int instance); + t_float instance); void handle_pd_plug(ph *x, t_symbol *s, int argc, t_atom *argv); void handle_pd_osc(ph *x, t_symbol *s, int argc, t_atom *argv); -- cgit v1.2.1