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.cpp8
1 files changed, 5 insertions, 3 deletions
diff --git a/externals/grill/xsample/source/groove.cpp b/externals/grill/xsample/source/groove.cpp
index 306c660b..64729b88 100644
--- a/externals/grill/xsample/source/groove.cpp
+++ b/externals/grill/xsample/source/groove.cpp
@@ -2,7 +2,7 @@
xsample - extended sample objects for Max/MSP and pd (pure data)
-Copyright (c) 2001,2002 Thomas Grill (xovo@gmx.net)
+Copyright (c) 2001-2003 Thomas Grill (xovo@gmx.net)
For information on usage and redistribution, and for a DISCLAIMER OF ALL
WARRANTIES, see the file, "license.txt," in this distribution.
@@ -83,7 +83,7 @@ protected:
V mg_pos(F &v) const { v = curpos*s2u; }
private:
- static V setup(t_class *c);
+ static V setup(t_classid c);
virtual V s_dsp();
@@ -126,8 +126,10 @@ private:
FLEXT_LIB_DSP_V("xgroove~",xgroove)
-V xgroove::setup(t_class *c)
+V xgroove::setup(t_classid c)
{
+ DefineHelp(c,"xgroove~");
+
FLEXT_CADDMETHOD_(c,0,"all",m_all);
FLEXT_CADDMETHOD(c,1,m_min);
FLEXT_CADDMETHOD(c,2,m_max);