Hallo, Jonathan Wilkes hat gesagt: // Jonathan Wilkes wrote:
A list with one pointer element will trick [route]:
[traverse some-canvas, bang( | [pointer] | [list append] | [route symbol]
Is this crasher bug already reported on Sourceforge? You can crash Pd without the [list append] here, btw. and also by replaceing the [print] with a [set $1(--->[ ( message box construction.
Anyway to "route" pointers one usually uses the [pointer] object. For pointers it's useful to know what type of [struct] they belong to, so something like [pointer event time score] will dispatch your event, time and score pointers accordingly through their respective inlets.
Frank