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

Attachment: signature.asc
Description: OpenPGP digital signature

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

Reply via email to