Changeset 1f6a9f8
- Timestamp:
- Dec 18, 2016, 11:28:17 AM (8 years ago)
- Branches:
- feature/autosink, feature/cnn, feature/cnn_org, feature/constantq, feature/crepe, feature/crepe_org, feature/pitchshift, feature/pydocstrings, feature/timestretch, fix/ffmpeg5, master, sampler, yinfft+
- Children:
- 813f4c7, 9e3fc16, b4ce693
- Parents:
- cb76f5d
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/notes/notes.c
rcb76f5d r1f6a9f8 137 137 smpl_t aubio_notes_get_minioi_ms(const aubio_notes_t *o) 138 138 { 139 return aubio_ pitch_get_silence(o->pitch);139 return aubio_onset_get_minioi_ms(o->onset); 140 140 } 141 141
Note: See TracChangeset
for help on using the changeset viewer.