aboutsummaryrefslogtreecommitdiff
path: root/udpreceive.c
diff options
context:
space:
mode:
authorIOhannes m zmölnig <zmoelnig@users.sourceforge.net>2010-09-20 13:14:16 +0000
committerIOhannes m zmölnig <zmoelnig@users.sourceforge.net>2010-09-20 13:14:16 +0000
commitdb1b76de7229926515ceba67fb9f5543883bd3e8 (patch)
tree38d55475c8669fcd8bf2eb4ec157144b5d312bb7 /udpreceive.c
parentb027b933a923bdd0baf1847f9884b2b551f5a611 (diff)
debugging levels
svn path=/trunk/externals/iem/iemnet/; revision=14160
Diffstat (limited to 'udpreceive.c')
-rw-r--r--udpreceive.c6
1 files changed, 4 insertions, 2 deletions
diff --git a/udpreceive.c b/udpreceive.c
index a00b382..2338cec 100644
--- a/udpreceive.c
+++ b/udpreceive.c
@@ -5,7 +5,7 @@
*/
/* */
-/* A server for unidirectional communication from within Pd. */
+/* A server for unidirectional communication from within Pd. */
/* */
/* This program is free software; you can redistribute it and/or */
/* modify it under the terms of the GNU General Public License */
@@ -20,7 +20,8 @@
/* You should have received a copy of the GNU General Public License */
/* along with this program; if not, write to the Free Software */
/* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */
-/* */
+
+#define DEBUGLEVEL 1
static const char objName[] = "udpreceive";
@@ -162,6 +163,7 @@ IEMNET_EXTERN void udpreceive_setup(void)
class_addmethod(udpreceive_class, (t_method)udpreceive_port,
gensym("port"), A_DEFFLOAT, 0);
+ DEBUGMETHOD(udpreceive_class);
}
IEMNET_INITIALIZER(udpreceive_setup);