aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/dirac~.c3
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;