[PD] [list] output

Frank Barknecht fbar at footils.org
Sun Feb 7 12:48:54 CET 2010


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.

Ciao
-- 
Frank 




More information about the Pd-list mailing list