From ec67ac9af1c9a02130347c4ed6f32fa03f55eba2 Mon Sep 17 00:00:00 2001 From: Thomas Grill Date: Thu, 10 Mar 2005 04:59:00 +0000 Subject: more buffer functionality (support sequence and number protocols) more examples preset sys.argv for module loading support for buffer objects (preliminary) svn path=/trunk/; revision=2615 --- externals/grill/py/readme.txt | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'externals/grill/py/readme.txt') diff --git a/externals/grill/py/readme.txt b/externals/grill/py/readme.txt index ff2266dd..60260706 100644 --- a/externals/grill/py/readme.txt +++ b/externals/grill/py/readme.txt @@ -83,7 +83,7 @@ Version history: - ADD: Python symbol type - ADD: _del method in pyext-derived class can be used to clean up things on exit - FIX: solved py->py messaging problem with lock count instead of message queuing -- ADD: numarray support for buffer handling +- ADD: buffer handling with optional numarray support (if present) 0.1.4: - ADD: better (and independent) handling of inlet and outlet count (as class variables or dynamically initialized in __init__) @@ -146,6 +146,9 @@ Version history: TODO list: +bugs: +- crashes with long Python printouts + general: - Documentation and better example patches - better error reporting for runtime errors -- cgit v1.2.1