Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/tempo/tempo.c

    r47e067b rac67de7  
    113113smpl_t aubio_tempo_get_last_ms (aubio_tempo_t *o)
    114114{
    115   return aubio_tempo_get_last_s (o) * 1000.;
     115  return aubio_tempo_get_last_s (o) / 1000.;
    116116}
    117117
Note: See TracChangeset for help on using the changeset viewer.