Ignore:
File:
1 edited

Legend:

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

    r4e9101e r6fadb0d  
    1313        uint_t i = 0;
    1414
     15        smpl_t curtempo;
     16
    1517        while (i < 10) {
    1618          aubio_beattracking_do(tempo,in,out);
     19          curtempo = aubio_beattracking_get_bpm(tempo);
     20          if (curtempo != 0.) {
     21            fprintf(stdout,"%f\n",curtempo);
     22            return 1;
     23          }
    1724          i++;
    1825        };
Note: See TracChangeset for help on using the changeset viewer.