plugins/puredata/aubioonset~.c: rename peakpicker
authorPaul Brossier <piem@piem.org>
Wed, 7 Oct 2009 18:33:15 +0000 (20:33 +0200)
committerPaul Brossier <piem@piem.org>
Wed, 7 Oct 2009 18:33:15 +0000 (20:33 +0200)
plugins/puredata/aubioonset~.c

index 325f860..cdbef7a 100644 (file)
@@ -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;