From 5cc947f46350f347575cc61df0e3c07c6458542b Mon Sep 17 00:00:00 2001 From: Tim Blechmann Date: Sun, 14 Sep 2003 16:38:25 +0000 Subject: *** empty log message *** svn path=/trunk/externals/tb/; revision=962 --- tbext/source/tbfft1.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tbext') diff --git a/tbext/source/tbfft1.cpp b/tbext/source/tbfft1.cpp index 8bff178..e941bfd 100644 --- a/tbext/source/tbfft1.cpp +++ b/tbext/source/tbfft1.cpp @@ -124,11 +124,11 @@ void tbfft1::set_freq(t_float freq) b=Blocksize(); center=freq/(s/b); - post("%i",int(center)); } void tbfft1::set_fact(t_float f) { - factor=f; + if (f<2) + factor=f; } -- cgit v1.2.1