|
@@ -106,9 +106,9 @@
|
|
|
#define pitchcnt temp_sampsize
|
|
#define pitchcnt temp_sampsize
|
|
|
static double quartertone;
|
|
static double quartertone;
|
|
|
|
|
|
|
|
-#ifdef unix
|
|
|
|
|
|
|
+//#ifdef unix
|
|
|
#define round(x) lround((x))
|
|
#define round(x) lround((x))
|
|
|
-#endif
|
|
|
|
|
|
|
+//#endif
|
|
|
#ifndef HUGE
|
|
#ifndef HUGE
|
|
|
#define HUGE 3.40282347e+38F
|
|
#define HUGE 3.40282347e+38F
|
|
|
#endif
|
|
#endif
|