diff options
Diffstat (limited to 'externals/grill/xsample/source')
-rw-r--r-- | externals/grill/xsample/source/main.cpp | 7 | ||||
-rw-r--r-- | externals/grill/xsample/source/main.h | 6 |
2 files changed, 3 insertions, 10 deletions
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 <flext.h> -#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 |