aboutsummaryrefslogtreecommitdiff
path: root/externals/grill/fftease/src/shapee~.cpp
diff options
context:
space:
mode:
authorThomas Grill <xovo@users.sourceforge.net>2003-01-18 04:35:33 +0000
committerThomas Grill <xovo@users.sourceforge.net>2003-01-18 04:35:33 +0000
commit9ff5ccdea43ff2a954c1a400516dc6858e188e9c (patch)
tree6098867a573275a38bf000a382752bf115af0765 /externals/grill/fftease/src/shapee~.cpp
parent478eeca99ee6f5bad3063700fbcc9d8913c770ae (diff)
""
svn path=/trunk/; revision=344
Diffstat (limited to 'externals/grill/fftease/src/shapee~.cpp')
-rw-r--r--externals/grill/fftease/src/shapee~.cpp8
1 files changed, 5 insertions, 3 deletions
diff --git a/externals/grill/fftease/src/shapee~.cpp b/externals/grill/fftease/src/shapee~.cpp
index e6c0f3f7..0af5aa93 100644
--- a/externals/grill/fftease/src/shapee~.cpp
+++ b/externals/grill/fftease/src/shapee~.cpp
@@ -42,10 +42,12 @@ shapee::shapee(I argc,const t_atom *argv):
post("%s - Quality must be a boolean value - set to %0i",thisName(),_qual?1:0);
}
- if(_qual)
- _mult = 4,_flags |= F_WINDOW;
+ if(_qual) {
+ Mult(4);
+ _flags |= F_BALANCED;
+ }
else
- _mult = 2;
+ Mult(2);
AddInSignal("Messages and frequency reference signal");
AddInSignal("Amplitude reference signal");