Update of /cvsroot/pure-data/externals/grill/xsample In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv9838
Modified Files: readme.txt xsample.vcproj Log Message: use branch hints small fixes update for new flext callback naming updated docs
Index: xsample.vcproj =================================================================== RCS file: /cvsroot/pure-data/externals/grill/xsample/xsample.vcproj,v retrieving revision 1.12 retrieving revision 1.13 diff -C2 -d -r1.12 -r1.13 *** xsample.vcproj 22 Oct 2005 23:55:21 -0000 1.12 --- xsample.vcproj 2 Nov 2006 00:27:23 -0000 1.13 *************** *** 29,33 **** PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_USRDLL;FLEXT_SYS=2" StringPooling="TRUE" ! RuntimeLibrary="0" EnableFunctionLevelLinking="TRUE" EnableEnhancedInstructionSet="1" --- 29,33 ---- PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_USRDLL;FLEXT_SYS=2" StringPooling="TRUE" ! RuntimeLibrary="4" EnableFunctionLevelLinking="TRUE" EnableEnhancedInstructionSet="1"
Index: readme.txt =================================================================== RCS file: /cvsroot/pure-data/externals/grill/xsample/readme.txt,v retrieving revision 1.23 retrieving revision 1.24 diff -C2 -d -r1.23 -r1.24 *** readme.txt 19 Nov 2005 23:15:44 -0000 1.23 --- readme.txt 2 Nov 2006 00:27:23 -0000 1.24 *************** *** 1,5 **** xsample - extended sample objects for Max/MSP and PD (pure data)
! Copyright (c)2001-2005 Thomas Grill (gr@grrrr.org) For information on usage and redistribution, and for a DISCLAIMER OF ALL WARRANTIES, see the file, "license.txt," in this distribution. --- 1,5 ---- xsample - extended sample objects for Max/MSP and PD (pure data)
! Copyright (c)2001-2006 Thomas Grill (gr@grrrr.org) For information on usage and redistribution, and for a DISCLAIMER OF ALL WARRANTIES, see the file, "license.txt," in this distribution. *************** *** 102,105 **** --- 102,106 ---- - more optimizations for interpolation functions - use the new flext build system + - use branch hints
0.3.0: