aboutsummaryrefslogtreecommitdiff
path: root/externals/grill/flext/source/fldsp.cpp
diff options
context:
space:
mode:
authorThomas Grill <xovo@users.sourceforge.net>2002-12-20 04:31:40 +0000
committerThomas Grill <xovo@users.sourceforge.net>2002-12-20 04:31:40 +0000
commit927c48a90eb2a5ebf9e221041cd963c7377c8349 (patch)
tree848d76f4c0d5c1c7f6d6c4fe4b559debf03b8b04 /externals/grill/flext/source/fldsp.cpp
parente868b1bf7fea9309835e47238b36953b0eef797a (diff)
""
svn path=/trunk/; revision=305
Diffstat (limited to 'externals/grill/flext/source/fldsp.cpp')
-rw-r--r--externals/grill/flext/source/fldsp.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/externals/grill/flext/source/fldsp.cpp b/externals/grill/flext/source/fldsp.cpp
index f5a5d94e..0a0a3276 100644
--- a/externals/grill/flext/source/fldsp.cpp
+++ b/externals/grill/flext/source/fldsp.cpp
@@ -34,9 +34,6 @@ void flext_dsp::Setup(t_class *c)
}
flext_dsp::flext_dsp():
-#if FLEXT_SYS != FLEXT_SYS_MAX
- dspon(true),
-#endif
srate(sys_getsr()), // should we set it?
blksz(sys_getblksize()),
#if FLEXT_SYS == FLEXT_SYS_PD
@@ -48,6 +45,9 @@ flext_dsp::flext_dsp():
#else
#error
#endif
+#if FLEXT_SYS != FLEXT_SYS_MAX
+ dspon(true),
+#endif
invecs(NULL),outvecs(NULL)
{}