Ignore:
Timestamp:
Aug 9, 2005, 8:35:14 PM (19 years ago)
Author:
Paul Brossier <piem@altern.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:
b1f723d
Parents:
a29ad46
Message:

protected onset enumerators, factorise python check_modes

File:
1 edited

Legend:

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

    ra29ad46 r5cf415f  
    7171        x->hopsize   = x->bufsize / 2;
    7272
    73         x->o = new_aubio_onsetdetection(complexdomain, x->bufsize, 1);
     73        x->o = new_aubio_onsetdetection(aubio_onset_complex, x->bufsize, 1);
    7474        x->vec = (fvec_t *)new_fvec(x->hopsize,1);
    7575        x->pv = new_aubio_pvoc(x->bufsize, x->hopsize, 1);
Note: See TracChangeset for help on using the changeset viewer.