hi guys, <br><br>Thanks for your tips.<br>Finally the workaround i choosed is to not use [stdout]...<br>In fact i need to get and set properties of a [pix_video] embedded in a [pd~] and I was forwarding pix_video outlet to the main patch through [stdout] which leads to disaster with symbols with space...<br>

Actually, i made another [pix_video] instance in the main patch outside the rendering chain, just to get and set properties.<br>It&#39;s linked to the embedded one (just to use the same driver/device).<br>it seems to work for now...<br>

<br>cheers<br><br>a.<br clear="all">-- <br>do it yourself                        <br><a href="http://antoine.villeret.free.fr" target="_blank">http://antoine.villeret.free.fr</a> <br><a href="http://drii.ensad.fr" target="_blank">http://drii.ensad.fr</a><br>

--<br>Google lit ce mail... <br>si vous refusez cela, utilisez l&#39;adresse antoine.villeret [at] <a href="http://free.fr" target="_blank">free.fr</a> pour me contacter<br><br>
<br><br><div class="gmail_quote">2012/2/7 Mathieu Bouchard <span dir="ltr">&lt;<a href="mailto:matju@artengine.ca">matju@artengine.ca</a>&gt;</span><br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">

Le 2012-02-07 à 17:08:00, Cyrille Henry a écrit :<div class="im"><br>
<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
pd did not have any escape character to deal with space.<br>
this is a generic problem more than a bug.<br>
</blockquote>
<br></div>
The parser knows how to parse backslash space to mean a space within a symbol, but the printer doesn&#39;t handle it.<br>
<br>
Additionally, third-party parsers in other languages don&#39;t support blackslash space, except the one I wrote in Tcl.<div class="im"><br>
<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
so, you should find dirty hack to avoid problem. if you have only a symbol, then it&#39;s not a problem to split it to a list and make back a symbol thanks to symbol2list and list2symbol.<br>
</blockquote>
<br></div>
Il y a aussi [#import] et/ou [#sprintf], avec [#to_l], pour faire des listes d&#39;octets.<div class="HOEnZb"><div class="h5"><br>
<br>
 ______________________________<u></u>______________________________<u></u>__________<br>
| Mathieu BOUCHARD ----- téléphone : <a href="tel:%2B1.514.383.3801" value="+15143833801" target="_blank">+1.514.383.3801</a> ----- Montréal, QC</div></div></blockquote></div><br>