Ignore:
File:
1 edited

Legend:

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

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