Changeset 1f6a9f8 for src


Ignore:
Timestamp:
Dec 18, 2016, 11:28:17 AM (7 years ago)
Author:
Paul Brossier <piem@piem.org>
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
Message:

src/notes/notes.c: fix get_minioi_ms

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/notes/notes.c

    rcb76f5d r1f6a9f8  
    137137smpl_t aubio_notes_get_minioi_ms(const aubio_notes_t *o)
    138138{
    139   return aubio_pitch_get_silence(o->pitch);
     139  return aubio_onset_get_minioi_ms(o->onset);
    140140}
    141141
Note: See TracChangeset for help on using the changeset viewer.