aboutsummaryrefslogtreecommitdiff
path: root/pluginhost~/src/handlers_osc.c
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.c
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.c')
-rw-r--r--pluginhost~/src/handlers_osc.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/pluginhost~/src/handlers_osc.c b/pluginhost~/src/handlers_osc.c
index 1b3288b..4114baf 100644
--- a/pluginhost~/src/handlers_osc.c
+++ b/pluginhost~/src/handlers_osc.c
@@ -91,7 +91,7 @@ void handle_osc_program(ph *x, t_atom *argv, unsigned int i)
}
if (!found) {
- pd_error(x, "UI requested unknown program: bank %ul, program %ul: "
+ pd_error(x, "UI requested unknown program: bank %lu, program %lu: "
"sending to plugin anyway (plugin should ignore it)\n",
bank, program);
}
@@ -185,7 +185,7 @@ 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)
{
const char *url;
const char *path;