Hi all, here is the first release of a simple python script object.
It does the following:
(not tested)
to python) and one outlet for results from python
the results it processes python tuples, lists, floats, ints, strings.
Here are the caveats:
hence the external will be statically linked. It contains the whole python interpreter and is therefore extremely bloated. (You have to make your Linux external yourself). I am very grateful for any hints how to dynamically link to Python.
call to the Python API.
Future directions:
external with multiple inlets and outlets and method processing
and provide hookpoints for other PD externals to extend the python functionality.
I found a severe bug in flext, therefore i uploaded a new version (0.2.1). The bug only affects implementations with more than one inlet processing non-atomic messages - like the py external.
you'll find all the stuff at the usual place: http://www.parasitaere-kapazitaeten.net/Pd/ext
greetings, Thomas