<html>
  <head>
    <meta content="text/html; charset=utf-8" http-equiv="Content-Type">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    <div class="moz-cite-prefix">Ok, it's becoming clear :)<br>
      <br>
      I'll test this tomorrow, thanks Miller & IOhannes for the
      help,<br>
      <br>
      cheers,<br>
      <br>
      françois z.<br>
      <br>
      On 04/05/2017 06:37 PM, IOhannes m zmölnig wrote:<br>
    </div>
    <blockquote cite="mid:040a008f-aa12-1d88-0d3c-92e6d622e745@iem.at"
      type="cite">
      <pre wrap="">On 04/05/2017 05:45 PM, François Zajéga wrote:
</pre>
      <blockquote type="cite">
        <pre wrap="">libpd_symbol( "pd-empty.pd", ";\nobj 10 10 osc~ 440" );
</pre>
      </blockquote>
      <pre wrap="">
no.
rather something like:

 t_atom v[4];
 libpd_set_float (v+0, 10);
 libpd_set_float (v+1, 10);
 libpd_set_symbol(v+2, "osc~");
 libpd_set_float (v+3, 440);
 libpd_message("pd-empty.pd", "obj", 4, v);

amds
IOhannes

</pre>
      <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="https://lists.puredata.info/listinfo/pd-list">https://lists.puredata.info/listinfo/pd-list</a>
</pre>
    </blockquote>
    <br>
    <p><br>
    </p>
    <pre class="moz-signature" cols="72">-- 
 _   
(__  
| /_

[made with <a class="moz-txt-link-freetext" href="http://www.network-science.de/ascii/">http://www.network-science.de/ascii/</a>]</pre>
  </body>
</html>