Ignore:
Timestamp:
Oct 7, 2009, 10:58:25 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:
0ce97483
Parents:
cb158ab
Message:

src/onset: rename aubio_onsetdetection to aubio_onsetdetection_do

File:
1 edited

Legend:

Unmodified
Added
Removed
  • examples/aubionotes.c

    rcb158ab r01b8fcc  
    3939      /* block loop */
    4040      aubio_pvoc_do (pv,ibuf, fftgrain);
    41       aubio_onsetdetection(o,fftgrain, onset);
     41      aubio_onsetdetection_do(o,fftgrain, onset);
    4242      if (usedoubled) {
    43         aubio_onsetdetection(o2,fftgrain, onset2);
     43        aubio_onsetdetection_do(o2,fftgrain, onset2);
    4444        onset->data[0][0] *= onset2->data[0][0];
    4545      }
Note: See TracChangeset for help on using the changeset viewer.