Is it possible to write externals and objects for puredata in python?
-
Writing externals in Python?
-
No, AFAIK. (Please correct me if i'm wrong).
Externals are binaries dynamically linked at runtime (dlopen) by PureData.
-
https://wiki.python.org/moin/PythonInMusic
from the pd maxmsp section
http://grrrr.org/research/software/py/ -
@user2731363 Check this:
http://grrrr.org/research/software/py/I did some py/ext stuff with this:
http://puredata.info/Members/patrickCheers~