diff options
-rw-r--r-- | src/dirac~.c | 3 |
1 files changed, 2 insertions, 1 deletions
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; |