aboutsummaryrefslogtreecommitdiff
path: root/externals/grill/xsample/source/main.h
diff options
context:
space:
mode:
authorThomas Grill <xovo@users.sourceforge.net>2003-01-06 11:04:56 +0000
committerThomas Grill <xovo@users.sourceforge.net>2003-01-06 11:04:56 +0000
commitea175e0b95f848dcd203e7fbc1941c20616ec4f5 (patch)
tree317f031122c40f98983605cfa6ffffb1f5e683e9 /externals/grill/xsample/source/main.h
parent0e2151f42d9f0f5a4a25cf8bb90316a16a09191d (diff)
""
svn path=/trunk/; revision=324
Diffstat (limited to 'externals/grill/xsample/source/main.h')
-rw-r--r--externals/grill/xsample/source/main.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/externals/grill/xsample/source/main.h b/externals/grill/xsample/source/main.h
index dfc8147c..77d02772 100644
--- a/externals/grill/xsample/source/main.h
+++ b/externals/grill/xsample/source/main.h
@@ -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.
@@ -11,7 +11,7 @@ WARRANTIES, see the file, "license.txt," in this distribution.
#ifndef __XSAMPLE_H
#define __XSAMPLE_H
-#define XSAMPLE_VERSION "0.2.5pre2"
+#define XSAMPLE_VERSION "0.2.5pre3"
#define FLEXT_ATTRIBUTES 1
@@ -126,7 +126,7 @@ protected:
V mg_max(F &v) const { v = curmax*s2u; }
private:
- static V setup(t_class *c);
+ static V setup(t_classid c);
FLEXT_CALLBACK(m_start)
FLEXT_CALLBACK(m_stop)