Browse Source

remove warnings, update copyright date

richarddobson 2 years ago
parent
commit
bc2f62f3ab
2 changed files with 485 additions and 481 deletions
  1. 3 1
      dev/synth/pvoc_addon.c
  2. 482 480
      dev/synth/wave.c

+ 3 - 1
dev/synth/pvoc_addon.c

@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 1983-2020 Trevor Wishart and Composers Desktop Project Ltd
+ * Copyright (c) 1983-2023 Trevor Wishart and Composers Desktop Project Ltd
  * http://www.trevorwishart.co.uk
  * http://www.composersdesktop.com
  *
@@ -42,7 +42,9 @@
 static int  outfloats(float *nextOut, float *maxsampl,float *minsample,int *num_overflows,int todo, dataptr dz);
 static int  pvoc_float_array(int nnn,float **ptr);
 static int  sndwrite_header(float R,dataptr dz);
+#if 0
 static void hamming(float *win,int winLen,int even);
+#endif
 static void vonhann(float *win,int winLen,int even);
 static int  pvoc_time_display(int nI,unsigned int samps_so_far,int srate,int *samptime,dataptr dz);
 

File diff suppressed because it is too large
+ 482 - 480
dev/synth/wave.c


Some files were not shown because too many files changed in this diff