[PD-dev] [ pure-data-Bugs-2957058 ] pointer to [route symbol]-[print] crashes pd

IOhannes m zmoelnig zmoelnig at iem.at
Thu Feb 25 18:22:27 CET 2010


On 2010-02-25 17:37, SourceForge.net wrote:

> just like signals are. As you know, [print] shows them as a not very
> helpful "(gpointer)", but if you pass a pointer to [list prepend set]-[list
> trim] and into a message box: There pointers show up as "(pointer)" with
> the "g" missing.  Anyway don't bother  trying [route (pointer)], it doesn't
> work either. :)

for what it is worth, i have just created a little object [rawprint] in
zexy, that should allow you to inspect messages a bit closer.
it's basically a clone of [print] without all the fancy handling of
special atoms.

for [foo 1 bar( it will print:
"foo" 1.00000 'bar'

the output of [pointer] could print:
"pointer" pointer[0xBFD62658]

the selector is indicated with double-quotes and ordinary symbols with
single-quotes.

it's dedicated to all those who always wanted to see what's in a message.
i don't see any usefulness in itself (apart from demystifying messages)

mfgasdr
IOhannes

-------------- next part --------------
A non-text attachment was scrubbed...
Name: smime.p7s
Type: application/pkcs7-signature
Size: 3636 bytes
Desc: S/MIME Cryptographic Signature
URL: <http://lists.puredata.info/pipermail/pd-dev/attachments/20100225/a4f6ddcb/attachment.bin>


More information about the Pd-dev mailing list