aboutsummaryrefslogtreecommitdiff
path: root/externals/grill/xsample/source/groove.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'externals/grill/xsample/source/groove.cpp')
-rw-r--r--externals/grill/xsample/source/groove.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/externals/grill/xsample/source/groove.cpp b/externals/grill/xsample/source/groove.cpp
index f70846f7..90e9c5f8 100644
--- a/externals/grill/xsample/source/groove.cpp
+++ b/externals/grill/xsample/source/groove.cpp
@@ -69,7 +69,7 @@ protected:
I xshape;
F xshparam;
F znmin,znmax;
- I xkeep;
+ BL xkeep;
S **znbuf;
S *znpos,*znmul,*znidx;
I pblksz;
@@ -161,7 +161,7 @@ V xgroove::setup(t_classid c)
xgroove::xgroove(I argc,const t_atom *argv):
loopmode(xsl_loop),curpos(0),
- _xzone(0),xzone(0),xsymm(0.5),xkeep(0),pblksz(0),
+ _xzone(0),xzone(0),xsymm(0.5),xkeep(false),pblksz(0),
xshape(0),xshparam(1),
znbuf(NULL),znmul(NULL),znidx(NULL),znpos(NULL),
bidir(1)