diff options
Diffstat (limited to 'externals/grill/fftease/src')
-rw-r--r-- | externals/grill/fftease/src/burrow~.cpp | 2 | ||||
-rw-r--r-- | externals/grill/fftease/src/cross~.cpp | 2 | ||||
-rw-r--r-- | externals/grill/fftease/src/dentist~.cpp | 2 | ||||
-rw-r--r-- | externals/grill/fftease/src/disarray~.cpp | 2 | ||||
-rw-r--r-- | externals/grill/fftease/src/drown~.cpp | 2 | ||||
-rw-r--r-- | externals/grill/fftease/src/ether~.cpp | 2 | ||||
-rw-r--r-- | externals/grill/fftease/src/main.h | 4 | ||||
-rw-r--r-- | externals/grill/fftease/src/morphine~.cpp | 2 | ||||
-rw-r--r-- | externals/grill/fftease/src/pvoc~.cpp | 2 | ||||
-rw-r--r-- | externals/grill/fftease/src/scrape~.cpp | 2 | ||||
-rw-r--r-- | externals/grill/fftease/src/shapee~.cpp | 2 | ||||
-rw-r--r-- | externals/grill/fftease/src/swinger~.cpp | 2 | ||||
-rw-r--r-- | externals/grill/fftease/src/taint~.cpp | 2 | ||||
-rw-r--r-- | externals/grill/fftease/src/thresher~.cpp | 2 | ||||
-rw-r--r-- | externals/grill/fftease/src/vacancy~.cpp | 2 | ||||
-rw-r--r-- | externals/grill/fftease/src/xsyn~.cpp | 2 |
16 files changed, 17 insertions, 17 deletions
diff --git a/externals/grill/fftease/src/burrow~.cpp b/externals/grill/fftease/src/burrow~.cpp index 1e42c656..01564618 100644 --- a/externals/grill/fftease/src/burrow~.cpp +++ b/externals/grill/fftease/src/burrow~.cpp @@ -43,7 +43,7 @@ private: FLEXT_ATTRVAR_B(_invert) }; -FLEXT_LIB_DSP_V("fftease, burrow~",burrow) +FLEXT_LIB_DSP_V("burrow~",burrow) V burrow::setup(t_classid c) diff --git a/externals/grill/fftease/src/cross~.cpp b/externals/grill/fftease/src/cross~.cpp index 9b56d6e4..cdbd9d0a 100644 --- a/externals/grill/fftease/src/cross~.cpp +++ b/externals/grill/fftease/src/cross~.cpp @@ -37,7 +37,7 @@ private: FLEXT_ATTRVAR_B(memory) }; -FLEXT_LIB_DSP("fftease, cross~",cross) +FLEXT_LIB_DSP("cross~",cross) V cross::setup(t_classid c) diff --git a/externals/grill/fftease/src/dentist~.cpp b/externals/grill/fftease/src/dentist~.cpp index 59d56780..99d111bb 100644 --- a/externals/grill/fftease/src/dentist~.cpp +++ b/externals/grill/fftease/src/dentist~.cpp @@ -50,7 +50,7 @@ private: FLEXT_CALLSET_I(ms_teeth) }; -FLEXT_LIB_DSP_V("fftease, dentist~",dentist) +FLEXT_LIB_DSP_V("dentist~",dentist) V dentist::setup(t_classid c) diff --git a/externals/grill/fftease/src/disarray~.cpp b/externals/grill/fftease/src/disarray~.cpp index 3fe290b1..342d45fc 100644 --- a/externals/grill/fftease/src/disarray~.cpp +++ b/externals/grill/fftease/src/disarray~.cpp @@ -46,7 +46,7 @@ private: FLEXT_ATTRVAR_I(_shuffle_count) }; -FLEXT_LIB_DSP_V("fftease, disarray~",disarray) +FLEXT_LIB_DSP_V("disarray~",disarray) V disarray::setup(t_classid c) diff --git a/externals/grill/fftease/src/drown~.cpp b/externals/grill/fftease/src/drown~.cpp index 88803aa8..2f59cc0a 100644 --- a/externals/grill/fftease/src/drown~.cpp +++ b/externals/grill/fftease/src/drown~.cpp @@ -24,7 +24,7 @@ protected: virtual V Transform(I n,S *const *in); }; -FLEXT_LIB_DSP("fftease, drown~ denude~",drown) +FLEXT_LIB_DSP("drown~ denude~",drown) drown::drown(): diff --git a/externals/grill/fftease/src/ether~.cpp b/externals/grill/fftease/src/ether~.cpp index 0e9803f0..6e4d3810 100644 --- a/externals/grill/fftease/src/ether~.cpp +++ b/externals/grill/fftease/src/ether~.cpp @@ -35,7 +35,7 @@ private: FLEXT_ATTRVAR_F(_threshMult) }; -FLEXT_LIB_DSP_V("fftease, ether~",ether) +FLEXT_LIB_DSP_V("ether~",ether) V ether::setup(t_classid c) diff --git a/externals/grill/fftease/src/main.h b/externals/grill/fftease/src/main.h index 18a36bc0..50ca4c66 100644 --- a/externals/grill/fftease/src/main.h +++ b/externals/grill/fftease/src/main.h @@ -19,8 +19,8 @@ WARRANTIES, see the file, "license.txt," in this distribution. #include <flext.h> -#if !defined(FLEXT_VERSION) || (FLEXT_VERSION < 401) -#error You need at least flext version 0.4.1 +#if !defined(FLEXT_VERSION) || (FLEXT_VERSION < 501) +#error You need at least flext version 0.5.1 #endif diff --git a/externals/grill/fftease/src/morphine~.cpp b/externals/grill/fftease/src/morphine~.cpp index 813629ab..cda155c8 100644 --- a/externals/grill/fftease/src/morphine~.cpp +++ b/externals/grill/fftease/src/morphine~.cpp @@ -41,7 +41,7 @@ private: FLEXT_ATTRVAR_F(_index) }; -FLEXT_LIB_DSP_V("fftease, morphine~",morphine) +FLEXT_LIB_DSP_V("morphine~",morphine) V morphine::setup(t_classid c) diff --git a/externals/grill/fftease/src/pvoc~.cpp b/externals/grill/fftease/src/pvoc~.cpp index 43a576fa..5f941e09 100644 --- a/externals/grill/fftease/src/pvoc~.cpp +++ b/externals/grill/fftease/src/pvoc~.cpp @@ -43,7 +43,7 @@ private: FLEXT_ATTRVAR_B(_invert) }; -FLEXT_LIB_DSP_V("fftease, pvoc~",pvoc) +FLEXT_LIB_DSP_V("pvoc~",pvoc) V pvoc::setup(t_classid c) diff --git a/externals/grill/fftease/src/scrape~.cpp b/externals/grill/fftease/src/scrape~.cpp index 04366614..dff46dfb 100644 --- a/externals/grill/fftease/src/scrape~.cpp +++ b/externals/grill/fftease/src/scrape~.cpp @@ -52,7 +52,7 @@ private: FLEXT_CALLSET_F(ms_thresh2) }; -FLEXT_LIB_DSP_V("fftease, scrape~",scrape) +FLEXT_LIB_DSP_V("scrape~",scrape) V scrape::setup(t_classid c) diff --git a/externals/grill/fftease/src/shapee~.cpp b/externals/grill/fftease/src/shapee~.cpp index 657a646b..1e86f801 100644 --- a/externals/grill/fftease/src/shapee~.cpp +++ b/externals/grill/fftease/src/shapee~.cpp @@ -27,7 +27,7 @@ protected: BL _qual; }; -FLEXT_LIB_DSP_V("fftease, shapee~",shapee) +FLEXT_LIB_DSP_V("shapee~",shapee) shapee::shapee(I argc,const t_atom *argv): diff --git a/externals/grill/fftease/src/swinger~.cpp b/externals/grill/fftease/src/swinger~.cpp index 1f0cc21a..4660058d 100644 --- a/externals/grill/fftease/src/swinger~.cpp +++ b/externals/grill/fftease/src/swinger~.cpp @@ -30,7 +30,7 @@ protected: virtual V Transform(I n,S *const *in); }; -FLEXT_LIB_DSP_V("fftease, swinger~",swinger) +FLEXT_LIB_DSP_V("swinger~",swinger) swinger::swinger(I argc,const t_atom *argv): diff --git a/externals/grill/fftease/src/taint~.cpp b/externals/grill/fftease/src/taint~.cpp index 797b2d5d..b9bf9cf9 100644 --- a/externals/grill/fftease/src/taint~.cpp +++ b/externals/grill/fftease/src/taint~.cpp @@ -37,7 +37,7 @@ private: FLEXT_ATTRVAR_B(_invert) }; -FLEXT_LIB_DSP_V("fftease, taint~",taint) +FLEXT_LIB_DSP_V("taint~",taint) V taint::setup(t_classid c) diff --git a/externals/grill/fftease/src/thresher~.cpp b/externals/grill/fftease/src/thresher~.cpp index f8d16ab0..7e674bdf 100644 --- a/externals/grill/fftease/src/thresher~.cpp +++ b/externals/grill/fftease/src/thresher~.cpp @@ -38,7 +38,7 @@ private: static V setup(t_classid c); }; -FLEXT_LIB_DSP("fftease, thresher~ nacho~",thresher) +FLEXT_LIB_DSP("thresher~ nacho~",thresher) V thresher::setup(t_classid ) diff --git a/externals/grill/fftease/src/vacancy~.cpp b/externals/grill/fftease/src/vacancy~.cpp index 9c4b7eb2..53341bb4 100644 --- a/externals/grill/fftease/src/vacancy~.cpp +++ b/externals/grill/fftease/src/vacancy~.cpp @@ -40,7 +40,7 @@ private: FLEXT_ATTRVAR_B(_swapPhase) }; -FLEXT_LIB_DSP_V("fftease, vacancy~",vacancy) +FLEXT_LIB_DSP_V("vacancy~",vacancy) V vacancy::setup(t_classid c) diff --git a/externals/grill/fftease/src/xsyn~.cpp b/externals/grill/fftease/src/xsyn~.cpp index cab487c9..b08ae1e2 100644 --- a/externals/grill/fftease/src/xsyn~.cpp +++ b/externals/grill/fftease/src/xsyn~.cpp @@ -24,7 +24,7 @@ protected: virtual V Transform(I n,S *const *in); }; -FLEXT_LIB_DSP("fftease, xsyn~",xsyn) +FLEXT_LIB_DSP("xsyn~",xsyn) xsyn::xsyn(): |