From b807d8b3592967f4acae5e68ade846506c3886fc Mon Sep 17 00:00:00 2001 From: Thomas Grill Date: Sat, 24 Apr 2004 13:59:42 +0000 Subject: "" svn path=/trunk/; revision=1636 --- externals/grill/xsample/source/main.cpp | 7 ------- externals/grill/xsample/source/main.h | 6 +++--- 2 files changed, 3 insertions(+), 10 deletions(-) (limited to 'externals/grill/xsample/source') diff --git a/externals/grill/xsample/source/main.cpp b/externals/grill/xsample/source/main.cpp index 36edf5fd..258fb37a 100644 --- a/externals/grill/xsample/source/main.cpp +++ b/externals/grill/xsample/source/main.cpp @@ -28,13 +28,6 @@ static V xsample_main() FLEXT_DSP_SETUP(xrecord); FLEXT_DSP_SETUP(xplay); FLEXT_DSP_SETUP(xgroove); - -#if FLEXT_SYS == FLEXT_SYS_MAX - finder_addclass((C *)"MSP Sampling",(C *)"xgroove~"); - finder_addclass((C *)"MSP Sampling",(C *)"xplay~"); - finder_addclass((C *)"MSP Sampling",(C *)"xrecord~"); -#endif - } // setup the library diff --git a/externals/grill/xsample/source/main.h b/externals/grill/xsample/source/main.h index 056550b9..daa99b5d 100644 --- a/externals/grill/xsample/source/main.h +++ b/externals/grill/xsample/source/main.h @@ -12,15 +12,15 @@ WARRANTIES, see the file, "license.txt," in this distribution. #define __XSAMPLE_H -#define XSAMPLE_VERSION "0.3.0pre20" +#define XSAMPLE_VERSION "0.3.0" #define FLEXT_ATTRIBUTES 1 #include -#if !defined(FLEXT_VERSION) || (FLEXT_VERSION < 405) -#error You need at least flext version 0.4.5 +#if !defined(FLEXT_VERSION) || (FLEXT_VERSION < 406) +#error You need at least flext version 0.4.6 #endif -- cgit v1.2.1