Yeah, we haven't integrated the new stuff into the libpd api yet. Look at the multi instance example in c/samples.On Aug 18, 2017, at 5:45 PM, Alex <x37v.alex@gmail.com> wrote:AlexThanks!but that causes a segfault now.. maybe I just need to submit a bug report for that.2) is there any way to see if libpd has been intialized and not call libpd_init() ? libpd_bind("PDLV2-TEST"); and before calling libpd_init I'd test.. if (libpd_exists("PDLV2-TEST") != 0)1) is it safe to call libpd_init() multiple times, potentially while pd_instances exist and might be executing in another thread?Now my problem is that I have multiple different plugins using libpd in the same memory space and I'm not sure if:Hey,I did the update and that, or moving my call to create a pd_instance to after libpd_init() resolved my issue..On Thu, Aug 17, 2017 at 5:27 PM, Dan Wilcox <danomatika@gmail.com> wrote:The build issue is fixed and libpd is now using pd 0.48-0. No official release yet, but you can try the current master branch.On Aug 14, 2017, at 6:59 PM, Alex <x37v.alex@gmail.com> wrote:-AlexThanks for the heads up!Ahh, okay.Maybe I'll see about running libpd with a slightly older pure-data source submodule..On Mon, Aug 14, 2017 at 4:29 AM, Dan Wilcox <danomatika@gmail.com> wrote:Note: There is currently an issue with the pd sources and libpd: https://github.com/pure-data/pure-data/issues/180 On Aug 14, 2017, at 12:52 PM, Dan Wilcox <danomatika@gmail.com> wrote:Also, the current pd sources are not up to date with the 0.48 release. I will do that for now at least.