<html>
  <head>
    <meta content="text/html; charset=UTF-8" http-equiv="Content-Type">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    <div class="moz-cite-prefix">Le 24/07/2014 17:24, Paum a écrit :<br>
    </div>
    <blockquote cite="mid:1406215479.1845.0@smtp.gmail.com" type="cite">here
      is the example. I hope it is clear. 
      <br>
      <fieldset class="mimeAttachmentHeader"></fieldset>
      <br>
      <pre wrap="">_______________________________________________
<a class="moz-txt-link-abbreviated" href="mailto:Pd-list@lists.iem.at">Pd-list@lists.iem.at</a> mailing list
UNSUBSCRIBE and account-management -> <a class="moz-txt-link-freetext" href="http://lists.puredata.info/listinfo/pd-list">http://lists.puredata.info/listinfo/pd-list</a>
</pre>
    </blockquote>
    Hello,<br>
    <br>
    As you can see in your text file (your patch), you can see :<br>
    <pre wrap="">#X msg 194 162 AudioReverb: 1 \, AudioVolume: 0.979798 \,

</pre>
    But the 4th line is :<br>
    <pre wrap="">#X msg 170 46 AudioReverb:\ 1 \, AudioVolume:\ 0.979798 \,</pre>
    Your problem comme from that, your space between word and its value
    is separate by "\ " which is not interpreted by Pd as a separator. A
    true separator for Pd is " ".<br>
    So you have to remove "\" between word ans its value.<br>
    ++<br>
    <br>
    Jack<br>
    <br>
    <br>
  </body>
</html>