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

Thomas Grill xovo at users.sourceforge.net
Sat Apr 23 23:45:43 CEST 2005


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

Modified Files:
	dynext.vcproj readme.txt 
Log Message:
fixed several problems with sub-patchers and connecting
enabled reuse of object names
fixed bug when destroying proxies
make connections visible at last...
introduced attributes for symbol reuse and canvas messages


Index: dynext.vcproj
===================================================================
RCS file: /cvsroot/pure-data/externals/grill/dynext/dynext.vcproj,v
retrieving revision 1.5
retrieving revision 1.6
diff -C2 -d -r1.5 -r1.6
*** dynext.vcproj	16 Apr 2005 21:36:30 -0000	1.5
--- dynext.vcproj	23 Apr 2005 21:45:41 -0000	1.6
***************
*** 43,47 ****
  				LinkIncremental="1"
  				SuppressStartupBanner="TRUE"
! 				AdditionalLibraryDirectories="c:\programme\audio\pd/bin"
  				GenerateDebugInformation="TRUE"
  				ProgramDatabaseFile=".\pd-msvc/d/dyn~.pdb"
--- 43,47 ----
  				LinkIncremental="1"
  				SuppressStartupBanner="TRUE"
! 				AdditionalLibraryDirectories="C:\data\pd\pd-cvs\bin"
  				GenerateDebugInformation="TRUE"
  				ProgramDatabaseFile=".\pd-msvc/d/dyn~.pdb"

Index: readme.txt
===================================================================
RCS file: /cvsroot/pure-data/externals/grill/dynext/readme.txt,v
retrieving revision 1.7
retrieving revision 1.8
diff -C2 -d -r1.7 -r1.8
*** readme.txt	18 Apr 2005 15:08:13 -0000	1.7
--- readme.txt	23 Apr 2005 21:45:41 -0000	1.8
***************
*** 35,38 ****
--- 35,39 ----
  - guard against messages to canvases ("canvasmsg" attribute)
  - more stable
+ - make connections visible
  
  0.1.0:





More information about the Pd-cvs mailing list