diff options
Diffstat (limited to 'src/demultiplex.c')
-rw-r--r-- | src/demultiplex.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/demultiplex.c b/src/demultiplex.c index 3b7d976..199d609 100644 --- a/src/demultiplex.c +++ b/src/demultiplex.c @@ -83,7 +83,7 @@ static void *demux_new(t_symbol *s, int argc, t_atom *argv) x->n_out = n - 1; - inlet_new(&x->x_obj, &x->x_obj.ob_pd, &s_float, gensym("select")); + inlet_new(&x->x_obj, &x->x_obj.ob_pd, gensym("float"), gensym("select")); x->out = (t_outlet **)getbytes(n * sizeof(t_outlet *)); for (n=0; n<=x->n_out; n++) { |