From: Paul Brossier Date: Wed, 7 Oct 2009 18:33:15 +0000 (+0200) Subject: plugins/puredata/aubioonset~.c: rename peakpicker X-Git-Tag: bzr2git~193 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=a808d05d758e652bc418fb0e77096dd67839257a;p=aubio.git plugins/puredata/aubioonset~.c: rename peakpicker --- diff --git a/plugins/puredata/aubioonset~.c b/plugins/puredata/aubioonset~.c index 325f860c..cdbef7ab 100644 --- a/plugins/puredata/aubioonset~.c +++ b/plugins/puredata/aubioonset~.c @@ -26,7 +26,7 @@ typedef struct _aubioonset_tilde 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;