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

Thomas Grill xovo at users.sourceforge.net
Sat Jul 1 15:53:22 CEST 2006


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

Modified Files:
	dynext.vcproj readme.txt 
Log Message:
some more documentation (proxy objects)
last fixes for release
update docs
optimized DSP processing (less data copying, no more block delay)
fixed send method so that any messages work now


Index: dynext.vcproj
===================================================================
RCS file: /cvsroot/pure-data/externals/grill/dynext/dynext.vcproj,v
retrieving revision 1.7
retrieving revision 1.8
diff -C2 -d -r1.7 -r1.8
*** dynext.vcproj	3 Sep 2005 14:04:41 -0000	1.7
--- dynext.vcproj	1 Jul 2006 13:53:19 -0000	1.8
***************
*** 21,28 ****
  				Name="VCCLCompilerTool"
  				Optimization="0"
! 				AdditionalIncludeDirectories="c:\programme\audio\pd-0.39-0\src;..\flext\source"
  				PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_USRDLL;PD"
  				BasicRuntimeChecks="3"
  				RuntimeLibrary="5"
  				UsePrecompiledHeader="2"
  				PrecompiledHeaderFile=".\pd-msvc/d/dyn.pch"
--- 21,29 ----
  				Name="VCCLCompilerTool"
  				Optimization="0"
! 				AdditionalIncludeDirectories="c:\data\pd\pd-cvs\src;..\flext\source"
  				PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_USRDLL;PD"
  				BasicRuntimeChecks="3"
  				RuntimeLibrary="5"
+ 				RuntimeTypeInfo="TRUE"
  				UsePrecompiledHeader="2"
  				PrecompiledHeaderFile=".\pd-msvc/d/dyn.pch"
***************
*** 39,43 ****
  			<Tool
  				Name="VCLinkerTool"
! 				AdditionalDependencies="pd.lib pthreadVC.lib"
  				OutputFile="$(outdir)/dyn~.dll"
  				LinkIncremental="1"
--- 40,44 ----
  			<Tool
  				Name="VCLinkerTool"
! 				AdditionalDependencies="pd.lib"
  				OutputFile="$(outdir)/dyn~.dll"
  				LinkIncremental="1"

Index: readme.txt
===================================================================
RCS file: /cvsroot/pure-data/externals/grill/dynext/readme.txt,v
retrieving revision 1.11
retrieving revision 1.12
diff -C2 -d -r1.11 -r1.12
*** readme.txt	3 Nov 2005 20:37:18 -0000	1.11
--- readme.txt	1 Jul 2006 13:53:19 -0000	1.12
***************
*** 29,32 ****
--- 29,35 ----
  --------
  
+ 0.1.2:
+ - optimized DSP path (less copying, no block delay)
+ 
  0.1.1:
  - using aligned memory
***************
*** 67,68 ****
--- 70,73 ----
  --------
  - add mute attribute
+ - separate message and signal proxy objects to save memory
+ 





More information about the Pd-cvs mailing list