Browse Source

simplified calls to round

richarddobson 2 weeks ago
parent
commit
e4da0012f4
1 changed files with 2 additions and 2 deletions
  1. 2 2
      dev/grain/ap_grain.c

+ 2 - 2
dev/grain/ap_grain.c

@@ -51,9 +51,9 @@
 #define FSECSIZE (256)
 #define maxtime scalefact
 
-#ifdef unix
+//#ifdef unix 
 #define round(x) lround((x))
-#endif
+//#endif
 
 static int  create_grain_sndbufs(dataptr dz);
 static void establish_grain_envelope_windowsize_in_samps(dataptr dz);