Is it possible to use python libpd with externals?
if so then how do i go about doing it.
thanks
pylibpd with externals?
Is it possible to use python libpd with externals?
if so then how do i go about doing it.
thanks
@woodybriggs I am really not sure if it would work, but I guess the first step is to know more about your setup: libpd on what platform (ios, android, windows, mac, linux, ...)? Even if you compile py/ext for your platform, you also need to compile or install python. Then maybe you can try to load py/ext dynamically.
Cheers~
@EEight Im on a mac... i have python and pylibpd up and working, i just dont understand how to load externals... the documentation seems to be very vague... ?
I have also compiled the externals for puredata.
@woodybriggs ok what external are you trying to use in your patch with pylibpd?
I think the easiest way is to compile the externals with Pure Data and call the setup methods in pd_init (like for the extras).
Oops! Looks like something went wrong!