Changeset 5bf23f7 for tests


Ignore:
Timestamp:
Oct 7, 2009, 10:34:07 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:
d0dca26
Parents:
a808d05
Message:

src/tempo/tempo.{c,h}: rename aubio_tempo to aubio_tempo_do

File:
1 edited

Legend:

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

    ra808d05 r5bf23f7  
    1414
    1515        while (i < 1000) {
    16           aubio_tempo(o,in,out);
     16          aubio_tempo_do(o,in,out);
    1717          curtempo = aubio_tempo_get_bpm(o);
    1818          if (curtempo != 0.) {
Note: See TracChangeset for help on using the changeset viewer.