Update of /cvsroot/pure-data/externals/grill/py/maxmsp In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv7326/maxmsp
Modified Files: py-objectmappings.txt Log Message: fixes for maxmsp added generic numpy support (not working)
Index: py-objectmappings.txt =================================================================== RCS file: /cvsroot/pure-data/externals/grill/py/maxmsp/py-objectmappings.txt,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** py-objectmappings.txt 10 Jan 2005 05:00:55 -0000 1.2 --- py-objectmappings.txt 25 Mar 2005 04:54:16 -0000 1.3 *************** *** 5,8 **** --- 5,12 ---- max objectfile pyx py; max objectfile pyx. py; + max objectfile pyext~ py; + max objectfile pyext.~ py; + max objectfile pyx~ py; + max objectfile pyx.~ py;
max oblist python py; *************** *** 10,11 **** --- 14,17 ---- max oblist python pyext; max oblist python pyext.; + max oblist python pyext~; + max oblist python pyext.~;