From 0ff84675e117247c8ab046e9e27aec6ec0771cb5 Mon Sep 17 00:00:00 2001 From: Thomas O Fredericks Date: Thu, 22 Oct 2009 19:45:39 +0000 Subject: Removed the multi file version of param svn path=/trunk/externals/tof/; revision=12642 --- src/put~.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'src/put~.c') 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; } -- cgit v1.2.1