aboutsummaryrefslogtreecommitdiff
path: root/externals/grill/fftease/src/dentist~.cpp
diff options
context:
space:
mode:
authorThomas Grill <xovo@users.sourceforge.net>2003-01-16 04:36:48 +0000
committerThomas Grill <xovo@users.sourceforge.net>2003-01-16 04:36:48 +0000
commitd9c287d4336721d773c8a4c01588f0b7c8be984d (patch)
tree3c521a125e8fb17d4a193bcb4514a41c1b4f1e9a /externals/grill/fftease/src/dentist~.cpp
parentb00be027fe91e9ae5a19f53b6c1fd0245b4d4bae (diff)
""
svn path=/trunk/; revision=340
Diffstat (limited to 'externals/grill/fftease/src/dentist~.cpp')
-rw-r--r--externals/grill/fftease/src/dentist~.cpp6
1 files changed, 1 insertions, 5 deletions
diff --git a/externals/grill/fftease/src/dentist~.cpp b/externals/grill/fftease/src/dentist~.cpp
index 375006b9..7c1206ee 100644
--- a/externals/grill/fftease/src/dentist~.cpp
+++ b/externals/grill/fftease/src/dentist~.cpp
@@ -63,7 +63,7 @@ V dentist::setup(t_classid c)
dentist::dentist(I argc,const t_atom *argv):
- fftease(4,false,true,true),
+ fftease(4,F_WINDOW|F_BITSHUFFLE|F_CONVERT),
_knee(500),_tooth_count(10)
{
/* parse and set object's options given */
@@ -127,13 +127,9 @@ V dentist::Set()
V dentist::Transform(I _N2,S *const *in)
{
- leanconvert( _buffer1, _channel1, _N2 );
-
for(I i = 0; i < _N2 ; i++){
if( !_bin_selection[i] ) _channel1[i*2] = 0;
}
-
- leanunconvert( _channel1, _buffer1, _N2 );
}