From 7b21867fc1b9af84cd0f097b71f3bf456c9b5afd Mon Sep 17 00:00:00 2001 From: Thomas Grill Date: Fri, 25 Mar 2005 04:54:17 +0000 Subject: fixes for maxmsp added generic numpy support (not working) svn path=/trunk/; revision=2645 --- externals/grill/py/readme.txt | 15 +++++++++++++++ 1 file changed, 15 insertions(+) (limited to 'externals/grill/py/readme.txt') 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: -- cgit v1.2.1