aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIOhannes m zmölnig <zmoelnig@users.sourceforge.net>2009-07-30 14:41:45 +0000
committerIOhannes m zmölnig <zmoelnig@users.sourceforge.net>2009-07-30 14:41:45 +0000
commitbd83514def0b20d416377ebac6c2eb79edd73566 (patch)
tree16f2a2f34649dd383e3b617ed0410540d86114b9
parent2e273d697e4aeafa0c4165c0aee1f80b9fc8320a (diff)
do not autofire a dirac
svn path=/trunk/externals/zexy/; revision=11892
-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;