aboutsummaryrefslogtreecommitdiff
path: root/externals/grill/xsample
diff options
context:
space:
mode:
Diffstat (limited to 'externals/grill/xsample')
-rwxr-xr-xexternals/grill/xsample/config-pd-linux.txt2
-rw-r--r--externals/grill/xsample/maxmsp/xgroove~.helpbin7451 -> 7457 bytes
-rw-r--r--externals/grill/xsample/maxmsp/xplay~.helpbin4788 -> 4788 bytes
-rw-r--r--externals/grill/xsample/maxmsp/xrecord~.helpbin11195 -> 8210 bytes
-rw-r--r--externals/grill/xsample/maxmsp/xsample-objectmappings-win.txt3
-rwxr-xr-xexternals/grill/xsample/maxmsp/xsample.helpbin51186 -> 1147 bytes
-rw-r--r--externals/grill/xsample/readme.txt21
-rwxr-xr-xexternals/grill/xsample/xsample.cwbin279503 -> 279503 bytes
-rw-r--r--externals/grill/xsample/xsample.vcproj98
9 files changed, 118 insertions, 6 deletions
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
--- a/externals/grill/xsample/maxmsp/xgroove~.help
+++ b/externals/grill/xsample/maxmsp/xgroove~.help
Binary files differ
diff --git a/externals/grill/xsample/maxmsp/xplay~.help b/externals/grill/xsample/maxmsp/xplay~.help
index 1dbe02d1..7ef2b1be 100644
--- a/externals/grill/xsample/maxmsp/xplay~.help
+++ b/externals/grill/xsample/maxmsp/xplay~.help
Binary files differ
diff --git a/externals/grill/xsample/maxmsp/xrecord~.help b/externals/grill/xsample/maxmsp/xrecord~.help
index a6bf7709..ea025eed 100644
--- a/externals/grill/xsample/maxmsp/xrecord~.help
+++ b/externals/grill/xsample/maxmsp/xrecord~.help
Binary files 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
--- a/externals/grill/xsample/maxmsp/xsample.help
+++ b/externals/grill/xsample/maxmsp/xsample.help
Binary files 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&currency_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
--- a/externals/grill/xsample/xsample.cw
+++ b/externals/grill/xsample/xsample.cw
Binary files 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 @@
<Tool
Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
</Configuration>
+ <Configuration
+ Name="Max Release|Win32"
+ OutputDirectory=".\max-msvc\r"
+ IntermediateDirectory=".\max-msvc\r"
+ ConfigurationType="2"
+ UseOfMFC="0"
+ ATLMinimizesCRunTimeLibraryUsage="FALSE"
+ CharacterSet="2">
+ <Tool
+ Name="VCCLCompilerTool"
+ Optimization="3"
+ GlobalOptimizations="TRUE"
+ InlineFunctionExpansion="1"
+ OptimizeForProcessor="2"
+ AdditionalIncludeDirectories="F:\prog\audio\MaxWinSDK\c74support\max-includes,F:\prog\audio\MaxWinSDK\c74support\msp-includes,f:\prog\packs\pthreads;..\flext\source"
+ PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_USRDLL;FLEXT_SYS=1"
+ StringPooling="TRUE"
+ RuntimeLibrary="4"
+ EnableFunctionLevelLinking="TRUE"
+ UsePrecompiledHeader="2"
+ WarningLevel="3"
+ SuppressStartupBanner="TRUE"
+ CompileAs="0"/>
+ <Tool
+ Name="VCCustomBuildTool"/>
+ <Tool
+ Name="VCLinkerTool"
+ AdditionalDependencies="maxapi.lib maxext.lib maxaudio.lib "
+ OutputFile="max-msvc\xsample.mxe"
+ LinkIncremental="1"
+ SuppressStartupBanner="TRUE"
+ AdditionalLibraryDirectories="&quot;F:\prog\audio\MaxWinSDK\c74support\max-includes\win-includes\release&quot;;&quot;F:\prog\audio\MaxWinSDK\c74support\msp-includes\win-includes\release&quot;;..\flext\max-msvc"
+ ImportLibrary=".\max-msvc\r/xsample.lib"
+ TargetMachine="1"/>
+ <Tool
+ Name="VCMIDLTool"
+ PreprocessorDefinitions="NDEBUG"
+ MkTypLibCompatible="TRUE"
+ SuppressStartupBanner="TRUE"
+ TargetEnvironment="1"
+ TypeLibraryName=".\pd-msvc\r/xsample.tlb"
+ HeaderFileName=""/>
+ <Tool
+ Name="VCPostBuildEventTool"/>
+ <Tool
+ Name="VCPreBuildEventTool"/>
+ <Tool
+ Name="VCPreLinkEventTool"/>
+ <Tool
+ Name="VCResourceCompilerTool"
+ PreprocessorDefinitions="NDEBUG"
+ Culture="3079"/>
+ <Tool
+ Name="VCWebServiceProxyGeneratorTool"/>
+ <Tool
+ Name="VCXMLDataGeneratorTool"/>
+ <Tool
+ Name="VCWebDeploymentTool"/>
+ <Tool
+ Name="VCManagedWrapperGeneratorTool"/>
+ <Tool
+ Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
+ </Configuration>
</Configurations>
<References>
</References>
@@ -383,6 +446,13 @@
AdditionalIncludeDirectories=""
PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_USRDLL;FLEXT_SYS=1"/>
</FileConfiguration>
+ <FileConfiguration
+ Name="Max Release|Win32">
+ <Tool
+ Name="VCCLCompilerTool"
+ Optimization="2"
+ AdditionalIncludeDirectories=""/>
+ </FileConfiguration>
</File>
<File
RelativePath="source\inter.cpp">
@@ -428,6 +498,13 @@
AdditionalIncludeDirectories=""
PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_USRDLL;FLEXT_SYS=1"/>
</FileConfiguration>
+ <FileConfiguration
+ Name="Max Release|Win32">
+ <Tool
+ Name="VCCLCompilerTool"
+ Optimization="2"
+ AdditionalIncludeDirectories=""/>
+ </FileConfiguration>
</File>
<File
RelativePath="source\inter.h">
@@ -476,6 +553,13 @@
AdditionalIncludeDirectories=""
PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_USRDLL;FLEXT_SYS=1"/>
</FileConfiguration>
+ <FileConfiguration
+ Name="Max Release|Win32">
+ <Tool
+ Name="VCCLCompilerTool"
+ Optimization="2"
+ AdditionalIncludeDirectories=""/>
+ </FileConfiguration>
</File>
<File
RelativePath="source\main.h">
@@ -524,6 +608,13 @@
AdditionalIncludeDirectories=""
PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_USRDLL;FLEXT_SYS=1"/>
</FileConfiguration>
+ <FileConfiguration
+ Name="Max Release|Win32">
+ <Tool
+ Name="VCCLCompilerTool"
+ Optimization="2"
+ AdditionalIncludeDirectories=""/>
+ </FileConfiguration>
</File>
<File
RelativePath="source\record.cpp">
@@ -569,6 +660,13 @@
AdditionalIncludeDirectories=""
PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_USRDLL;FLEXT_SYS=1"/>
</FileConfiguration>
+ <FileConfiguration
+ Name="Max Release|Win32">
+ <Tool
+ Name="VCCLCompilerTool"
+ Optimization="2"
+ AdditionalIncludeDirectories=""/>
+ </FileConfiguration>
</File>
</Files>
<Globals>