aboutsummaryrefslogtreecommitdiff
path: root/src/multiplex.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/multiplex.c')
-rw-r--r--src/multiplex.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/multiplex.c b/src/multiplex.c
index bdade9f..a2d4180 100644
--- a/src/multiplex.c
+++ b/src/multiplex.c
@@ -64,6 +64,8 @@ static void *mux_new(t_symbol *s, int argc, t_atom *argv)
int n = (argc < 2)?2:argc;
t_mux *x = (t_mux *)pd_new(mux_class);
// t_muxproxy *y=(t_muxproxy*)pd_new(muxproxy_class);
+ ZEXY_USEVAR(s);
+ ZEXY_USEVAR(argv);
x->i_selected=0;
x->i_count = n;