Browse Source

simplified calls to round

richarddobson 3 weeks ago
parent
commit
48dc1956b4
1 changed files with 4 additions and 0 deletions
  1. 4 0
      dev/morph/ap_morph.c

+ 4 - 0
dev/morph/ap_morph.c

@@ -47,6 +47,10 @@
 #include <math.h>
 #include <srates.h>
 
+ //#ifdef unix 
+#define round(x) lround((x))
+//#endif
+
 /********************************************************************************************/
 /********************************** FORMERLY IN buffers.c ***********************************/
 /********************************************************************************************/