diff options
author | Thomas Grill <xovo@users.sourceforge.net> | 2005-01-10 05:00:56 +0000 |
---|---|---|
committer | Thomas Grill <xovo@users.sourceforge.net> | 2005-01-10 05:00:56 +0000 |
commit | 4651f8a117cd663ddd77355055b0580cce636da3 (patch) | |
tree | 155faf09847ac1a0c5d10f131053946ffcd0a8ab /externals/grill/py/maxmsp | |
parent | 97492d5628f603856df9a3dd2abd55d33918dc4f (diff) |
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
svn path=/trunk/; revision=2487
Diffstat (limited to 'externals/grill/py/maxmsp')
-rwxr-xr-x | externals/grill/py/maxmsp/py-objectmappings.txt | 22 |
1 files changed, 11 insertions, 11 deletions
diff --git a/externals/grill/py/maxmsp/py-objectmappings.txt b/externals/grill/py/maxmsp/py-objectmappings.txt index 6634810c..e7616537 100755 --- a/externals/grill/py/maxmsp/py-objectmappings.txt +++ b/externals/grill/py/maxmsp/py-objectmappings.txt @@ -1,11 +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.; +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.;
|