X-Git-Url: https://git.aubio.org/?p=vamp-aubio-plugins.git;a=blobdiff_plain;f=plugins%2FNotes.h;h=16977fa89ee26cbd932399206f6a6762cbffd378;hp=723a81ee7f215745d4f39208a300aa0fce724f81;hb=065a9250c0e67ac4f179fb2e0993b6f31ffeb68c;hpb=500c6a1fa7d4727aee15b4908f98307a0907569b diff --git a/plugins/Notes.h b/plugins/Notes.h index 723a81e..16977fa 100644 --- a/plugins/Notes.h +++ b/plugins/Notes.h @@ -58,16 +58,15 @@ public: protected: fvec_t *m_ibuf; - cvec_t *m_fftgrain; fvec_t *m_onset; - aubio_pvoc_t *m_pv; - aubio_peakpicker_t *m_peakpick; + fvec_t *m_pitch; aubio_onset_t *m_onsetdet; OnsetType m_onsettype; aubio_pitch_t *m_pitchdet; PitchType m_pitchtype; float m_threshold; float m_silence; + float m_minioi; size_t m_median; size_t m_stepSize; size_t m_blockSize;