--- On Fri, 7/8/11, Ivica Ico Bukvic <[email protected]> wrote:
> From: Ivica Ico Bukvic <[email protected]> > Subject: RE: [PD] route - pack issue > To: "'Jonathan Wilkes'" <[email protected]> > Cc: [email protected] > 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 > > _______________________________________________ [email protected] mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list
