aboutsummaryrefslogtreecommitdiff
path: root/pluginhost~/src/handlers_osc.h
diff options
context:
space:
mode:
authorJamie Bullock <postlude@users.sourceforge.net>2011-09-07 11:49:06 +0000
committerJamie Bullock <postlude@users.sourceforge.net>2011-09-07 11:49:06 +0000
commit4d30c976137b2bc4385990006d59b345f6640242 (patch)
tree0260996d4d77ef61ae249acae88fb13961189dfa /pluginhost~/src/handlers_osc.h
parentb78ff2c5781fec8e1dc85fcc27ee26f5183d0488 (diff)
- fixed debug print crash
- added a workaround for setting hexter pitch bend range, pressure sensitivity, mod wheel sensitivity, portamento time etc svn path=/trunk/externals/postlude/; revision=15289
Diffstat (limited to 'pluginhost~/src/handlers_osc.h')
-rw-r--r--pluginhost~/src/handlers_osc.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/pluginhost~/src/handlers_osc.h b/pluginhost~/src/handlers_osc.h
index ad1526e..a45c56a 100644
--- a/pluginhost~/src/handlers_osc.h
+++ b/pluginhost~/src/handlers_osc.h
@@ -36,5 +36,5 @@ void handle_osc_control(ph *x, t_atom *argv, int i);
void handle_osc_midi(ph *x, t_atom *argv, unsigned int i);
void handle_osc_configure(ph *x, t_atom *argv, int i);
void handle_osc_exiting(ph *x, t_atom *argv, int i);
-void handle_osc_update(ph *x, t_atom *argv, int i);
+void handle_osc_update(ph *x, t_atom *argv, unsigned int i);