aboutsummaryrefslogtreecommitdiff
path: root/pluginhost~/src/handlers_pd.h
diff options
context:
space:
mode:
authorJamie Bullock <postlude@users.sourceforge.net>2012-01-24 15:13:10 +0000
committerJamie Bullock <postlude@users.sourceforge.net>2012-01-24 15:13:10 +0000
commit4b7c46e3f26ce07f0587cbb16fd47e531d5c841a (patch)
tree521c90f0ec9d1a67c0861df25aed95ad8aea5f96 /pluginhost~/src/handlers_pd.h
parent4dd7f470469757f89b69213276fc225f33954b0d (diff)
- fix bugs in reset and control port handling
svn path=/trunk/externals/postlude/; revision=15889
Diffstat (limited to 'pluginhost~/src/handlers_pd.h')
-rw-r--r--pluginhost~/src/handlers_pd.h4
1 files changed, 2 insertions, 2 deletions
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);