From f734613d6fac0f1f4b5f0f6a1afbad4436e90863 Mon Sep 17 00:00:00 2001 From: Thomas Grill Date: Mon, 20 Jan 2003 10:17:54 +0000 Subject: "" svn path=/trunk/; revision=348 --- externals/grill/fftease/src/dentist~.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'externals/grill/fftease/src/dentist~.cpp') diff --git a/externals/grill/fftease/src/dentist~.cpp b/externals/grill/fftease/src/dentist~.cpp index ec854adf..3cdcfd90 100644 --- a/externals/grill/fftease/src/dentist~.cpp +++ b/externals/grill/fftease/src/dentist~.cpp @@ -64,7 +64,7 @@ V dentist::setup(t_classid c) dentist::dentist(I argc,const t_atom *argv): fftease(4,F_BALANCED|F_BITSHUFFLE), - _knee(500),_teeth(10) + _teeth(10),_knee(500),_max_bin(0) { /* parse and set object's options given */ if(argc >= 1) { -- cgit v1.2.1