Peter Brinkmann schrieb:
That would be great. Not to seem greedy, but there are a few more functions in there that would be good to have, such as canvas_dspstate().
Probably, i'll see what's possible.
In addition (and almost more importantly), I would like to have pyext set the working directory of the Python interpreter to canvas_getcurrentdir() upon initialization.
The problem is that there is only one interpreter per process and there can be multiple py/pyext instances, hence your wish can't be fulfilled.
gr~~~