Get Onset and Notes to build against new aubio
[vamp-aubio-plugins.git] / plugins / Onset.h
index 95d94f5..961b44c 100644 (file)
@@ -56,14 +56,12 @@ public:
 
 protected:
     fvec_t *m_ibuf;
-    cvec_t *m_fftgrain;
     fvec_t *m_onset;
-    aubio_pvoc_t *m_pv;
-    aubio_peakpicker_t *m_peakpick;
     aubio_onset_t *m_onsetdet;
     OnsetType m_onsettype;
     float m_threshold;
     float m_silence;
+    float m_minioi;
     size_t m_stepSize;
     size_t m_blockSize;
     Vamp::RealTime m_delay;