diff options
-rw-r--r-- | osc/unpackOSC.c | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/osc/unpackOSC.c b/osc/unpackOSC.c index 407cf6f..1e83a66 100644 --- a/osc/unpackOSC.c +++ b/osc/unpackOSC.c @@ -65,10 +65,6 @@ The OSC webpage is http://cnmat.cnmat.berkeley.edu/OpenSoundControl */ -#if HAVE_CONFIG_H -#include <config.h> -#endif - #include "m_pd.h" #include <stdio.h> @@ -161,7 +157,7 @@ void unpackOSC_setup(void) (t_newmethod)unpackOSC_new, (t_method)unpackOSC_free, sizeof(t_unpackOSC), 0, 0); class_addlist(unpackOSC_class, (t_method)unpackOSC_list); - class_sethelpsymbol(unpackOSC_class, gensym("routeOSC")); /* same help patch as routeOSC*/
+ class_sethelpsymbol(unpackOSC_class, gensym("routeOSC")); /* same help patch as routeOSC*/ } /* unpackOSC_list expects an OSC packet in the form of a list of floats on [0..255] */ |