ref: 1f6a9f84fbe06965c588944d1e1de17544c2f923
parent: cb76f5d90002b9d2f8c3a384b45377c909fa5f8a
author: Paul Brossier <piem@piem.org>
date: Sun Dec 18 06:28:17 EST 2016
src/notes/notes.c: fix get_minioi_ms
--- a/src/notes/notes.c
+++ b/src/notes/notes.c
@@ -136,7 +136,7 @@
smpl_t aubio_notes_get_minioi_ms(const aubio_notes_t *o)
{
- return aubio_pitch_get_silence(o->pitch);
+ return aubio_onset_get_minioi_ms(o->onset);
}
/** append new note candidate to the note_buffer and return filtered value. we