aboutsummaryrefslogtreecommitdiff
path: root/sc4pd/source/Logistic.cpp
diff options
context:
space:
mode:
authorTim Blechmann <timblech@users.sourceforge.net>2004-08-07 14:01:31 +0000
committerIOhannes m zmölnig <zmoelnig@iem.at>2015-10-14 15:11:56 +0200
commit89f570e5ebeab979202acf679974bafd05072692 (patch)
treeada3cb85b33097dae4d35686e6676353d8706486 /sc4pd/source/Logistic.cpp
parent305c08085dc742d591640f0078638b44878103be (diff)
sc4pd_dsp class and other changes
svn path=/trunk/externals/tb/; revision=1912
Diffstat (limited to 'sc4pd/source/Logistic.cpp')
-rw-r--r--sc4pd/source/Logistic.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/sc4pd/source/Logistic.cpp b/sc4pd/source/Logistic.cpp
index 89c6c2e..a956fda 100644
--- a/sc4pd/source/Logistic.cpp
+++ b/sc4pd/source/Logistic.cpp
@@ -41,9 +41,9 @@
/* ------------------------ Logistic~ -------------------------------*/
class Logistic_ar:
- public flext_dsp
+ public sc4pd_dsp
{
- FLEXT_HEADER(Logistic_ar,flext_dsp);
+ FLEXT_HEADER(Logistic_ar,sc4pd_dsp);
public:
Logistic_ar(int argc, t_atom *argv);