From ce65c30264be9683dd3a59b35730d2f31e02d37f Mon Sep 17 00:00:00 2001 From: John Glover Date: Thu, 21 Oct 2010 13:39:28 +0100 Subject: Changed from floats to doubles in the C/C++ code, makes Python integration a bit easier. Fixed a bug that would cause SndObjSynthesis to crash if peak values were floats. --- sms/OOURA.h | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'sms/OOURA.h') diff --git a/sms/OOURA.h b/sms/OOURA.h index a1087cd..d7c60ad 100644 --- a/sms/OOURA.h +++ b/sms/OOURA.h @@ -1,11 +1,8 @@ #ifndef _OOURA_H #define _OOURA_H -#ifdef DOUBLE_PRECISION #define sfloat double -#else -#define sfloat float -#endif +/*#define sfloat float*/ #define NMAX 8192 #define NMAXSQRT 64 -- cgit v1.2.3