shithub: aubio

Download patch

ref: a808d05d758e652bc418fb0e77096dd67839257a
parent: 8766cb6ec331b4b5b572f825727a0c9fd9f76233
author: Paul Brossier <piem@piem.org>
date: Wed Oct 7 16:33:15 EDT 2009

plugins/puredata/aubioonset~.c: rename peakpicker

--- a/plugins/puredata/aubioonset~.c
+++ b/plugins/puredata/aubioonset~.c
@@ -26,7 +26,7 @@
 	t_int hopsize;
 	aubio_onsetdetection_t *o;
 	aubio_pvoc_t * pv;
-	aubio_pickpeak_t * parms;
+	aubio_peakpicker_t * parms;
 	fvec_t *vec;
 	fvec_t *onset;
 	cvec_t *fftgrain;