[PD] [libPD] Generation of patches

François Zajéga frankie at frankiezafe.org
Wed Apr 5 23:08:12 CEST 2017


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
>
>
>
> _______________________________________________
> Pd-list at lists.iem.at mailing list
> UNSUBSCRIBE and account-management -> https://lists.puredata.info/listinfo/pd-list


-- 
  _
(__
| /_

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

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.puredata.info/pipermail/pd-list/attachments/20170405/e8fd7d37/attachment.html>


More information about the Pd-list mailing list