diff options
author | Thomas Grill <xovo@users.sourceforge.net> | 2005-03-10 04:59:00 +0000 |
---|---|---|
committer | Thomas Grill <xovo@users.sourceforge.net> | 2005-03-10 04:59:00 +0000 |
commit | ec67ac9af1c9a02130347c4ed6f32fa03f55eba2 (patch) | |
tree | d2a1f6e129e9179c695ec6c0f5c3b9dffa46815c /externals/grill/py/readme.txt | |
parent | 5e3101f8a1a5cf78f86635da6a78d8564aa85483 (diff) |
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
Diffstat (limited to 'externals/grill/py/readme.txt')
-rw-r--r-- | externals/grill/py/readme.txt | 5 |
1 files changed, 4 insertions, 1 deletions
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 |