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 325f860cb0437066a0671a94d29b55db8aeecb85..cdbef7ab6dda658e4584417ba01df7436f395e8e 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;