--- On Fri, 7/8/11, Ivica Ico Bukvic ico@vt.edu wrote:
From: Ivica Ico Bukvic ico@vt.edu Subject: RE: [PD] route - pack issue To: "'Jonathan Wilkes'" jancsika@yahoo.com Cc: pd-list@iem.at Date: Friday, July 8, 2011, 4:54 PM
static void pack_list(t_pack *x,
t_symbol *s, int ac, t_atom *av)
{ if (ac==0) pack_bang(x); else
obj_list(&x->x_obj, 0, ac, av);
}
Many thanks for this contribution! I will add this to pd-l2ork. However, shouldn't also route output bang when having an empty list?
[route] already does this.
Best wishes,
Ico