diff options
author | Thomas Grill <xovo@users.sourceforge.net> | 2005-03-25 04:54:17 +0000 |
---|---|---|
committer | Thomas Grill <xovo@users.sourceforge.net> | 2005-03-25 04:54:17 +0000 |
commit | 7b21867fc1b9af84cd0f097b71f3bf456c9b5afd (patch) | |
tree | c6478da14d029687caf706bdd558d5a357183919 /externals/grill/py/maxmsp | |
parent | 83c049b6c7eb05aabbfc008f46541c9d83b2be01 (diff) |
fixes for maxmsp
added generic numpy support (not working)
svn path=/trunk/; revision=2645
Diffstat (limited to 'externals/grill/py/maxmsp')
-rwxr-xr-x | externals/grill/py/maxmsp/py-objectmappings.txt | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/externals/grill/py/maxmsp/py-objectmappings.txt b/externals/grill/py/maxmsp/py-objectmappings.txt index e7616537..70b84768 100755 --- a/externals/grill/py/maxmsp/py-objectmappings.txt +++ b/externals/grill/py/maxmsp/py-objectmappings.txt @@ -4,8 +4,14 @@ max objectfile pyext py; max objectfile pyext. py;
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;
max oblist python py.;
max oblist python pyext;
max oblist python pyext.;
+max oblist python pyext~;
+max oblist python pyext.~;
|