From 927c48a90eb2a5ebf9e221041cd963c7377c8349 Mon Sep 17 00:00:00 2001 From: Thomas Grill Date: Fri, 20 Dec 2002 04:31:40 +0000 Subject: "" svn path=/trunk/; revision=305 --- externals/grill/flext/source/fldsp.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'externals/grill/flext/source/fldsp.cpp') 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 @@ -47,6 +44,9 @@ flext_dsp::flext_dsp(): chnsout(sys_getch()), #else #error +#endif +#if FLEXT_SYS != FLEXT_SYS_MAX + dspon(true), #endif invecs(NULL),outvecs(NULL) {} -- cgit v1.2.1