Changes in src/onset/onset.c [47e067b:8b884ef]
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/onset/onset.c
r47e067b r8b884ef 93 93 smpl_t aubio_onset_get_last_ms (aubio_onset_t *o) 94 94 { 95 return aubio_onset_get_last_s (o) *1000.;95 return aubio_onset_get_last_s (o) / 1000.; 96 96 } 97 97
Note: See TracChangeset
for help on using the changeset viewer.