[PD] sdtout converts symbol with space to list

Cyrille Henry ch at chnry.net
Tue Feb 7 17:08:43 CET 2012


pd did not have any escape character to deal with space.
this is a generic problem more than a bug.

so, you should find dirty hack to avoid problem.
if you have only a symbol, then it's not a problem to split it to a list and make back a symbol thanks to symbol2list and list2symbol.


if you wish to send a list composed of symbol (with space) and other value, then it's a bit harder.
here is a very crappy workaround assuming list are always composed of one symbol and one float.

Cyrille

Le 07/02/2012 16:35, Antoine Villeret a écrit :
> hi,
>
> here is my problem : a symbol with a space send to stdout is transformed  to a list
> this is very inconvenient when using pd~
> see attachment
> should this be reported as bug ?
> is there a generic workaround for that ?
>
> thanks
>
> antoine
>
> PS : Sorry Iohannes, I was to quick, the issue seems to be there...
> --
> do it yourself
> http://antoine.villeret.free.fr
> http://drii.ensad.fr
> --
> Google lit ce mail...
> si vous refusez cela, utilisez l'adresse antoine.villeret [at] free.fr <http://free.fr> pour me contacter
>
>
>
> _______________________________________________
> Pd-list at iem.at mailing list
> UNSUBSCRIBE and account-management ->  http://lists.puredata.info/listinfo/pd-list
-------------- next part --------------
A non-text attachment was scrubbed...
Name: stdout_symbol_with_space.zip
Type: application/zip
Size: 1247 bytes
Desc: not available
URL: <http://lists.puredata.info/pipermail/pd-list/attachments/20120207/15fbeb35/attachment.zip>


More information about the Pd-list mailing list