Hi all, here's just another one: a new major release of the python script objects.
List of changes: - support for Max/MSP 4.5 (OSX and Windows) - handling of Python threads - new detach mechanism (call queue) - output of single atoms instead of 1-element lists - enabled "int"-tags for pyext class functions - Python symbol type (convertible to string with str()) - py: when no function is given on the command line, let it be selected by message tag - fixed that__init__ wasn't called on reload - _del method in pyext-derived class can be used to clean up things on exit - solved py->py messaging problem with lock count instead of message queuing (much faster) - buffer and dsp support via numarray module (if present) - new objects for dsp processing: pyext~,pyx~,pyext.~,pyx.~ - correctly report Python errors while constructing the object
download as usual from: http://grrrr.org/ext/py
best future, Thomas