Changes in src/tempo/tempo.c [ac67de7:47e067b]
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/tempo/tempo.c
rac67de7 r47e067b 113 113 smpl_t aubio_tempo_get_last_ms (aubio_tempo_t *o) 114 114 { 115 return aubio_tempo_get_last_s (o) /1000.;115 return aubio_tempo_get_last_s (o) * 1000.; 116 116 } 117 117
Note: See TracChangeset
for help on using the changeset viewer.