[PD-cvs] externals/grill/py readme.txt,1.32,1.33

Thomas Grill xovo at users.sourceforge.net
Thu Mar 10 05:59:02 CET 2005


Update of /cvsroot/pure-data/externals/grill/py
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv3088

Modified Files:
	readme.txt 
Log Message:
more buffer functionality (support sequence and number protocols)
more examples
preset sys.argv for module loading
support for buffer objects (preliminary)


Index: readme.txt
===================================================================
RCS file: /cvsroot/pure-data/externals/grill/py/readme.txt,v
retrieving revision 1.32
retrieving revision 1.33
diff -C2 -d -r1.32 -r1.33
*** readme.txt	9 Mar 2005 04:57:51 -0000	1.32
--- readme.txt	10 Mar 2005 04:58:58 -0000	1.33
***************
*** 84,88 ****
  - 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
  
  0.1.4:
--- 84,88 ----
  - 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: buffer handling with optional numarray support (if present)
  
  0.1.4:
***************
*** 147,150 ****
--- 147,153 ----
  TODO list:
  
+ bugs:
+ - crashes with long Python printouts
+ 
  general:
  - Documentation and better example patches





More information about the Pd-cvs mailing list