[PD] bang vs empty list

IOhannes m zmölnig zmoelnig at iem.at
Thu Mar 21 21:22:39 CET 2013


On 03/21/2013 21:02, IOhannes m zmölnig wrote:
> "inlet: expected 'pointer' but got 'pointer'"

so having a short go into m_class.c, it seems indeed that the
c_pointermethod is called from within the list-method.

the attached patch should fix this, by using the "list" selector when
outputting pointers through [trigger].
this should be totally compatible to the original behaviour (regarding
pointers):
org: outlet_list    (out, 0      , 1, ptratom);
new: outlet_anything(out, &s_list, 1, ptratom);

nevertheless it's probably good to hear some pointer expert's (e.g.
miller's) opinion about how this *should* be handled.


fgmasrd
IOhannes


More information about the Pd-list mailing list