Update of /cvsroot/pure-data/externals/grill/py/maxmsp In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv17461/maxmsp
Modified Files: py-objectmappings.txt Log Message: closed multi-interpreter branch (no chance to have several interpreters in the same thread!) other thread-related cleanups py: added ability to choose function from message tag enabled int-tags for pyext class methods
Index: py-objectmappings.txt =================================================================== RCS file: /cvsroot/pure-data/externals/grill/py/maxmsp/py-objectmappings.txt,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** py-objectmappings.txt 30 Dec 2004 04:59:44 -0000 1.1 --- py-objectmappings.txt 10 Jan 2005 05:00:55 -0000 1.2 *************** *** 1,11 **** ! max objectfile py py; ! max objectfile py. py; ! max objectfile pyext py; ! max objectfile pyext. py; ! max objectfile pyx py; ! max objectfile pyx. py; ! ! max oblist python py; ! max oblist python py.; ! max oblist python pyext; ! max oblist python pyext.; --- 1,11 ---- ! max objectfile py py; ! max objectfile py. py; ! max objectfile pyext py; ! max objectfile pyext. py; ! max objectfile pyx py; ! max objectfile pyx. py; ! ! max oblist python py; ! max oblist python py.; ! max oblist python pyext; ! max oblist python pyext.;