[PD-cvs] externals/grill/dynext readme.txt,1.6,1.7

Thomas Grill xovo at users.sourceforge.net
Mon Apr 18 17:08:16 CEST 2005


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

Modified Files:
	readme.txt 
Log Message:
fixed several problems with sub-patchers and connecting
enabled reuse of object names
introduced attributes for symbol reuse and canvas messages


Index: readme.txt
===================================================================
RCS file: /cvsroot/pure-data/externals/grill/dynext/readme.txt,v
retrieving revision 1.6
retrieving revision 1.7
diff -C2 -d -r1.6 -r1.7
*** readme.txt	16 Apr 2005 21:36:30 -0000	1.6
--- readme.txt	18 Apr 2005 15:08:13 -0000	1.7
***************
*** 32,36 ****
  - fixed connecting objects in subpatchers
  - use TablePtrMap type to store named objects
! - allow reuse of names, more stable
  
  0.1.0:
--- 32,38 ----
  - fixed connecting objects in subpatchers
  - use TablePtrMap type to store named objects
! - allow reuse of names (can be disabled with "symreuse" attribute)
! - guard against messages to canvases ("canvasmsg" attribute)
! - more stable
  
  0.1.0:





More information about the Pd-cvs mailing list