From fcf490af444f26010c6ea950af9b5f4b36984ace Mon Sep 17 00:00:00 2001 From: Thomas Grill Date: Tue, 22 Apr 2003 02:38:13 +0000 Subject: "" svn path=/trunk/; revision=582 --- externals/grill/xsample/maxmsp/xrecord~.help | Bin 8210 -> 11195 bytes externals/grill/xsample/maxmsp/xsample.help | Bin 1147 -> 51186 bytes externals/grill/xsample/source/groove.cpp | 9 ++++++--- externals/grill/xsample/xsample.cw | Bin 278705 -> 280733 bytes 4 files changed, 6 insertions(+), 3 deletions(-) (limited to 'externals/grill/xsample') diff --git a/externals/grill/xsample/maxmsp/xrecord~.help b/externals/grill/xsample/maxmsp/xrecord~.help index b4a55d78..a6bf7709 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.help b/externals/grill/xsample/maxmsp/xsample.help index 6af68c77..e021f58c 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/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 Binary files a/externals/grill/xsample/xsample.cw and b/externals/grill/xsample/xsample.cw differ -- cgit v1.2.1