From a30193fcd726552364de74984b200be2c30723e7 Mon Sep 17 00:00:00 2001 From: Thomas Grill Date: Fri, 19 Sep 2003 02:41:32 +0000 Subject: "" svn path=/trunk/; revision=1010 --- externals/grill/xsample/config-pd-linux.txt | 2 +- externals/grill/xsample/maxmsp/xgroove~.help | Bin 7451 -> 7457 bytes externals/grill/xsample/maxmsp/xplay~.help | Bin 4788 -> 4788 bytes externals/grill/xsample/maxmsp/xrecord~.help | Bin 11195 -> 8210 bytes .../xsample/maxmsp/xsample-objectmappings-win.txt | 3 + externals/grill/xsample/maxmsp/xsample.help | Bin 51186 -> 1147 bytes externals/grill/xsample/readme.txt | 21 +++-- externals/grill/xsample/xsample.cw | Bin 279503 -> 279503 bytes externals/grill/xsample/xsample.vcproj | 98 +++++++++++++++++++++ 9 files changed, 118 insertions(+), 6 deletions(-) create mode 100644 externals/grill/xsample/maxmsp/xsample-objectmappings-win.txt (limited to 'externals/grill/xsample') diff --git a/externals/grill/xsample/config-pd-linux.txt b/externals/grill/xsample/config-pd-linux.txt index efc0e43d..da33caf7 100755 --- a/externals/grill/xsample/config-pd-linux.txt +++ b/externals/grill/xsample/config-pd-linux.txt @@ -33,5 +33,5 @@ UFLAGS=-mcpu=pentiumpro # gcc 2.95 # UFLAGS=-mcpu=pentium3 -msse -mfpmath=sse # gcc 3.2 # define to link against shared flext library (flext version >= 0.5.0) -#FLEXT_SHARED=1 +# FLEXT_SHARED=1 diff --git a/externals/grill/xsample/maxmsp/xgroove~.help b/externals/grill/xsample/maxmsp/xgroove~.help index 24b052b8..6b25dcda 100644 Binary files a/externals/grill/xsample/maxmsp/xgroove~.help and b/externals/grill/xsample/maxmsp/xgroove~.help differ diff --git a/externals/grill/xsample/maxmsp/xplay~.help b/externals/grill/xsample/maxmsp/xplay~.help index 1dbe02d1..7ef2b1be 100644 Binary files a/externals/grill/xsample/maxmsp/xplay~.help and b/externals/grill/xsample/maxmsp/xplay~.help differ diff --git a/externals/grill/xsample/maxmsp/xrecord~.help b/externals/grill/xsample/maxmsp/xrecord~.help index a6bf7709..ea025eed 100644 Binary files a/externals/grill/xsample/maxmsp/xrecord~.help and b/externals/grill/xsample/maxmsp/xrecord~.help differ diff --git a/externals/grill/xsample/maxmsp/xsample-objectmappings-win.txt b/externals/grill/xsample/maxmsp/xsample-objectmappings-win.txt new file mode 100644 index 00000000..d11f5f92 --- /dev/null +++ b/externals/grill/xsample/maxmsp/xsample-objectmappings-win.txt @@ -0,0 +1,3 @@ +max objectfile xgroove~ xsample; +max objectfile xplay~ xsample; +max objectfile xrecord~ xsample; diff --git a/externals/grill/xsample/maxmsp/xsample.help b/externals/grill/xsample/maxmsp/xsample.help index e021f58c..aaf99ff6 100755 Binary files a/externals/grill/xsample/maxmsp/xsample.help and b/externals/grill/xsample/maxmsp/xsample.help differ diff --git a/externals/grill/xsample/readme.txt b/externals/grill/xsample/readme.txt index 4d035fc9..b2fe3ebf 100644 --- a/externals/grill/xsample/readme.txt +++ b/externals/grill/xsample/readme.txt @@ -1,22 +1,33 @@ xsample - extended sample objects for Max/MSP and pd (pure data) -Copyright (c) 2001-2003 Thomas Grill (xovo@gmx.net) +Copyright (c)2001-2003 Thomas Grill (t.grill@gmx.net) For information on usage and redistribution, and for a DISCLAIMER OF ALL WARRANTIES, see the file, "license.txt," in this distribution. Donations for further development of the package are highly appreciated. +Visit https://www.paypal.com/xclick/business=t.grill%40gmx.net&item_name=xsample&no_note=1&tax=0¤cy_code=EUR ---------------------------------------------------------------------------- IMPORTANT INFORMATION for all MaxMSP users: -1) For OSX it is best to put the xsample file somewhere in your Max/MSP search path and drop the file +1) +For OSX it is best to put the xsample file somewhere in your Max/MSP search path and drop the file xsample-objectmappings.txt into the folder /Library/Application Support/Cycling '74/init . -2) Otherwise (or for OS9) it is advisable to put the xsample shared library file into the "max-startup" folder. +For Windows put the xsample file somewhere in your Max/MSP search path and drop the file +xsample-objectmappings-win.txt in +C:\program files\common files\Cycling '74\init (english version) +or +C:\Programme\Gemeinsame Dateien\Cycling '74\init (german version) + +2) +Otherwise (or for OS9) it is advisable to put the xsample shared library file into the "max-startup" folder. Hence it will be loaded at Max startup. -3) If you want to load the xsample library on demand, create a [xsample] object in Max/MSP. +3) +If you want to load the xsample library on demand, use the "install" option of the Max file menu +and point it to the xsample file or create a [xsample] object in Max/MSP. ---------------------------------------------------------------------------- @@ -101,7 +112,7 @@ Version history: - added resources to MaxMSP build - xgroove~, xrecord~: introduced a loop/end bang outlet - added MaxMSP buffer resize recognition -- xgroove~: introduced a crossfading loop zone +- xgroove~: introduced crossfading loop zones - adapted source for flext 0.4.1 - most methods within class scope - introduced attributes - restructured make procedures diff --git a/externals/grill/xsample/xsample.cw b/externals/grill/xsample/xsample.cw index 768cf65c..37c42ad7 100755 Binary files a/externals/grill/xsample/xsample.cw and b/externals/grill/xsample/xsample.cw differ diff --git a/externals/grill/xsample/xsample.vcproj b/externals/grill/xsample/xsample.vcproj index 5565878f..c64e084b 100644 --- a/externals/grill/xsample/xsample.vcproj +++ b/externals/grill/xsample/xsample.vcproj @@ -325,6 +325,69 @@ + + + + + + + + + + + + + + + @@ -383,6 +446,13 @@ AdditionalIncludeDirectories="" PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_USRDLL;FLEXT_SYS=1"/> + + + @@ -428,6 +498,13 @@ AdditionalIncludeDirectories="" PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_USRDLL;FLEXT_SYS=1"/> + + + @@ -476,6 +553,13 @@ AdditionalIncludeDirectories="" PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_USRDLL;FLEXT_SYS=1"/> + + + @@ -524,6 +608,13 @@ AdditionalIncludeDirectories="" PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_USRDLL;FLEXT_SYS=1"/> + + + @@ -569,6 +660,13 @@ AdditionalIncludeDirectories="" PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_USRDLL;FLEXT_SYS=1"/> + + + -- cgit v1.2.1