[PD] new_anything changed?

Orm Finnendahl orm.finnendahl at selma.hfmdk-frankfurt.de
Mon Sep 12 19:57:35 CEST 2016


Hi IOhannes,

Am Montag, den 12. September 2016 um 19:51:46 Uhr (+0200) schrieb
IOhannes m zmoelnig:
> 
> hmm, none of the Pd headers exports new_anything(), are you using it
> directly?
> if not, how are you using it?

I declare them like this in my code:

extern void new_anything(void *dummy, t_symbol *s, int argc, t_atom *argv);
extern t_pd pd_objectmaker;

Then I call the routine directly in my code as specified.

I don't know of any other way to accomplish the task. Is there a
recommended way to load abstractions internally?

--
Orm



More information about the Pd-list mailing list