Changes in src/tempo/tempo.c [47e067b:ac67de7]
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/tempo/tempo.c
r47e067b rac67de7 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.