examples/: use wavetable to play pitch and to replace woodblock
[aubio.git] / examples / aubionotes.c
index 2a97416..2503c2d 100644 (file)
@@ -88,7 +88,7 @@ static int aubio_process(smpl_t **input, smpl_t **output, int nframes) {
                       }
 
                       for (pos = 0; pos < overlap_size; pos++){
-                              obuf->data[pos] = woodblock->data[pos];
+                              //obuf->data[pos] = woodblock->data[pos];
                       }
               }
       } else {