[PD-cvs] externals/tb/chaos/src chaos_dsp.hpp,1.12,1.13

Tim Blechmann timblech at users.sourceforge.net
Sun Oct 9 12:23:39 CEST 2005


Update of /cvsroot/pure-data/externals/tb/chaos/src
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv14923/src

Modified Files:
	chaos_dsp.hpp 
Log Message:
more tweaking

Index: chaos_dsp.hpp
===================================================================
RCS file: /cvsroot/pure-data/externals/tb/chaos/src/chaos_dsp.hpp,v
retrieving revision 1.12
retrieving revision 1.13
diff -C2 -d -r1.12 -r1.13
*** chaos_dsp.hpp	9 Oct 2005 10:21:36 -0000	1.12
--- chaos_dsp.hpp	9 Oct 2005 10:23:37 -0000	1.13
***************
*** 135,139 ****
  			f = -f;
  
! 		if( f <= m_sr * 0.1 ) 
  		{
  			switch(m_imethod)
--- 135,139 ----
  			f = -f;
  
! 		if( f <= m_sr * 0.01 ) 
  		{
  			switch(m_imethod)





More information about the Pd-cvs mailing list