diff options
Diffstat (limited to 'src/iem16_array_tilde.c')
-rw-r--r-- | src/iem16_array_tilde.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/iem16_array_tilde.c b/src/iem16_array_tilde.c index 5e120f1..8e3dc8f 100644 --- a/src/iem16_array_tilde.c +++ b/src/iem16_array_tilde.c @@ -109,7 +109,7 @@ static void *tab16play_tilde_new(t_symbol *s){ x->x_phase = 0x7fffffff; x->x_limit = 0; x->x_arrayname = s; - outlet_new(&x->x_obj, &s_signal); + outlet_new(&x->x_obj, gensym("signal")); x->x_bangout = outlet_new(&x->x_obj, gensym("bang")); return (x); } |