Changeset 316092e


Ignore:
Timestamp:
Oct 7, 2009, 11:23:30 PM (15 years ago)
Author:
Paul Brossier <piem@piem.org>
Branches:
feature/autosink, feature/cnn, feature/cnn_org, feature/constantq, feature/crepe, feature/crepe_org, feature/pitchshift, feature/pydocstrings, feature/timestretch, fix/ffmpeg5, master, pitchshift, sampler, timestretch, yinfft+
Children:
a72f3f1
Parents:
277918b
Message:

plugins/puredata/aubioonset~.c: update peakpicker prototype

File:
1 edited

Legend:

Unmodified
Added
Removed
  • plugins/puredata/aubioonset~.c

    r277918b r316092e  
    1111#include <aubio.h>
    1212
    13 char aubioonset_version[] = "aubioonset~ version 0.1";
     13char aubioonset_version[] = "aubioonset~ version 0.2";
    1414
    1515static t_class *aubioonset_tilde_class;
     
    4848                        aubio_pvoc_do (x->pv,x->vec, x->fftgrain);
    4949                        aubio_onsetdetection_do (x->o,x->fftgrain, x->onset);
    50                         isonset = aubio_peakpick_pimrt(x->onset,x->parms);
     50                        isonset = aubio_peakpicker_do (x->onset,x->parms);
    5151                        if (isonset) {
    5252                                /* test for silence */
Note: See TracChangeset for help on using the changeset viewer.