From bd83514def0b20d416377ebac6c2eb79edd73566 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?IOhannes=20m=20zm=C3=B6lnig?= Date: Thu, 30 Jul 2009 14:41:45 +0000 Subject: do not autofire a dirac svn path=/trunk/externals/zexy/; revision=11892 --- src/dirac~.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/dirac~.c b/src/dirac~.c index 7aae46d..aa061cf 100644 --- a/src/dirac~.c +++ b/src/dirac~.c @@ -133,7 +133,8 @@ static void *dirac_new(t_floatarg where) outlet_new(&x->x_obj, gensym("signal")); - x->do_it = where; + // x->do_it = where; + x->do_it = -1; if (where > 0) x->position = where; -- cgit v1.2.1