aboutsummaryrefslogtreecommitdiff
path: root/externals/grill/xsample
diff options
context:
space:
mode:
authorThomas Grill <xovo@users.sourceforge.net>2003-04-22 02:38:13 +0000
committerThomas Grill <xovo@users.sourceforge.net>2003-04-22 02:38:13 +0000
commitfcf490af444f26010c6ea950af9b5f4b36984ace (patch)
tree12bcf3ccea68268e422c0e0cc47da5821c39e5f8 /externals/grill/xsample
parent8248ce3d66a19f77ffe10ded4b922cf0606f47a4 (diff)
""
svn path=/trunk/; revision=582
Diffstat (limited to 'externals/grill/xsample')
-rw-r--r--externals/grill/xsample/maxmsp/xrecord~.helpbin8210 -> 11195 bytes
-rwxr-xr-xexternals/grill/xsample/maxmsp/xsample.helpbin1147 -> 51186 bytes
-rw-r--r--externals/grill/xsample/source/groove.cpp9
-rwxr-xr-xexternals/grill/xsample/xsample.cwbin278705 -> 280733 bytes
4 files changed, 6 insertions, 3 deletions
diff --git a/externals/grill/xsample/maxmsp/xrecord~.help b/externals/grill/xsample/maxmsp/xrecord~.help
index b4a55d78..a6bf7709 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.help b/externals/grill/xsample/maxmsp/xsample.help
index 6af68c77..e021f58c 100755
--- a/externals/grill/xsample/maxmsp/xsample.help
+++ b/externals/grill/xsample/maxmsp/xsample.help
Binary files differ
diff --git a/externals/grill/xsample/source/groove.cpp b/externals/grill/xsample/source/groove.cpp
index 1c6f195f..66e55cea 100644
--- a/externals/grill/xsample/source/groove.cpp
+++ b/externals/grill/xsample/source/groove.cpp
@@ -169,8 +169,11 @@ xgroove::xgroove(I argc,const t_atom *argv):
}
#endif
+
if(argc > argi && IsSymbol(argv[argi])) {
- buf = new buffer(GetSymbol(argv[argi]),true);
+
+ buf = new buffer(GetSymbol(argv[argi]),true);
+
argi++;
#if FLEXT_SYS == FLEXT_SYS_MAX
@@ -182,8 +185,8 @@ xgroove::xgroove(I argc,const t_atom *argv):
}
#endif
}
- else
- buf = new buffer(NULL,true);
+ else
+ buf = new buffer(NULL,true);
AddInSignal("Signal of playing speed"); // speed signal
AddInFloat("Starting point"); // min play pos
diff --git a/externals/grill/xsample/xsample.cw b/externals/grill/xsample/xsample.cw
index 7e26972f..35e592d5 100755
--- a/externals/grill/xsample/xsample.cw
+++ b/externals/grill/xsample/xsample.cw
Binary files differ