aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Blechmann <timblech@users.sourceforge.net>2005-10-09 10:23:37 +0000
committerIOhannes m zmölnig <zmoelnig@iem.at>2015-10-14 15:12:00 +0200
commit8fb0d8ac8ed684a2084769cb0986effec439626f (patch)
tree8cc8fd984c4d6749b16abbda2736f42af71891d8
parent95a84bbdd0149e0824310521066058c9f6f097a0 (diff)
more tweaking
svn path=/trunk/externals/tb/; revision=3688
-rw-r--r--chaos/src/chaos_dsp.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/chaos/src/chaos_dsp.hpp b/chaos/src/chaos_dsp.hpp
index ddb8fe4..78c4130 100644
--- a/chaos/src/chaos_dsp.hpp
+++ b/chaos/src/chaos_dsp.hpp
@@ -134,7 +134,7 @@ public:
if (f < 0) /* we can't go back in time :-) */
f = -f;
- if( f <= m_sr * 0.1 )
+ if( f <= m_sr * 0.01 )
{
switch(m_imethod)
{