Ok, it's becoming clear :)

I'll test this tomorrow, thanks Miller & IOhannes for the help,

cheers,

françois z.

On 04/05/2017 06:37 PM, IOhannes m zmölnig wrote:
On 04/05/2017 05:45 PM, François Zajéga wrote:
libpd_symbol( "pd-empty.pd", ";\nobj 10 10 osc~ 440" );
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



_______________________________________________
[email protected] mailing list
UNSUBSCRIBE and account-management -> 
https://lists.puredata.info/listinfo/pd-list


--
 _
(__
| /_

[made with http://www.network-science.de/ascii/]

_______________________________________________
[email protected] mailing list
UNSUBSCRIBE and account-management -> 
https://lists.puredata.info/listinfo/pd-list

Reply via email to