aboutsummaryrefslogtreecommitdiff
path: root/externals/grill/py/readme.txt
diff options
context:
space:
mode:
authorThomas Grill <xovo@users.sourceforge.net>2005-03-25 04:54:17 +0000
committerThomas Grill <xovo@users.sourceforge.net>2005-03-25 04:54:17 +0000
commit7b21867fc1b9af84cd0f097b71f3bf456c9b5afd (patch)
treec6478da14d029687caf706bdd558d5a357183919 /externals/grill/py/readme.txt
parent83c049b6c7eb05aabbfc008f46541c9d83b2be01 (diff)
fixes for maxmsp
added generic numpy support (not working) svn path=/trunk/; revision=2645
Diffstat (limited to 'externals/grill/py/readme.txt')
-rw-r--r--externals/grill/py/readme.txt15
1 files changed, 15 insertions, 0 deletions
diff --git a/externals/grill/py/readme.txt b/externals/grill/py/readme.txt
index 671be6cf..45248f34 100644
--- a/externals/grill/py/readme.txt
+++ b/externals/grill/py/readme.txt
@@ -34,6 +34,21 @@ From a shell run
bash ../flext/build.sh
(you would have to substitute ../flext with the respective path to the flext package)
+
+----------------------------------------------------------------------------
+
+Python array support for py/pyext@Max/MSP:
+
+In the Max/MSP SDK change the file
+4.5 headers\c74support\max-includes\ext_types.h, line 45
+from
+ typedef unsigned long UInt32;
+ typedef signed long SInt32;
+to
+ typedef unsigned int UInt32;
+ typedef signed int SInt32;
+to avoid a compile-time type definition clash.
+
----------------------------------------------------------------------------
Goals/features of the package: