Changeset a72f3f1 for tests/src


Ignore:
Timestamp:
Oct 7, 2009, 11:24:54 PM (14 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:
9a12264
Parents:
316092e
Message:

src/onset/onset.c: rename aubio_onset to aubio_onset_do

File:
1 edited

Legend:

Unmodified
Added
Removed
  • tests/src/test-onset.c

    r316092e ra72f3f1  
    1111
    1212        while (i < 10) {
    13           aubio_onset(onset,in,out);
     13          aubio_onset_do (onset,in,out);
    1414          i++;
    1515        };
Note: See TracChangeset for help on using the changeset viewer.