Ignore:
File:
1 edited

Legend:

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

    r4e9101e rcb0415d  
    1010        uint_t i = 0;
    1111
     12        smpl_t curtempo;
     13
    1214        while (i < 1000) {
    1315          aubio_tempo(o,in,out);
     16          curtempo = aubio_tempo_get_bpm(o);
     17          if (curtempo != 0.) {
     18            fprintf(stdout,"%f\n",curtempo);
     19          }
    1420          i++;
    1521        };
Note: See TracChangeset for help on using the changeset viewer.