aboutsummaryrefslogtreecommitdiff
path: root/src/put~.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/put~.c')
-rw-r--r--src/put~.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/put~.c b/src/put~.c
index 9074888..0eb5415 100644
--- a/src/put~.c
+++ b/src/put~.c
@@ -68,8 +68,9 @@ static void *put_tilde_new(t_symbol* s)
t_put_tilde *x = (t_put_tilde *)pd_new(put_tilde_class);
if (gensym("") != s ) x->pg = putget_register(s,1);
-
-
+
+ count = count + 1;
+post("c:%i",count);
return (void *)x;
}