Changeset 47f17fc


Ignore:
Timestamp:
Oct 8, 2009, 5:50:27 AM (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:
06f2d78
Parents:
ca55954
Message:

plugins/puredata/aubioonset~.c: update peakpicker

File:
1 edited

Legend:

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

    rca55954 r47f17fc  
    4848                        aubio_pvoc_do (x->pv,x->vec, x->fftgrain);
    4949                        aubio_onsetdetection_do (x->o,x->fftgrain, x->onset);
    50                         isonset = aubio_peakpicker_do (x->onset,x->parms);
     50                        isonset = aubio_peakpicker_do (x->parms, x->onset);
    5151                        if (isonset) {
    5252                                /* test for silence */
Note: See TracChangeset for help on using the changeset viewer.