aboutsummaryrefslogtreecommitdiff
path: root/src/demultiplex.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/demultiplex.c')
-rw-r--r--src/demultiplex.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/demultiplex.c b/src/demultiplex.c
index 9045177..5c8431e 100644
--- a/src/demultiplex.c
+++ b/src/demultiplex.c
@@ -84,6 +84,8 @@ static void *demux_new(t_symbol *s, int argc, t_atom *argv)
{
t_demux *x = (t_demux *)pd_new(demux_class);
int n = (argc < 2)?2:argc;
+ ZEXY_USEVAR(s);
+ ZEXY_USEVAR(argv);
x->n_out = n - 1;