aboutsummaryrefslogtreecommitdiff
path: root/externals/grill/xsample/source/main.h
diff options
context:
space:
mode:
authorThomas Grill <xovo@users.sourceforge.net>2004-12-16 05:02:25 +0000
committerThomas Grill <xovo@users.sourceforge.net>2004-12-16 05:02:25 +0000
commit1be9429281d7eb7a0cae509b23ed4482768a68f1 (patch)
tree71a26245286929ddae35094fab7d13eeffeb7967 /externals/grill/xsample/source/main.h
parentcb200bed741bf550e77a818947fcfd9c72301278 (diff)
- made xcode project
- fixed loop record bug - some small cleanups svn path=/trunk/; revision=2391
Diffstat (limited to 'externals/grill/xsample/source/main.h')
-rw-r--r--externals/grill/xsample/source/main.h12
1 files changed, 4 insertions, 8 deletions
diff --git a/externals/grill/xsample/source/main.h b/externals/grill/xsample/source/main.h
index c6511139..3608a55c 100644
--- a/externals/grill/xsample/source/main.h
+++ b/externals/grill/xsample/source/main.h
@@ -11,18 +11,14 @@ WARRANTIES, see the file, "license.txt," in this distribution.
#ifndef __XSAMPLE_H
#define __XSAMPLE_H
-
-#define XSAMPLE_VERSION "0.3.1pre3"
-
-
-#define FLEXT_ATTRIBUTES 1
-
-#include <flext.h>
+#include "prefix.h"
#if !defined(FLEXT_VERSION) || (FLEXT_VERSION < 406)
#error You need at least flext version 0.4.6
#endif
+#define XSAMPLE_VERSION "0.3.1pre3"
+
// most compilers are somehow broken - in other words - can't handle all C++ features
@@ -295,7 +291,7 @@ class xinter:
FLEXT_HEADER_S(xinter,xsample,setup)
public:
- xinter();
+ xinter(): outchns(1),doplay(false),interp(xsi_4p) {}
protected:
virtual I m_set(I argc,const t_atom *argv);